Home
last modified time | relevance | path

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

/linux-6.12.1/arch/mips/loongson64/
Dsmp.c214 (SMP_CORE_GROUP3_BASE + SMP_CORE0_OFFSET + SET0); in ipi_set0_regs_init()
216 (SMP_CORE_GROUP3_BASE + SMP_CORE1_OFFSET + SET0); in ipi_set0_regs_init()
218 (SMP_CORE_GROUP3_BASE + SMP_CORE2_OFFSET + SET0); in ipi_set0_regs_init()
220 (SMP_CORE_GROUP3_BASE + SMP_CORE3_OFFSET + SET0); in ipi_set0_regs_init()
250 (SMP_CORE_GROUP3_BASE + SMP_CORE0_OFFSET + CLEAR0); in ipi_clear0_regs_init()
252 (SMP_CORE_GROUP3_BASE + SMP_CORE1_OFFSET + CLEAR0); in ipi_clear0_regs_init()
254 (SMP_CORE_GROUP3_BASE + SMP_CORE2_OFFSET + CLEAR0); in ipi_clear0_regs_init()
256 (SMP_CORE_GROUP3_BASE + SMP_CORE3_OFFSET + CLEAR0); in ipi_clear0_regs_init()
286 (SMP_CORE_GROUP3_BASE + SMP_CORE0_OFFSET + STATUS0); in ipi_status0_regs_init()
288 (SMP_CORE_GROUP3_BASE + SMP_CORE1_OFFSET + STATUS0); in ipi_status0_regs_init()
[all …]
Dsmp.h12 #define SMP_CORE_GROUP3_BASE (smp_group[3]) macro