Home
last modified time | relevance | path

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

/linux-5.19.10/arch/powerpc/include/asm/
Dmpic.h115 #define MPIC_MAX_CPUS 32 macro
309 struct mpic_reg_bank cpuregs[MPIC_MAX_CPUS];
/linux-5.19.10/arch/powerpc/sysdev/
Dmpic.c1442 BUG_ON(num_possible_cpus() > MPIC_MAX_CPUS); in mpic_alloc()