Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/include/asm/
Dmshyperv.h50 u64 hv_status; in hv_do_hypercall() local
58 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in hv_do_hypercall()
73 : "=A" (hv_status), in hv_do_hypercall()
81 return hv_status; in hv_do_hypercall()
87 u64 hv_status, control = (u64)code | HV_HYPERCALL_FAST_BIT; in hv_do_fast_hypercall8() local
92 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in hv_do_fast_hypercall8()
103 : "=A"(hv_status), in hv_do_fast_hypercall8()
112 return hv_status; in hv_do_fast_hypercall8()
118 u64 hv_status, control = (u64)code | HV_HYPERCALL_FAST_BIT; in hv_do_fast_hypercall16() local
124 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in hv_do_fast_hypercall16()
[all …]
/Linux-v5.15/tools/testing/selftests/kvm/x86_64/
Dhyperv_features.c55 u64 hv_status; in hypercall() local
59 : "=a" (hv_status), in hypercall()
64 return hv_status; in hypercall()
/Linux-v5.15/include/asm-generic/
Dhyperv-tlfs.h495 u64 hv_status; member