Home
last modified time | relevance | path

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

/kvm-unit-tests/lib/
H A Don-cpus.c63 smp_wait_for_event(); in cpu_wait()
79 smp_wait_for_event(); in do_idle()
145 smp_wait_for_event(); in on_cpumask()
/kvm-unit-tests/lib/arm/asm/
H A Dsmp.h23 #define smp_wait_for_event() wfe() macro
/kvm-unit-tests/lib/riscv/
H A Dsmp.c75 smp_wait_for_event(); in smp_boot_secondary()
94 smp_wait_for_event(); in smp_boot_secondary_nofail()
/kvm-unit-tests/lib/riscv/asm/
H A Dsmp.h7 #define smp_wait_for_event() cpu_relax() macro
/kvm-unit-tests/lib/arm/
H A Dsmp.c65 smp_wait_for_event(); in __smp_boot_secondary()