Searched refs:new_stack (Results 1 – 7 of 7) sorted by relevance
| /linux/arch/sparc/kernel/ |
| H A D | process_32.c | 269 char *new_stack; local 288 new_stack = task_stack_page(p) + THREAD_SIZE; 289 new_stack -= STACKFRAME_SZ + TRACEREG_SZ; 290 childregs = (struct pt_regs *) (new_stack + STACKFRAME_SZ); 299 ti->ksp = (unsigned long) new_stack; 305 memset(new_stack, 0, STACKFRAME_SZ + TRACEREG_SZ); 314 memcpy(new_stack, (char *)regs - STACKFRAME_SZ, STACKFRAME_SZ + TRACEREG_SZ);
|
| /linux/arch/x86/kernel/ |
| H A D | traps.c | 1095 struct pt_regs tmp, *new_stack; in fixup_bad_iret() local 1105 new_stack = (struct pt_regs *)__this_cpu_read(cpu_tss_rw.x86_tss.sp0) - 1; in fixup_bad_iret() 1114 __memcpy(new_stack, &tmp, sizeof(tmp)); in fixup_bad_iret() 1116 BUG_ON(!user_mode(new_stack)); in fixup_bad_iret() 1117 return new_stack; in fixup_bad_iret()
|
| /linux/arch/alpha/boot/ |
| H A D | bootp.c | 29 extern void move_stack(unsigned long new_stack);
|
| H A D | bootpz.c | 51 extern void move_stack(unsigned long new_stack);
|
| /linux/tools/perf/util/ |
| H A D | thread-stack.c | 120 struct thread_stack_entry *new_stack; in thread_stack__grow() local 126 new_stack = realloc(ts->stack, sz); in thread_stack__grow() 127 if (!new_stack) in thread_stack__grow() 130 ts->stack = new_stack; in thread_stack__grow()
|
| /linux/tools/lib/bpf/ |
| H A D | btf_dump.c | 1212 __u32 *new_stack; in btf_dump_push_decl_stack_id() local 1217 new_stack = libbpf_reallocarray(d->decl_stack, new_cap, sizeof(new_stack[0])); in btf_dump_push_decl_stack_id() 1218 if (!new_stack) in btf_dump_push_decl_stack_id() 1220 d->decl_stack = new_stack; in btf_dump_push_decl_stack_id()
|
| /linux/arch/parisc/kernel/ |
| H A D | irq.c | 446 void call_on_stack(unsigned long p1, void *func, unsigned long new_stack);
|