Home
last modified time | relevance | path

Searched refs:MAX_CPUS (Results 1 – 5 of 5) sorted by relevance

/kvm-unit-tests/x86/
H A Dhyperv_synic.c13 #define MAX_CPUS 4 macro
15 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()
H A Dhyperv_stimer.c14 #define MAX_CPUS 4 macro
43 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()
H A Dhyperv_connections.c10 #define MAX_CPUS 64 macro
34 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()
/kvm-unit-tests/lib/ppc64/
H A Dasm-offsets.c60 DEFINE(MAX_CPUS, NR_CPUS); in main()
/kvm-unit-tests/powerpc/
H A Dcstart64.S155 cmpdi r8,MAX_CPUS