Searched refs:hv_status (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/arch/x86/include/asm/ |
| D | mshyperv.h | 78 u64 hv_status; in hv_do_hypercall() local 86 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in hv_do_hypercall() 101 : "=A" (hv_status), in hv_do_hypercall() 109 return hv_status; in hv_do_hypercall() 115 u64 hv_status, control = (u64)code | HV_HYPERCALL_FAST_BIT; in hv_do_fast_hypercall8() local 120 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in hv_do_fast_hypercall8() 131 : "=A"(hv_status), in hv_do_fast_hypercall8() 140 return hv_status; in hv_do_fast_hypercall8() 146 u64 hv_status, control = (u64)code | HV_HYPERCALL_FAST_BIT; in hv_do_fast_hypercall16() local 152 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in hv_do_fast_hypercall16() [all …]
|