Home
last modified time | relevance | path

Searched refs:hv_status (Results 1 – 6 of 6) sorted by relevance

/linux/arch/x86/include/asm/
H A Dmshyperv.h83 u64 hv_status; in hv_do_hypercall() local
89 : "=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()
/linux/arch/x86/hyperv/
H A Divm.c390 u64 hv_status; in hv_snp_hypercall() local
394 : "=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() local
655 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() local
714 hv_status = hv_do_rep_hypercall( in hv_mark_gpa_visibility()
719 if (hv_result_success(hv_status)) in hv_mark_gpa_visibility()
H A Dhv_init.c50 u64 hv_status; in hv_std_hypercall() local
54 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in hv_std_hypercall()
58 return hv_status; in hv_std_hypercall()
/linux/drivers/hv/
H A Dhv_common.c815 static inline const struct hv_status_info *find_hv_status_info(u64 hv_status) in find_hv_status_info() argument
818 u16 code = hv_result(hv_status); in find_hv_status_info()
/linux/include/asm-generic/
H A Dmshyperv.h302 const char *hv_result_to_string(u64 hv_status);
/linux/include/hyperv/
H A Dhvhdk_mini.h366 u64 hv_status; member