Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/kvm/include/x86_64/
Dhyperv.h233 #define HV_STATUS_OPERATION_DENIED 8 macro
/Linux-v6.6/include/asm-generic/
Dhyperv-tlfs.h221 #define HV_STATUS_OPERATION_DENIED 8 macro
/Linux-v6.6/tools/testing/selftests/kvm/x86_64/
Dhyperv_features.c595 hcall->expect = HV_STATUS_OPERATION_DENIED; in guest_test_hcalls_access()
/Linux-v6.6/arch/x86/kvm/
Dhyperv.c2608 ret = HV_STATUS_OPERATION_DENIED; in kvm_hv_hypercall()