Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
A Dmshyperv.h43 u64 hv_status; in hv_do_hypercall() local
51 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in hv_do_hypercall()
66 : "=A" (hv_status), in hv_do_hypercall()
74 return hv_status; in hv_do_hypercall()
80 u64 hv_status, control = (u64)code | HV_HYPERCALL_FAST_BIT; in hv_do_fast_hypercall8() local
85 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in hv_do_fast_hypercall8()
96 : "=A"(hv_status), in hv_do_fast_hypercall8()
105 return hv_status; in hv_do_fast_hypercall8()
117 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in hv_do_fast_hypercall16()
131 : "=A"(hv_status), in hv_do_fast_hypercall16()
[all …]
/linux/arch/x86/hyperv/
A Divm.c212 u64 hv_status; in hv_mark_gpa_visibility() local
239 hv_status = hv_do_rep_hypercall( in hv_mark_gpa_visibility()
244 if (hv_result_success(hv_status)) in hv_mark_gpa_visibility()
/linux/tools/testing/selftests/kvm/x86_64/
A Dhyperv_features.c55 u64 hv_status; in hypercall() local
59 : "=a" (hv_status), in hypercall()
64 return hv_status; in hypercall()
/linux/include/asm-generic/
A Dhyperv-tlfs.h496 u64 hv_status; member

Completed in 9 milliseconds