aboutsummaryrefslogtreecommitdiff
path: root/sys/arm64/include/stack.h
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* kstack_contains(): account for struct pcb on stackKonstantin Belousov2023-02-011-1/+2
* Move kstack_contains() and GET_STACK_USAGE() to MD machine/stack.hKonstantin Belousov2023-02-011-0/+18
* arm64: Improve DDB backtrace supportJessica Clarke2021-02-011-1/+0
* Check that the frame pointer is within the current stack.John Baldwin2020-12-081-1/+1
* Use uintptr_t instead of uint64_t for pointers in stack frames.John Baldwin2020-12-011-3/+3
* Split out db_unwind_frame() so it can be used by DTrace.Ruslan Bukin2015-06-111-0/+8
* Bring in the start of the arm64 kernel.Andrew Turner2015-04-131-0/+35