Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/include/asm/
Dmshyperv.h115 u64 hv_status, control = (u64)code | HV_HYPERCALL_FAST_BIT; in hv_do_fast_hypercall8()
146 u64 hv_status, control = (u64)code | HV_HYPERCALL_FAST_BIT; in hv_do_fast_hypercall16()
Dhyperv-tlfs.h404 #define HV_HYPERCALL_FAST_BIT BIT(16) macro
/Linux-v5.4/arch/x86/kvm/
Dhyperv.c1628 fast = !!(param & HV_HYPERCALL_FAST_BIT); in kvm_hv_hypercall()