Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dmshyperv.h201 if ((status & HV_HYPERCALL_RESULT_MASK) != HV_STATUS_SUCCESS) in hv_do_rep_hypercall()
/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dhyperv-tlfs.h178 #define HV_STATUS_SUCCESS 0 macro
/OK3568_Linux_fs/kernel/drivers/hv/
H A Dconnection.c407 case HV_STATUS_SUCCESS: in vmbus_post_msg()
/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Dhyperv.c1578 return (u64)HV_STATUS_SUCCESS | in kvm_hv_flush_tlb()
1675 return HV_STATUS_SUCCESS; in kvm_hv_send_ipi()
1744 return HV_STATUS_SUCCESS; in kvm_hvcall_signal_event()
1749 u64 param, ingpa, outgpa, ret = HV_STATUS_SUCCESS; in kvm_hv_hypercall()