Home
last modified time | relevance | path

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

/linux/arch/x86/xen/
H A Dsmp_pv.c272 ctxt->kernel_sp = task_top_of_stack(idle); in cpu_initialize_context()
/linux/arch/x86/include/asm/
H A Dprocessor.h651 #define task_top_of_stack(task) ((unsigned long)(task_pt_regs(task) + 1)) macro
/linux/arch/x86/kernel/
H A Dsmpboot.c987 per_cpu(cpu_current_top_of_stack, cpu) = task_top_of_stack(idle); in common_cpu_up()