Searched refs:PCB_FP (Results 1 – 3 of 3) sorted by relevance
49 #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()
46 #define PCB_FP 10 macro
153 frame.fp = (uintptr_t)ctx->pcb_x[PCB_FP];