Home
last modified time | relevance | path

Searched refs:task_top_of_stack (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dswitch_to.h81 load_sp0(task_top_of_stack(task)); in update_task_stack()
H A Dprocessor.h763 #define task_top_of_stack(task) ((unsigned long)(task_pt_regs(task) + 1)) macro
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dswitch_to.h75 load_sp0(task_top_of_stack(task)); in update_task_stack()
H A Dprocessor.h632 #define task_top_of_stack(task) ((unsigned long)(task_pt_regs(task) + 1)) macro
/kernel/linux/linux-5.10/arch/x86/xen/
H A Dsmp_pv.c314 ctxt->kernel_sp = task_top_of_stack(idle); in cpu_initialize_context()
/kernel/linux/linux-6.6/arch/x86/xen/
H A Dsmp_pv.c301 ctxt->kernel_sp = task_top_of_stack(idle); in cpu_initialize_context()
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dprocess_64.c594 this_cpu_write(cpu_current_top_of_stack, task_top_of_stack(next_p)); in __switch_to()
H A Dsmpboot.c1025 per_cpu(cpu_current_top_of_stack, cpu) = task_top_of_stack(idle); in common_cpu_up()
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dprocess_64.c624 raw_cpu_write(pcpu_hot.top_of_stack, task_top_of_stack(next_p)); in __switch_to()
H A Dsmpboot.c974 per_cpu(pcpu_hot.top_of_stack, cpu) = task_top_of_stack(idle); in common_cpu_up()

Completed in 11 milliseconds