summaryrefslogtreecommitdiff
path: root/sys/amd64/include/stack.h
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh
2023-02-02Move kstack_contains() and GET_STACK_USAGE() to MD machine/stack.hKonstantin Belousov
2015-09-11Merge stack(9) implementations for i386 and amd64 under x86/.Mark Johnston
2015-07-02Use single instance of the identical INKERNEL() and PMC_IN_KERNEL()Konstantin Belousov
2008-06-20Make preparations for increasing the size of the kernel virtualAlan Cox
2007-12-02Break out stack(9) from ddb(4):Robert Watson