Searched refs:PCB_FP (Results 1 – 4 of 4) sorted by relevance
49 #define PCB_FP(pcb) ((pcb)->pcb_ebp) macro56 #define PCB_FP(pcb) ((pcb)->pcb_rbp) macro126 stack_capture(td, st, PCB_FP(td->td_pcb)); in stack_save_td()
46 #define PCB_FP 10 macro
66 frame.fp = td->td_pcb->pcb_x[PCB_FP]; in stack_save_td()
153 frame.fp = (uintptr_t)ctx->pcb_x[PCB_FP]; in db_trace_thread()