Home
last modified time | relevance | path

Searched refs:__KSTK_TOS (Results 1 – 10 of 10) sorted by relevance

/arch/mips/include/asm/
Dprocessor.h366 #define __KSTK_TOS(tsk) ((unsigned long)task_stack_page(tsk) + \ macro
368 #define task_pt_regs(tsk) ((struct pt_regs *)__KSTK_TOS(tsk))
/arch/mips/sibyte/sb1250/
Dsmp.c121 __KSTK_TOS(idle), in sb1250_boot_secondary()
/arch/mips/sibyte/bcm1480/
Dsmp.c133 __KSTK_TOS(idle), in bcm1480_boot_secondary()
/arch/mips/netlogic/common/
Dsmp.c159 nlm_next_sp = (unsigned long)__KSTK_TOS(idle); in nlm_boot_secondary()
/arch/mips/sgi-ip27/
Dip27-smp.c201 unsigned long sp = __KSTK_TOS(idle); in ip27_boot_secondary()
/arch/mips/kernel/
Dsmp-mt.c244 write_tc_gpr_sp( __KSTK_TOS(idle)); in vsmp_boot_secondary()
Dsmp-bmips.c135 bmips_smp_boot_sp = __KSTK_TOS(idle); in bmips_boot_secondary()
Dsmtc.c664 kernelsp[cpu] = __KSTK_TOS(idle); in smtc_boot_secondary()
665 write_tc_gpr_sp(__KSTK_TOS(idle)); in smtc_boot_secondary()
Dsmp-cmp.c271 unsigned long sp = __KSTK_TOS(idle); in cmp_boot_secondary()
/arch/mips/cavium-octeon/
Dsmp.c157 octeon_processor_sp = __KSTK_TOS(idle); in octeon_boot_secondary()