Home
last modified time | relevance | path

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

/linux/arch/x86/um/asm/
H A Dprocessor.h20 (address + 65536 + 32 * sizeof(unsigned long) >= UPT_SP(&current->thread.regs.regs))
/linux/arch/x86/um/shared/sysdep/
H A Dptrace.h27 #define UPT_SP(r) REGS_SP((r)->gp) macro
/linux/arch/um/kernel/
H A Dtrap.c148 (void *)UPT_IP(regs), (void *)UPT_SP(regs), in show_segv_info()