Searched refs:guest_monitor_wait (Results 1 – 1 of 1) sorted by relevance
41 static void guest_monitor_wait(void *arg) in guest_monitor_wait() function 59 vector = kvm_asm_safe("monitor", "a"(guest_monitor_wait), "c"(0), "d"(0)); in guest_monitor_wait() 62 vector = kvm_asm_safe("mwait", "a"(guest_monitor_wait), "c"(0), "d"(0)); in guest_monitor_wait() 83 vm = vm_create_with_one_vcpu(&vcpu, guest_monitor_wait); in main()