Searched refs:hv_status (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/arch/x86/include/asm/ |
A D | mshyperv.h | 41 u64 hv_status; in hv_do_hypercall() local 49 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in hv_do_hypercall() 64 : "=A" (hv_status), in hv_do_hypercall() 72 return hv_status; in hv_do_hypercall() 84 u64 hv_status; in _hv_do_fast_hypercall8() local 89 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in _hv_do_fast_hypercall8() 100 : "=A"(hv_status), in _hv_do_fast_hypercall8() 109 return hv_status; in _hv_do_fast_hypercall8() 129 u64 hv_status; in _hv_do_fast_hypercall16() local 149 : "=A"(hv_status), in _hv_do_fast_hypercall16() [all …]
|
/linux-6.3-rc2/tools/testing/selftests/kvm/include/x86_64/ |
A D | hyperv.h | 250 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.3-rc2/arch/x86/hyperv/ |
A D | ivm.c | 284 u64 hv_status; in hv_mark_gpa_visibility() local 311 hv_status = hv_do_rep_hypercall( in hv_mark_gpa_visibility() 316 if (hv_result_success(hv_status)) in hv_mark_gpa_visibility()
|
/linux-6.3-rc2/include/asm-generic/ |
A D | hyperv-tlfs.h | 518 u64 hv_status; member
|
Completed in 10 milliseconds