aboutsummaryrefslogtreecommitdiff
path: root/sys/arm64/include/stack.h
Commit message (Expand)AuthorAgeFilesLines
* arm64: Move pcb out of kstack into a new UMA zoneJohn Baldwin2026-05-271-4/+2
* sys: Consistently use ptoa() with td_kstack_pagesJohn Baldwin2026-05-271-1/+1
* sys: Add td_kstack_top inline helper functionJohn Baldwin2026-05-271-2/+1
* sys: Switch td_kstack from vm_offset_t to char *John Baldwin2026-04-231-4/+4
* 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