Home
last modified time | relevance | path

Searched refs:HV_HYPERCALL_FAST (Results 1 – 2 of 2) sorted by relevance

/qemu/include/hw/hyperv/
H A Dhyperv-proto.h38 #define HV_HYPERCALL_FAST (1u << 16) macro
/qemu/target/i386/kvm/
H A Dhyperv.c87 bool fast = exit->u.hcall.input & HV_HYPERCALL_FAST; in kvm_hv_handle_exit()