Home
last modified time | relevance | path

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

/linux-6.1.9/arch/mips/loongson64/
Dsmp.c204 (SMP_CORE_GROUP0_BASE + SMP_CORE0_OFFSET + SET0); in ipi_set0_regs_init()
206 (SMP_CORE_GROUP0_BASE + SMP_CORE1_OFFSET + SET0); in ipi_set0_regs_init()
208 (SMP_CORE_GROUP0_BASE + SMP_CORE2_OFFSET + SET0); in ipi_set0_regs_init()
210 (SMP_CORE_GROUP0_BASE + SMP_CORE3_OFFSET + SET0); in ipi_set0_regs_init()
240 (SMP_CORE_GROUP0_BASE + SMP_CORE0_OFFSET + CLEAR0); in ipi_clear0_regs_init()
242 (SMP_CORE_GROUP0_BASE + SMP_CORE1_OFFSET + CLEAR0); in ipi_clear0_regs_init()
244 (SMP_CORE_GROUP0_BASE + SMP_CORE2_OFFSET + CLEAR0); in ipi_clear0_regs_init()
246 (SMP_CORE_GROUP0_BASE + SMP_CORE3_OFFSET + CLEAR0); in ipi_clear0_regs_init()
276 (SMP_CORE_GROUP0_BASE + SMP_CORE0_OFFSET + STATUS0); in ipi_status0_regs_init()
278 (SMP_CORE_GROUP0_BASE + SMP_CORE1_OFFSET + STATUS0); in ipi_status0_regs_init()
[all …]
Dsmp.h9 #define SMP_CORE_GROUP0_BASE (smp_group[0]) macro