Searched refs:hv_status (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | mshyperv.h | 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() [all …]
|