Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/hyperv/
H A Dhyperv-proto.h24 #define HV_STATUS_INVALID_PORT_ID 17 macro
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dhyperv.h235 #define HV_STATUS_INVALID_PORT_ID 17 macro
/openbmc/linux/include/asm-generic/
H A Dhyperv-tlfs.h223 #define HV_STATUS_INVALID_PORT_ID 17 macro
/openbmc/linux/arch/x86/kvm/
H A Dhyperv.c2382 return HV_STATUS_INVALID_PORT_ID; in kvm_hvcall_signal_event()
2392 return HV_STATUS_INVALID_PORT_ID; in kvm_hvcall_signal_event()
2548 if (ret != HV_STATUS_INVALID_PORT_ID) in kvm_hv_hypercall()
/openbmc/qemu/hw/hyperv/
H A Dhyperv.c720 return HV_STATUS_INVALID_PORT_ID; in hyperv_hcall_signal_event()