Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/x86_64/
H A Dhyperv_tlb_flush.c376 HV_HYPERCALL_FAST_BIT, 0x0, in sender_guest_code()
390 HV_HYPERCALL_FAST_BIT | in sender_guest_code()
403 HV_HYPERCALL_FAST_BIT, 0x0, in sender_guest_code()
418 HV_HYPERCALL_FAST_BIT | in sender_guest_code()
436 HV_HYPERCALL_FAST_BIT | in sender_guest_code()
454 HV_HYPERCALL_FAST_BIT | in sender_guest_code()
473 HV_HYPERCALL_FAST_BIT | in sender_guest_code()
494 HV_HYPERCALL_FAST_BIT | in sender_guest_code()
511 HV_HYPERCALL_FAST_BIT, in sender_guest_code()
527 HV_HYPERCALL_FAST_BIT | in sender_guest_code()
H A Dhyperv_ipi.c109 hyperv_hypercall(HVCALL_SEND_IPI | HV_HYPERCALL_FAST_BIT, in sender_guest_code()
130 hyperv_hypercall(HVCALL_SEND_IPI_EX | HV_HYPERCALL_FAST_BIT | in sender_guest_code()
152 hyperv_hypercall(HVCALL_SEND_IPI_EX | HV_HYPERCALL_FAST_BIT | in sender_guest_code()
175 hyperv_hypercall(HVCALL_SEND_IPI_EX | HV_HYPERCALL_FAST_BIT | in sender_guest_code()
197 hyperv_hypercall(HVCALL_SEND_IPI_EX | HV_HYPERCALL_FAST_BIT, in sender_guest_code()
H A Dhyperv_svm_test.c51 HV_HYPERCALL_FAST_BIT, 0x0, in l2_guest_code()
60 HV_HYPERCALL_FAST_BIT, 0x0, in l2_guest_code()
H A Dhyperv_features.c95 if (!(hcall->control & HV_HYPERCALL_FAST_BIT)) { in guest_hcall()
638 hcall->control = HVCALL_FLUSH_VIRTUAL_ADDRESS_SPACE | HV_HYPERCALL_FAST_BIT; in guest_test_hcalls_access()
643 hcall->control = HVCALL_FLUSH_VIRTUAL_ADDRESS_SPACE | HV_HYPERCALL_FAST_BIT; in guest_test_hcalls_access()
653 hcall->control = HV_EXT_CALL_QUERY_CAPABILITIES | HV_HYPERCALL_FAST_BIT; in guest_test_hcalls_access()
H A Dhyperv_evmcs.c63 hyperv_hypercall(HVCALL_FLUSH_VIRTUAL_ADDRESS_SPACE | HV_HYPERCALL_FAST_BIT, 0x0, in l2_guest_code()
70 __hyperv_hypercall(HVCALL_FLUSH_VIRTUAL_ADDRESS_SPACE | HV_HYPERCALL_FAST_BIT, 0x0, in l2_guest_code()
/linux/arch/arm64/hyperv/
H A 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/arch/x86/include/asm/
H A Dmshyperv.h170 u64 control = (u64)code | HV_HYPERCALL_FAST_BIT; in hv_do_fast_hypercall8()
177 u64 control = (u64)code | HV_HYPERCALL_FAST_BIT | HV_HYPERCALL_NESTED; in hv_do_fast_nested_hypercall8()
228 u64 control = (u64)code | HV_HYPERCALL_FAST_BIT; in hv_do_fast_hypercall16()
235 u64 control = (u64)code | HV_HYPERCALL_FAST_BIT | HV_HYPERCALL_NESTED; in hv_do_fast_nested_hypercall16()
/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dhyperv.h240 #define HV_HYPERCALL_FAST_BIT BIT(16) macro
/linux/drivers/hv/
H A Dconnection.c506 hv_tdx_hypercall(HVCALL_SIGNAL_EVENT | HV_HYPERCALL_FAST_BIT, in vmbus_set_event()
/linux/include/asm-generic/
H A Dhyperv-tlfs.h198 #define HV_HYPERCALL_FAST_BIT BIT(16) macro
/linux/arch/x86/kvm/
H A Dhyperv.c2552 hc.fast = !!(hc.param & HV_HYPERCALL_FAST_BIT); in kvm_hv_hypercall()