Home
last modified time | relevance | path

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

/openbmc/linux/arch/loongarch/include/asm/
H A Dprocessor.h201 #define __KSTK_TOS(tsk) ((unsigned long)task_stack_page(tsk) + \ macro
203 #define task_pt_regs(tsk) ((struct pt_regs *)__KSTK_TOS(tsk))
/openbmc/linux/arch/mips/include/asm/
H A Dprocessor.h363 #define __KSTK_TOS(tsk) ((unsigned long)task_stack_page(tsk) + \ macro
365 #define task_pt_regs(tsk) ((struct pt_regs *)__KSTK_TOS(tsk))
/openbmc/linux/arch/mips/sibyte/sb1250/
H A Dsmp.c101 __KSTK_TOS(idle), in sb1250_boot_secondary()
/openbmc/linux/arch/mips/sibyte/bcm1480/
H A Dsmp.c112 __KSTK_TOS(idle), in bcm1480_boot_secondary()
/openbmc/linux/arch/mips/sgi-ip30/
H A Dip30-smp.c115 mpc->stackaddr = (void *)__KSTK_TOS(idle); in ip30_smp_boot_secondary()
/openbmc/linux/arch/mips/sgi-ip27/
H A Dip27-smp.c148 unsigned long sp = __KSTK_TOS(idle); in ip27_boot_secondary()
/openbmc/linux/arch/mips/kernel/
H A Dsmp-mt.c163 write_tc_gpr_sp( __KSTK_TOS(idle)); in vsmp_boot_secondary()
H A Dsmp-bmips.c193 bmips_smp_boot_sp = __KSTK_TOS(idle); in bmips_boot_secondary()
H A Dsmp-cps.c302 vpe_cfg->sp = __KSTK_TOS(idle); in cps_boot_secondary()
/openbmc/linux/arch/mips/loongson64/
H A Dsmp.c105 startargs[1] = (unsigned long)__KSTK_TOS(idle); in csr_ipi_write_buf()
153 startargs[1] = (unsigned long)__KSTK_TOS(idle); in legacy_ipi_write_buf()
/openbmc/linux/arch/mips/cavium-octeon/
H A Dsmp.c216 octeon_processor_sp = __KSTK_TOS(idle); in octeon_boot_secondary()
/openbmc/linux/arch/loongarch/kernel/
H A Dsmp.c320 cpuboot_data.stack = (unsigned long)__KSTK_TOS(idle); in loongson_boot_secondary()