Home
last modified time | relevance | path

Searched refs:PT_REGS_BP (Results 1 – 5 of 5) sorted by relevance

/linux/arch/x86/um/asm/
A Delf.h42 PT_REGS_BP(regs) = 0; \
54 pr_reg[5] = PT_REGS_BP(regs); \
137 PT_REGS_BP(regs) = 0; \
A Dptrace.h20 #define PT_REGS_BP(r) UPT_BP(&(r)->regs) macro
/linux/arch/x86/um/
A Dsysrq_32.c30 PT_REGS_SI(regs), PT_REGS_DI(regs), PT_REGS_BP(regs)); in show_regs()
A Dsysrq_64.c31 PT_REGS_BP(regs), PT_REGS_R8(regs), PT_REGS_R9(regs)); in show_regs()
/linux/arch/um/include/asm/
A Dstacktrace.h22 return segv_regs ? PT_REGS_BP(segv_regs) : current_bp(); in get_frame_pointer()

Completed in 5 milliseconds