Searched refs:hv_status (Results 1 – 6 of 6) sorted by relevance
83 u64 hv_status; in hv_do_hypercall() local89 : "=A" (hv_status), in hv_do_hypercall()96 return hv_status; in hv_do_hypercall()108 u64 hv_status; in _hv_do_fast_hypercall8()111 : "=A"(hv_status), in _hv_do_fast_hypercall8()118 return hv_status; in _hv_do_fast_hypercall8()139 u64 hv_status; in _hv_do_fast_hypercall16()142 : "=A"(hv_status), in _hv_do_fast_hypercall16()148 return hv_status; in _hv_do_fast_hypercall16()
390 u64 hv_status; in hv_snp_hypercall() local394 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in hv_snp_hypercall()398 return hv_status; in hv_snp_hypercall()636 u64 hv_status; in hv_vtom_kexec_finish() local655 hv_status = hv_do_rep_hypercall( in hv_vtom_kexec_finish()658 WARN_ON_ONCE(!hv_result_success(hv_status)); in hv_vtom_kexec_finish()680 u64 hv_status; in hv_mark_gpa_visibility() local714 hv_status = hv_do_rep_hypercall( in hv_mark_gpa_visibility()719 if (hv_result_success(hv_status)) in hv_mark_gpa_visibility()
50 u64 hv_status; in hv_std_hypercall() local54 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in hv_std_hypercall()58 return hv_status; in hv_std_hypercall()
815 static inline const struct hv_status_info *find_hv_status_info(u64 hv_status) in find_hv_status_info() argument818 u16 code = hv_result(hv_status); in find_hv_status_info()
302 const char *hv_result_to_string(u64 hv_status);
366 u64 hv_status; member