Home
last modified time | relevance | path

Searched defs:new_sp (Results 1 – 9 of 9) sorted by relevance

/linux/arch/x86/kernel/
H A Dprocess_64.c531 unsigned long new_sp, in start_thread_common()
582 start_thread(struct pt_regs *regs, unsigned long new_ip, unsigned long new_sp) in start_thread()
590 void compat_start_thread(struct pt_regs *regs, u32 new_ip, u32 new_sp, bool x32) in compat_start_thread()
H A Dprocess_32.c112 start_thread(struct pt_regs *regs, unsigned long new_ip, unsigned long new_sp) in start_thread()
H A Duprobes.c1214 unsigned long new_sp = regs->sp - sizeof_long(regs); in emulate_push_stack() local
/linux/arch/sh/kernel/
H A Dprocess_32.c63 unsigned long new_sp) in start_thread()
/linux/fs/
H A Dcompat_binfmt_elf.c114 #define COMPAT_START_THREAD(ex, regs, new_ip, new_sp) \ argument
/linux/arch/xtensa/include/asm/
H A Dprocessor.h196 #define start_thread(regs, new_pc, new_sp) \ argument
/linux/arch/parisc/include/asm/
H A Dprocessor.h241 #define start_thread(regs, new_pc, new_sp) do { \ argument
/linux/arch/x86/include/asm/
H A Delf.h173 #define COMPAT_START_THREAD(ex, regs, new_ip, new_sp) \ argument
/linux/arch/loongarch/kernel/
H A Dsignal.c837 unsigned long new_sp = sp; in setup_extcontext() local