Home
last modified time | relevance | path

Searched refs:task_top_of_stack (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/arch/x86/include/asm/
Dswitch_to.h76 load_sp0(task_top_of_stack(task)); in update_task_stack()
Dprocessor.h756 #define task_top_of_stack(task) ((unsigned long)(task_pt_regs(task) + 1)) macro
/linux-5.19.10/arch/x86/xen/
Dsmp_pv.c302 ctxt->kernel_sp = task_top_of_stack(idle); in cpu_initialize_context()
/linux-5.19.10/arch/x86/kernel/
Dprocess_64.c620 this_cpu_write(cpu_current_top_of_stack, task_top_of_stack(next_p)); in __switch_to()
Dsmpboot.c1063 per_cpu(cpu_current_top_of_stack, cpu) = task_top_of_stack(idle); in common_cpu_up()