Searched refs:new_stack (Results 1 – 5 of 5) sorted by relevance
1095 struct pt_regs tmp, *new_stack; in fixup_bad_iret() local1105 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()
29 extern void move_stack(unsigned long new_stack);
51 extern void move_stack(unsigned long new_stack);
120 struct thread_stack_entry *new_stack; in thread_stack__grow() local126 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()
446 void call_on_stack(unsigned long p1, void *func, unsigned long new_stack);