Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/include/asm/
Dmshyperv.h75 u64 hv_status; in hv_do_hypercall() local
84 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in hv_do_hypercall()
88 return hv_status; in hv_do_hypercall()
96 : "=a" (hv_status), ASM_CALL_CONSTRAINT, 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()
145 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in _hv_do_fast_hypercall8()
156 : "=A"(hv_status), in _hv_do_fast_hypercall8()
[all …]
/linux-6.6.21/tools/testing/selftests/kvm/include/x86_64/
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-6.6.21/arch/x86/hyperv/
Divm.c468 u64 hv_status; in hv_mark_gpa_visibility() local
494 hv_status = hv_do_rep_hypercall( in hv_mark_gpa_visibility()
499 if (hv_result_success(hv_status)) in hv_mark_gpa_visibility()
/linux-6.6.21/include/asm-generic/
Dhyperv-tlfs.h525 u64 hv_status; member