Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/include/asm/
H A Dmshyperv.h67 u64 hv_status; in hv_do_hypercall() local
80 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() local
132 : "=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() local
207 : "=A"(hv_status), in _hv_do_fast_hypercall16()
[all …]
/linux-6.15/tools/testing/selftests/kvm/include/x86/
H A Dhyperv.h259 uint64_t *hv_status) in __hyperv_hypercall() argument
267 : "=a" (*hv_status), in __hyperv_hypercall()
280 uint64_t hv_status; in hyperv_hypercall() local
283 vector = __hyperv_hypercall(control, input_address, output_address, &hv_status); in hyperv_hypercall()
286 GUEST_ASSERT((hv_status & 0xffff) == 0); in hyperv_hypercall()
/linux-6.15/arch/x86/hyperv/
H A Divm.c467 u64 hv_status; in hv_mark_gpa_visibility() local
493 hv_status = hv_do_rep_hypercall( in hv_mark_gpa_visibility()
498 if (hv_result_success(hv_status)) in hv_mark_gpa_visibility()
/linux-6.15/drivers/hv/
H A Dhv_common.c798 static inline const struct hv_status_info *find_hv_status_info(u64 hv_status) in find_hv_status_info() argument
801 u16 code = hv_result(hv_status); in find_hv_status_info()
/linux-6.15/include/hyperv/
H A Dhvhdk_mini.h238 u64 hv_status; member
/linux-6.15/include/asm-generic/
H A Dmshyperv.h330 const char *hv_result_to_string(u64 hv_status);