Home
last modified time | relevance | path

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

/linux-6.1.9/arch/arm64/hyperv/
Dhv_core.c50 control = (u64)code | HV_HYPERCALL_FAST_BIT; in hv_do_fast_hypercall8()
65 HVCALL_SET_VP_REGISTERS | HV_HYPERCALL_FAST_BIT | in hv_set_vpreg()
97 args.a1 = HVCALL_GET_VP_REGISTERS | HV_HYPERCALL_FAST_BIT | in hv_get_vpreg_128()
/linux-6.1.9/arch/x86/include/asm/
Dmshyperv.h80 u64 hv_status, control = (u64)code | HV_HYPERCALL_FAST_BIT; in hv_do_fast_hypercall8()
111 u64 hv_status, control = (u64)code | HV_HYPERCALL_FAST_BIT; in hv_do_fast_hypercall16()
/linux-6.1.9/tools/testing/selftests/kvm/x86_64/
Dhyperv_features.c77 if (!(hcall->control & HV_HYPERCALL_FAST_BIT)) { in guest_hcall()
595 hcall->control = HVCALL_FLUSH_VIRTUAL_ADDRESS_SPACE | HV_HYPERCALL_FAST_BIT; in guest_test_hcalls_access()
600 hcall->control = HVCALL_FLUSH_VIRTUAL_ADDRESS_SPACE | HV_HYPERCALL_FAST_BIT; in guest_test_hcalls_access()
/linux-6.1.9/tools/testing/selftests/kvm/include/x86_64/
Dhyperv.h186 #define HV_HYPERCALL_FAST_BIT BIT(16) macro
/linux-6.1.9/include/asm-generic/
Dhyperv-tlfs.h193 #define HV_HYPERCALL_FAST_BIT BIT(16) macro
/linux-6.1.9/arch/x86/kvm/
Dhyperv.c2221 hc.fast = !!(hc.param & HV_HYPERCALL_FAST_BIT); in kvm_hv_hypercall()