Home
last modified time | relevance | path

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

/Linux-v5.10/arch/mips/loongson64/
Dsmp.c129 (SMP_CORE_GROUP2_BASE + SMP_CORE0_OFFSET + SET0); in ipi_set0_regs_init()
131 (SMP_CORE_GROUP2_BASE + SMP_CORE1_OFFSET + SET0); in ipi_set0_regs_init()
133 (SMP_CORE_GROUP2_BASE + SMP_CORE2_OFFSET + SET0); in ipi_set0_regs_init()
135 (SMP_CORE_GROUP2_BASE + SMP_CORE3_OFFSET + SET0); in ipi_set0_regs_init()
165 (SMP_CORE_GROUP2_BASE + SMP_CORE0_OFFSET + CLEAR0); in ipi_clear0_regs_init()
167 (SMP_CORE_GROUP2_BASE + SMP_CORE1_OFFSET + CLEAR0); in ipi_clear0_regs_init()
169 (SMP_CORE_GROUP2_BASE + SMP_CORE2_OFFSET + CLEAR0); in ipi_clear0_regs_init()
171 (SMP_CORE_GROUP2_BASE + SMP_CORE3_OFFSET + CLEAR0); in ipi_clear0_regs_init()
201 (SMP_CORE_GROUP2_BASE + SMP_CORE0_OFFSET + STATUS0); in ipi_status0_regs_init()
203 (SMP_CORE_GROUP2_BASE + SMP_CORE1_OFFSET + STATUS0); in ipi_status0_regs_init()
[all …]
Dsmp.h11 #define SMP_CORE_GROUP2_BASE (smp_group[2]) macro