Lines Matching refs:hv_status
86 u64 hv_status; in hv_do_hypercall() local
94 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in hv_do_hypercall()
109 : "=A" (hv_status), in hv_do_hypercall()
117 return hv_status; in hv_do_hypercall()
123 u64 hv_status, control = (u64)code | HV_HYPERCALL_FAST_BIT; in hv_do_fast_hypercall8() local
128 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in hv_do_fast_hypercall8()
139 : "=A"(hv_status), in hv_do_fast_hypercall8()
148 return hv_status; in hv_do_fast_hypercall8()
154 u64 hv_status, control = (u64)code | HV_HYPERCALL_FAST_BIT; in hv_do_fast_hypercall16() local
160 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in hv_do_fast_hypercall16()
174 : "=A"(hv_status), in hv_do_fast_hypercall16()
182 return hv_status; in hv_do_fast_hypercall16()