Home
last modified time | relevance | path

Searched refs:PCB_FP (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/sys/x86/x86/
H A Dstack_machdep.c49 #define PCB_FP(pcb) ((pcb)->pcb_ebp) macro
56 #define PCB_FP(pcb) ((pcb)->pcb_rbp) macro
128 stack_capture(td, st, PCB_FP(td->td_pcb)); in stack_save_td()
/freebsd-14.2/sys/arm64/include/
H A Dpcb.h46 #define PCB_FP 10 macro
/freebsd-14.2/sys/arm64/arm64/
H A Dstack_machdep.c69 frame.fp = td->td_pcb->pcb_x[PCB_FP]; in stack_save_td()
H A Ddb_trace.c147 frame.fp = (uintptr_t)ctx->pcb_x[PCB_FP]; in db_trace_thread()