Home
last modified time | relevance | path

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

/freebsd/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
126 stack_capture(td, st, PCB_FP(td->td_pcb)); in stack_save_td()
/freebsd/sys/arm64/include/
H A Dpcb.h46 #define PCB_FP 10 macro
/freebsd/sys/arm64/arm64/
H A Ddb_trace.c153 frame.fp = (uintptr_t)ctx->pcb_x[PCB_FP];