Searched refs:MAX_CPU (Results 1 – 2 of 2) sorted by relevance
8 #define MAX_CPU 32 macro162 IRQDest dst[MAX_CPU];
79 #define OPENPIC_CPU_REG_SIZE 0x100 + ((MAX_CPU - 1) * 0x1000)1537 if (opp->nb_cpus > MAX_CPU) { in openpic_realize()1538 error_setg(errp, "property 'nb_cpus' can be at most %d", MAX_CPU); in openpic_realize()