Home
last modified time | relevance | path

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

/linux/arch/x86/um/asm/
H A Delf.h42 PT_REGS_SI(regs) = 0; \
54 pr_reg[3] = PT_REGS_SI(regs); \
109 PT_REGS_SI(regs) = 0; \
H A Dptrace.h28 #define PT_REGS_SI(r) UPT_SI(&(r)->regs) macro
/linux/arch/x86/um/
H A Dsysrq_32.c29 PT_REGS_SI(regs), PT_REGS_DI(regs), PT_REGS_BP(regs)); in show_regs()
H A Dsysrq_64.c29 PT_REGS_DX(regs), PT_REGS_SI(regs), PT_REGS_DI(regs)); in show_regs()
H A Dsignal.c439 PT_REGS_SI(regs) = (unsigned long) &frame->info; in setup_signal_stack_si()