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

/linux-master/arch/x86/include/asm/
H A Dswitch_to.h78 load_sp0(task_top_of_stack(task));
H A Dprocessor.h621 #define task_top_of_stack(task) ((unsigned long)(task_pt_regs(task) + 1)) macro
/linux-master/arch/x86/xen/
H A Dsmp_pv.c276 ctxt->kernel_sp = task_top_of_stack(idle);
/linux-master/arch/x86/kernel/
H A Dprocess_64.c672 raw_cpu_write(pcpu_hot.top_of_stack, task_top_of_stack(next_p));
H A Dsmpboot.c866 per_cpu(pcpu_hot.top_of_stack, cpu) = task_top_of_stack(idle);

Completed in 149 milliseconds