Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/include/asm/
Dmshyperv.h193 if ((status & HV_HYPERCALL_RESULT_MASK) != HV_STATUS_SUCCESS) in hv_do_rep_hypercall()
Dhyperv-tlfs.h412 #define HV_STATUS_SUCCESS 0 macro
/Linux-v5.4/drivers/hv/
Dconnection.c436 case HV_STATUS_SUCCESS: in vmbus_post_msg()
/Linux-v5.4/arch/x86/kvm/
Dhyperv.c1430 return (u64)HV_STATUS_SUCCESS | in kvm_hv_flush_tlb()
1524 return HV_STATUS_SUCCESS; in kvm_hv_send_ipi()
1593 return HV_STATUS_SUCCESS; in kvm_hvcall_signal_event()
1598 u64 param, ingpa, outgpa, ret = HV_STATUS_SUCCESS; in kvm_hv_hypercall()