Searched refs:task_top_of_stack (Results 1 – 3 of 3) sorted by relevance
272 ctxt->kernel_sp = task_top_of_stack(idle); in cpu_initialize_context()
651 #define task_top_of_stack(task) ((unsigned long)(task_pt_regs(task) + 1)) macro
987 per_cpu(cpu_current_top_of_stack, cpu) = task_top_of_stack(idle); in common_cpu_up()