Home
last modified time | relevance | path

Searched refs:PT_REGS_DS (Results 1 – 3 of 3) sorted by relevance

/linux/arch/x86/um/asm/
H A Delf.h58 pr_reg[7] = PT_REGS_DS(regs); \
61 pr_reg[9] = PT_REGS_DS(regs); \
62 pr_reg[10] = PT_REGS_DS(regs); \
H A Dptrace.h35 #define PT_REGS_DS(r) UPT_DS(&(r)->regs) macro
/linux/arch/x86/um/
H A Dsysrq_32.c31 0xffff & PT_REGS_DS(regs), in show_regs()