Searched refs:hv_status (Results 1 – 6 of 6) sorted by relevance
67 u64 hv_status; in hv_do_hypercall() local80 return hv_status; in hv_do_hypercall()103 : "=A" (hv_status), in hv_do_hypercall()111 return hv_status; in hv_do_hypercall()123 u64 hv_status; in _hv_do_fast_hypercall8() local132 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in _hv_do_fast_hypercall8()148 : "=A"(hv_status), in _hv_do_fast_hypercall8()157 return hv_status; in _hv_do_fast_hypercall8()177 u64 hv_status; in _hv_do_fast_hypercall16() local207 : "=A"(hv_status), in _hv_do_fast_hypercall16()[all …]
259 uint64_t *hv_status) in __hyperv_hypercall() argument267 : "=a" (*hv_status), in __hyperv_hypercall()280 uint64_t hv_status; in hyperv_hypercall() local283 vector = __hyperv_hypercall(control, input_address, output_address, &hv_status); in hyperv_hypercall()286 GUEST_ASSERT((hv_status & 0xffff) == 0); in hyperv_hypercall()
467 u64 hv_status; in hv_mark_gpa_visibility() local493 hv_status = hv_do_rep_hypercall( in hv_mark_gpa_visibility()498 if (hv_result_success(hv_status)) in hv_mark_gpa_visibility()
798 static inline const struct hv_status_info *find_hv_status_info(u64 hv_status) in find_hv_status_info() argument801 u16 code = hv_result(hv_status); in find_hv_status_info()
238 u64 hv_status; member
330 const char *hv_result_to_string(u64 hv_status);