Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dmshyperv.h123 u64 hv_status, control = (u64)code | HV_HYPERCALL_FAST_BIT; in hv_do_fast_hypercall8()
154 u64 hv_status, control = (u64)code | HV_HYPERCALL_FAST_BIT; in hv_do_fast_hypercall16()
/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dhyperv-tlfs.h169 #define HV_HYPERCALL_FAST_BIT BIT(16) macro
/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Dhyperv.c1779 fast = !!(param & HV_HYPERCALL_FAST_BIT); in kvm_hv_hypercall()