Searched refs:OMPIC_MAX_CPUS (Results 1 – 1 of 1) sorted by relevance
37 #define OMPIC_MAX_CPUS 4 /* Real max is much higher, but dont waste memory */ macro38 #define OMPIC_ADDRSPACE_SZ (OMPIC_MAX_CPUS * 2 * 4) /* 2 32-bit regs per cpu */52 OR1KOMPICCPUState cpus[OMPIC_MAX_CPUS];121 if (s->num_cpus > OMPIC_MAX_CPUS) { in or1k_ompic_realize()152 VMSTATE_STRUCT_ARRAY(cpus, OR1KOMPICState, OMPIC_MAX_CPUS, 1,