Searched refs:PT_REGS_BP (Results 1 – 5 of 5) sorted by relevance
42 PT_REGS_BP(regs) = 0; \54 pr_reg[5] = PT_REGS_BP(regs); \137 PT_REGS_BP(regs) = 0; \
20 #define PT_REGS_BP(r) UPT_BP(&(r)->regs) macro
30 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()