Home
last modified time | relevance | path

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

/qemu/target/i386/kvm/
H A Dhyperv-stub.c29 exit->u.hcall.result = HV_STATUS_INVALID_HYPERCALL_CODE; in kvm_hv_handle_exit()
H A Dhyperv.c111 exit->u.hcall.result = HV_STATUS_INVALID_HYPERCALL_CODE; in kvm_hv_handle_exit()
/qemu/include/hw/hyperv/
H A Dhyperv-proto.h19 #define HV_STATUS_INVALID_HYPERCALL_CODE 2 macro
/qemu/hw/hyperv/
H A Dhyperv.c612 return HV_STATUS_INVALID_HYPERCALL_CODE; in hyperv_hcall_post_message()
755 ret = HV_STATUS_INVALID_HYPERCALL_CODE; in hyperv_hcall_reset_dbg_session()
800 ret = HV_STATUS_INVALID_HYPERCALL_CODE; in hyperv_hcall_retreive_dbg_data()
859 ret = HV_STATUS_INVALID_HYPERCALL_CODE; in hyperv_hcall_post_dbg_data()
H A Dsyndbg.c250 uint16_t ret = HV_STATUS_INVALID_HYPERCALL_CODE; in hv_syndbg_handler()