Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/
H A Dprocess_64.c507 unsigned long new_sp, in start_thread_common()
533 start_thread(struct pt_regs *regs, unsigned long new_ip, unsigned long new_sp) in start_thread()
541 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.c528 unsigned long new_sp = regs->sp - sizeof_long(regs); in emulate_push_stack() local
/openbmc/linux/arch/sh/kernel/
H A Dprocess_32.c63 unsigned long new_sp) in start_thread()
/openbmc/linux/fs/
H A Dcompat_binfmt_elf.c104 #define COMPAT_START_THREAD(ex, regs, new_ip, new_sp) \ argument
/openbmc/linux/arch/ia64/kernel/
H A Dsignal.c229 unsigned long tramp_addr, new_rbs = 0, new_sp; in setup_frame() local
/openbmc/linux/arch/xtensa/include/asm/
H A Dprocessor.h198 #define start_thread(regs, new_pc, new_sp) \ argument
/openbmc/linux/arch/parisc/include/asm/
H A Dprocessor.h241 #define start_thread(regs, new_pc, new_sp) do { \ argument
/openbmc/linux/arch/x86/include/asm/
H A Delf.h175 #define COMPAT_START_THREAD(ex, regs, new_ip, new_sp) \ argument
/openbmc/qemu/target/m68k/
H A Dhelper.c461 int new_sp; in m68k_switch_sp() local
/openbmc/linux/arch/loongarch/kernel/
H A Dsignal.c861 unsigned long new_sp = sp; in setup_extcontext() local
/openbmc/linux/arch/ia64/include/asm/
H A Dprocessor.h296 #define start_thread(regs,new_ip,new_sp) do { \ argument