Home
last modified time | relevance | path

Searched defs:new_sp (Results 1 - 21 of 21) sorted by relevance

/third_party/libunwind/libunwind/src/ppc32/
H A DGresume.c37 my_rt_sigreturn (void *new_sp) in my_rt_sigreturn() argument
/third_party/libunwind/libunwind/src/hppa/
H A DGresume.c37 my_rt_sigreturn (void *new_sp, int in_syscall) in my_rt_sigreturn() argument
/third_party/libunwind/libunwind/src/ppc64/
H A DGresume.c37 my_rt_sigreturn (void *new_sp) in my_rt_sigreturn() argument
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dprocess_32.c115 start_thread(struct pt_regs *regs, unsigned long new_ip, unsigned long new_sp) in start_thread() argument
H A Duprobes.c528 unsigned long new_sp = regs->sp - sizeof_long(regs); in emulate_push_stack() local
H A Dprocess_64.c506 start_thread(struct pt_regs *regs, unsigned long new_ip, unsigned long new_sp) in start_thread() argument
514 void compat_start_thread(struct pt_regs *regs, u32 new_ip, u32 new_sp) in compat_start_thread() argument
481 start_thread_common(struct pt_regs *regs, unsigned long new_ip, unsigned long new_sp, unsigned int _cs, unsigned int _ss, unsigned int _ds) start_thread_common() argument
/kernel/linux/linux-5.10/arch/sh/kernel/
H A Dprocess_32.c62 start_thread(struct pt_regs *regs, unsigned long new_pc, unsigned long new_sp) start_thread() argument
/kernel/linux/linux-6.6/arch/sh/kernel/
H A Dprocess_32.c62 start_thread(struct pt_regs *regs, unsigned long new_pc, unsigned long new_sp) start_thread() argument
/kernel/linux/linux-5.10/arch/ia64/kernel/
H A Dsignal.c230 unsigned long tramp_addr, new_rbs = 0, new_sp; in setup_frame() local
/kernel/linux/linux-6.6/arch/ia64/kernel/
H A Dsignal.c229 unsigned long tramp_addr, new_rbs = 0, new_sp; in setup_frame() local
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dprocess_32.c112 start_thread(struct pt_regs *regs, unsigned long new_ip, unsigned long new_sp) in start_thread() argument
H A Dprocess_64.c533 start_thread(struct pt_regs *regs, unsigned long new_ip, unsigned long new_sp) in start_thread() argument
541 void compat_start_thread(struct pt_regs *regs, u32 new_ip, u32 new_sp, bool x32) in compat_start_thread() argument
506 start_thread_common(struct pt_regs *regs, unsigned long new_ip, unsigned long new_sp, unsigned int _cs, unsigned int _ss, unsigned int _ds) start_thread_common() argument
H A Duprobes.c528 unsigned long new_sp = regs->sp - sizeof_long(regs); in emulate_push_stack() local
/kernel/linux/linux-5.10/arch/loongarch/kernel/
H A Dsignal.c768 unsigned long new_sp = sp; in setup_extcontext() local
[all...]
/kernel/linux/linux-6.6/arch/loongarch/kernel/
H A Dsignal.c861 unsigned long new_sp = sp; in setup_extcontext() local
[all...]
/third_party/node/deps/v8/src/regexp/
H A Dregexp-interpreter.cc150 void set_sp(int new_sp) { in set_sp() argument
/third_party/node/deps/v8/src/execution/arm64/
H A Dsimulator-arm64.cc290 intptr_t new_sp = sp() - 2 * kXRegSize; in PushAddress() local
/third_party/node/deps/v8/src/execution/loong64/
H A Dsimulator-loong64.cc5369 int64_t new_sp = get_register(sp) - sizeof(uintptr_t); in PushAddress() local
/third_party/node/deps/v8/src/execution/ppc/
H A Dsimulator-ppc.cc5544 uintptr_t new_sp = get_register(sp) - sizeof(uintptr_t); in PushAddress() local
/third_party/node/deps/v8/src/execution/s390/
H A Dsimulator-s390.cc2732 uintptr_t new_sp = get_register(sp) - sizeof(uintptr_t); in PushAddress() local
/third_party/node/deps/v8/src/execution/arm/
H A Dsimulator-arm.cc6315 int new_sp = get_register(sp) - sizeof(uintptr_t); in PushAddress() local

Completed in 67 milliseconds