Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/kernel/
Dprocess_64.c506 unsigned long new_sp, in start_thread_common()
530 start_thread(struct pt_regs *regs, unsigned long new_ip, unsigned long new_sp) in start_thread()
538 void compat_start_thread(struct pt_regs *regs, u32 new_ip, u32 new_sp, bool x32) in compat_start_thread()
Dprocess_32.c112 start_thread(struct pt_regs *regs, unsigned long new_ip, unsigned long new_sp) in start_thread()
Duprobes.c528 unsigned long new_sp = regs->sp - sizeof_long(regs); in emulate_push_stack() local
/linux-6.1.9/arch/sh/kernel/
Dprocess_32.c63 unsigned long new_sp) in start_thread()
/linux-6.1.9/fs/
Dcompat_binfmt_elf.c104 #define COMPAT_START_THREAD(ex, regs, new_ip, new_sp) \ argument
/linux-6.1.9/arch/ia64/kernel/
Dsignal.c229 unsigned long tramp_addr, new_rbs = 0, new_sp; in setup_frame() local
/linux-6.1.9/arch/xtensa/include/asm/
Dprocessor.h205 #define start_thread(regs, new_pc, new_sp) \ argument
/linux-6.1.9/arch/parisc/include/asm/
Dprocessor.h238 #define start_thread(regs, new_pc, new_sp) do { \ argument
/linux-6.1.9/arch/x86/include/asm/
Delf.h179 #define COMPAT_START_THREAD(ex, regs, new_ip, new_sp) \ argument
/linux-6.1.9/arch/loongarch/kernel/
Dsignal.c365 unsigned long new_sp = sp; in setup_extcontext() local
/linux-6.1.9/arch/ia64/include/asm/
Dprocessor.h296 #define start_thread(regs,new_ip,new_sp) do { \ argument