Home
last modified time | relevance | path

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

/arch/x86/include/asm/
A Dmshyperv.h68 u64 hv_status; in hv_do_hypercall() local
81 return hv_status; in hv_do_hypercall()
104 : "=A" (hv_status), in hv_do_hypercall()
112 return hv_status; in hv_do_hypercall()
118 u64 hv_status; in _hv_do_fast_hypercall8() local
127 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in _hv_do_fast_hypercall8()
143 : "=A"(hv_status), in _hv_do_fast_hypercall8()
152 return hv_status; in _hv_do_fast_hypercall8()
165 u64 hv_status; in _hv_do_fast_hypercall16() local
195 : "=A"(hv_status), in _hv_do_fast_hypercall16()
[all …]
/arch/x86/hyperv/
A Divm.c476 u64 hv_status; in hv_mark_gpa_visibility() local
502 hv_status = hv_do_rep_hypercall( in hv_mark_gpa_visibility()
507 if (hv_result_success(hv_status)) in hv_mark_gpa_visibility()

Completed in 8 milliseconds