Home
last modified time | relevance | path

Searched refs:task_ksp0 (Results 1 – 2 of 2) sorted by relevance

/arch/tile/include/asm/
Dprocessor.h229 #define task_ksp0(task) \ macro
234 ((struct pt_regs *)(task_ksp0(task) - KSTK_PTREGS_GAP) - 1)
357 unsigned long __ksp0 = task_ksp0(task) & ((1UL << CPU_SHIFT) - 1); \
369 unsigned long __ksp0 = task_ksp0(task); \
/arch/tile/kernel/
Dsmpboot.c109 per_cpu(boot_sp, cpu) = task_ksp0(idle); in smp_prepare_cpus()