Home
last modified time | relevance | path

Searched refs:HV_EXT_CALL_QUERY_CAPABILITIES (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/
H A Dhyperv_extended_hypercalls.c3 * Test Hyper-V extended hypercall, HV_EXT_CALL_QUERY_CAPABILITIES (0x8001),
28 hyperv_hypercall(HV_EXT_CALL_QUERY_CAPABILITIES, in_pg_gpa, out_pg_gpa); in guest_code()
H A Dhyperv_features.c654 hcall->control = HV_EXT_CALL_QUERY_CAPABILITIES; in guest_test_hcalls_access()
659 hcall->control = HV_EXT_CALL_QUERY_CAPABILITIES | HV_HYPERCALL_FAST_BIT; in guest_test_hcalls_access()
/kernel/linux/linux-6.6/drivers/hv/
H A Dhv_common.c467 status = hv_do_hypercall(HV_EXT_CALL_QUERY_CAPABILITIES, NULL, in hv_query_ext_cap()
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/include/x86_64/
H A Dhyperv.h219 #define HV_EXT_CALL_QUERY_CAPABILITIES 0x8001 macro
/kernel/linux/linux-6.6/include/asm-generic/
H A Dhyperv-tlfs.h178 #define HV_EXT_CALL_QUERY_CAPABILITIES 0x8001 macro
/kernel/linux/linux-6.6/arch/x86/kvm/
H A Dhyperv.c63 #define HV_EXT_CALL_MAX (HV_EXT_CALL_QUERY_CAPABILITIES + 64)
2459 case HV_EXT_CALL_QUERY_CAPABILITIES ... HV_EXT_CALL_MAX: in hv_check_hypercall_access()
2615 case HV_EXT_CALL_QUERY_CAPABILITIES ... HV_EXT_CALL_MAX: in kvm_hv_hypercall()

Completed in 9 milliseconds