new_stack 30 arch/alpha/boot/bootp.c extern void move_stack(unsigned long new_stack); new_stack 52 arch/alpha/boot/bootpz.c extern void move_stack(unsigned long new_stack); new_stack 466 arch/parisc/kernel/irq.c void call_on_stack(unsigned long p1, void *func, unsigned long new_stack); new_stack 309 arch/sparc/kernel/process_32.c char *new_stack; new_stack 327 arch/sparc/kernel/process_32.c new_stack = task_stack_page(p) + THREAD_SIZE; new_stack 328 arch/sparc/kernel/process_32.c new_stack -= STACKFRAME_SZ + TRACEREG_SZ; new_stack 329 arch/sparc/kernel/process_32.c childregs = (struct pt_regs *) (new_stack + STACKFRAME_SZ); new_stack 338 arch/sparc/kernel/process_32.c ti->ksp = (unsigned long) new_stack; new_stack 344 arch/sparc/kernel/process_32.c memset(new_stack, 0, STACKFRAME_SZ + TRACEREG_SZ); new_stack 355 arch/sparc/kernel/process_32.c memcpy(new_stack, (char *)regs - STACKFRAME_SZ, STACKFRAME_SZ + TRACEREG_SZ); new_stack 467 arch/um/os-Linux/skas/process.c int copy_context_skas0(unsigned long new_stack, int pid) new_stack 472 arch/um/os-Linux/skas/process.c struct stub_data *child_data = (struct stub_data *) new_stack; new_stack 474 arch/um/os-Linux/skas/process.c int new_fd = phys_mapping(to_phys((void *)new_stack), &new_offset); new_stack 647 arch/x86/kernel/traps.c struct bad_iret_stack *new_stack = new_stack 651 arch/x86/kernel/traps.c memmove(&new_stack->regs.ip, (void *)s->regs.sp, 5*8); new_stack 654 arch/x86/kernel/traps.c memmove(new_stack, s, offsetof(struct bad_iret_stack, regs.ip)); new_stack 656 arch/x86/kernel/traps.c BUG_ON(!user_mode(&new_stack->regs)); new_stack 657 arch/x86/kernel/traps.c return new_stack; new_stack 984 tools/lib/bpf/btf_dump.c __u32 *new_stack; new_stack 989 tools/lib/bpf/btf_dump.c new_stack = realloc(d->decl_stack, new_stack 990 tools/lib/bpf/btf_dump.c new_cap * sizeof(new_stack[0])); new_stack 991 tools/lib/bpf/btf_dump.c if (!new_stack) new_stack 993 tools/lib/bpf/btf_dump.c d->decl_stack = new_stack; new_stack 112 tools/perf/util/thread-stack.c struct thread_stack_entry *new_stack; new_stack 118 tools/perf/util/thread-stack.c new_stack = realloc(ts->stack, sz); new_stack 119 tools/perf/util/thread-stack.c if (!new_stack) new_stack 122 tools/perf/util/thread-stack.c ts->stack = new_stack;