Lines Matching refs:hv_status
139 u64 hv_status; in hv_do_hypercall() local
147 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in hv_do_hypercall()
162 : "=A" (hv_status), in hv_do_hypercall()
170 return hv_status; in hv_do_hypercall()
176 u64 hv_status, control = (u64)code | HV_HYPERCALL_FAST_BIT; in hv_do_fast_hypercall8() local
181 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in hv_do_fast_hypercall8()
192 : "=A"(hv_status), in hv_do_fast_hypercall8()
201 return hv_status; in hv_do_fast_hypercall8()
207 u64 hv_status, control = (u64)code | HV_HYPERCALL_FAST_BIT; in hv_do_fast_hypercall16() local
213 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in hv_do_fast_hypercall16()
227 : "=A"(hv_status), in hv_do_fast_hypercall16()
235 return hv_status; in hv_do_fast_hypercall16()