Home
last modified time | relevance | path

Searched defs:max_cpus (Results 1 – 4 of 4) sorted by relevance

/kvm-unit-tests/x86/
H A Dcstart.S10 max_cpus = MAX_TEST_CPUS define
H A Dcstart64.S8 max_cpus = MAX_TEST_CPUS define
/kvm-unit-tests/s390x/
H A Dtopology.c26 static int max_cpus; variable
/kvm-unit-tests/riscv/
H A Dsbi.c722 int max_cpus = getenv("SBI_MAX_CPUS") ? strtol(getenv("SBI_MAX_CPUS"), NULL, 0) : nr_cpus; in check_hsm() local