Searched refs:UPT_AX (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/x86/um/asm/ | ||
H A D | ptrace.h | 13 #define PT_REGS_AX(r) UPT_AX(&(r)->regs) |
/openbmc/linux/arch/x86/um/shared/sysdep/ | ||
H A D | ptrace.h | 29 #define UPT_AX(r) REGS_AX((r)->gp) macro |