Home
last modified time | relevance | path

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

/arch/x86/um/shared/sysdep/
Dptrace.h11 #define REGS_SP(r) ((r)[HOST_SP]) macro
26 #define UPT_SP(r) REGS_SP((r)->gp)
/arch/c6x/kernel/
Dasm-offsets.c81 OFFSET(REGS_SP, pt_regs, sp); in foo()
/arch/um/kernel/
Dprocess.c162 REGS_SP(p->thread.regs.regs.gp) = sp; in copy_thread()