Home
last modified time | relevance | path

Searched refs:cpu_present (Results 1 – 3 of 3) sorted by relevance

/kvm-unit-tests/lib/riscv/
H A Dsetup.c82 assert(cpu_present(me)); in cpu_init()
/kvm-unit-tests/lib/
H A Dcpumask.h197 #define cpu_present(cpu) cpumask_test_cpu(cpu, &cpu_present_mask) macro
/kvm-unit-tests/riscv/
H A Dsbi.c101 if (cpu != nr_cpus && cpu != me && cpu_present(cpu)) in rand_online_cpu()