Home
last modified time | relevance | path

Searched refs:REGS_SP (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/x86/um/shared/sysdep/
H A Dptrace.h12 #define REGS_SP(r) ((r)[HOST_SP]) macro
27 #define UPT_SP(r) REGS_SP((r)->gp)
/openbmc/linux/arch/um/kernel/
H A Dprocess.c173 REGS_SP(p->thread.regs.regs.gp) = sp; in copy_thread()