Searched refs:PT_REGS_BP (Results 1 – 5 of 5) sorted by relevance
44 PT_REGS_BP(regs) = 0; \56 pr_reg[5] = PT_REGS_BP(regs); \111 PT_REGS_BP(regs) = 0; \
30 #define PT_REGS_BP(r) UPT_BP(&(r)->regs) macro
29 PT_REGS_SI(regs), PT_REGS_DI(regs), PT_REGS_BP(regs)); in show_regs()
31 PT_REGS_BP(regs), PT_REGS_R8(regs), PT_REGS_R9(regs)); in show_regs()
22 return segv_regs ? PT_REGS_BP(segv_regs) : current_bp(); in get_frame_pointer()