Home
last modified time | relevance | path

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

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