Home
last modified time | relevance | path

Searched refs:HV_STATUS_OPERATION_DENIED (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/tools/testing/selftests/kvm/include/x86/
H A Dhyperv.h242 #define HV_STATUS_OPERATION_DENIED 8 macro
/linux-6.15/drivers/hv/
H A Dhv_common.c773 _STATUS_INFO(HV_STATUS_OPERATION_DENIED, -EIO),
/linux-6.15/tools/testing/selftests/kvm/x86/
H A Dhyperv_features.c590 hcall->expect = HV_STATUS_OPERATION_DENIED; in guest_test_hcalls_access()
/linux-6.15/include/hyperv/
H A Dhvgdk_mini.h24 #define HV_STATUS_OPERATION_DENIED 0x8 macro
/linux-6.15/arch/x86/kvm/
H A Dhyperv.c2663 ret = HV_STATUS_OPERATION_DENIED; in kvm_hv_hypercall()