Searched refs:MAX_CPUS (Results 1 – 5 of 5) sorted by relevance
13 #define MAX_CPUS 4 macro15 static atomic_t isr_enter_count[MAX_CPUS];156 if (ncpus > MAX_CPUS) in main()157 report_abort("number cpus exceeds %d", MAX_CPUS); in main()
14 #define MAX_CPUS 4 macro43 static struct svcpu g_synic_vcpu[MAX_CPUS];420 if (ncpus > MAX_CPUS) in stimer_test_all()421 report_abort("number cpus exceeds %d", MAX_CPUS); in stimer_test_all()
10 #define MAX_CPUS 64 macro34 static struct hv_vcpu hv_vcpus[MAX_CPUS];276 if (ncpus > MAX_CPUS) in main()277 report_abort("# cpus: %d > %d", ncpus, MAX_CPUS); in main()
60 DEFINE(MAX_CPUS, NR_CPUS); in main()
155 cmpdi r8,MAX_CPUS