Home
last modified time | relevance | path

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

/Linux-v5.10/arch/mips/loongson64/
Dsmp.c121 (SMP_CORE_GROUP1_BASE + SMP_CORE0_OFFSET + SET0); in ipi_set0_regs_init()
123 (SMP_CORE_GROUP1_BASE + SMP_CORE1_OFFSET + SET0); in ipi_set0_regs_init()
125 (SMP_CORE_GROUP1_BASE + SMP_CORE2_OFFSET + SET0); in ipi_set0_regs_init()
127 (SMP_CORE_GROUP1_BASE + SMP_CORE3_OFFSET + SET0); in ipi_set0_regs_init()
157 (SMP_CORE_GROUP1_BASE + SMP_CORE0_OFFSET + CLEAR0); in ipi_clear0_regs_init()
159 (SMP_CORE_GROUP1_BASE + SMP_CORE1_OFFSET + CLEAR0); in ipi_clear0_regs_init()
161 (SMP_CORE_GROUP1_BASE + SMP_CORE2_OFFSET + CLEAR0); in ipi_clear0_regs_init()
163 (SMP_CORE_GROUP1_BASE + SMP_CORE3_OFFSET + CLEAR0); in ipi_clear0_regs_init()
193 (SMP_CORE_GROUP1_BASE + SMP_CORE0_OFFSET + STATUS0); in ipi_status0_regs_init()
195 (SMP_CORE_GROUP1_BASE + SMP_CORE1_OFFSET + STATUS0); in ipi_status0_regs_init()
[all …]
Dsmp.h10 #define SMP_CORE_GROUP1_BASE (smp_group[1]) macro