Home
last modified time | relevance | path

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

/qemu/include/hw/ppc/
H A Dopenpic.h8 #define MAX_CPU 32 macro
162 IRQDest dst[MAX_CPU];
/qemu/hw/intc/
H A Dopenpic.c79 #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()