Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/include/asm/
Dmshyperv.h74 u64 hv_status; in hv_do_hypercall() local
83 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in hv_do_hypercall()
87 return hv_status; in hv_do_hypercall()
95 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in hv_do_hypercall()
110 : "=A" (hv_status), in hv_do_hypercall()
118 return hv_status; in hv_do_hypercall()
130 u64 hv_status; in _hv_do_fast_hypercall8() local
139 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in _hv_do_fast_hypercall8()
144 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in _hv_do_fast_hypercall8()
155 : "=A"(hv_status), in _hv_do_fast_hypercall8()
[all …]
/linux-6.12.1/tools/testing/selftests/kvm/include/x86_64/
Dhyperv.h262 uint64_t *hv_status) in __hyperv_hypercall() argument
270 : "=a" (*hv_status), in __hyperv_hypercall()
283 uint64_t hv_status; in hyperv_hypercall() local
286 vector = __hyperv_hypercall(control, input_address, output_address, &hv_status); in hyperv_hypercall()
289 GUEST_ASSERT((hv_status & 0xffff) == 0); in hyperv_hypercall()
/linux-6.12.1/arch/x86/hyperv/
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-6.12.1/include/asm-generic/
Dhyperv-tlfs.h521 u64 hv_status; member