Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dmshyperv.h75 u64 hv_status; in hv_do_hypercall() local
88 return hv_status; in hv_do_hypercall()
111 : "=A" (hv_status), in hv_do_hypercall()
119 return hv_status; in hv_do_hypercall()
131 u64 hv_status; in _hv_do_fast_hypercall8() local
140 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in _hv_do_fast_hypercall8()
156 : "=A"(hv_status), in _hv_do_fast_hypercall8()
165 return hv_status; in _hv_do_fast_hypercall8()
185 u64 hv_status; in _hv_do_fast_hypercall16() local
215 : "=A"(hv_status), in _hv_do_fast_hypercall16()
[all …]
/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dhyperv.h250 uint64_t *hv_status) in __hyperv_hypercall() argument
258 : "=a" (*hv_status), in __hyperv_hypercall()
271 uint64_t hv_status; in hyperv_hypercall() local
274 vector = __hyperv_hypercall(control, input_address, output_address, &hv_status); in hyperv_hypercall()
277 GUEST_ASSERT((hv_status & 0xffff) == 0); in hyperv_hypercall()
/linux/arch/x86/hyperv/
H A Divm.c469 u64 hv_status; in hv_mark_gpa_visibility() local
495 hv_status = hv_do_rep_hypercall( in hv_mark_gpa_visibility()
500 if (hv_result_success(hv_status)) in hv_mark_gpa_visibility()
/linux/include/asm-generic/
H A Dhyperv-tlfs.h521 u64 hv_status; member