Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/include/asm/
Dmshyperv.h84 u64 hv_status; in hv_do_hypercall() local
92 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in hv_do_hypercall()
107 : "=A" (hv_status), in hv_do_hypercall()
115 return hv_status; in hv_do_hypercall()
121 u64 hv_status, control = (u64)code | HV_HYPERCALL_FAST_BIT; in hv_do_fast_hypercall8() local
126 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in hv_do_fast_hypercall8()
137 : "=A"(hv_status), in hv_do_fast_hypercall8()
146 return hv_status; in hv_do_fast_hypercall8()
152 u64 hv_status, control = (u64)code | HV_HYPERCALL_FAST_BIT; in hv_do_fast_hypercall16() local
158 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in hv_do_fast_hypercall16()
[all …]