Searched refs:hv_status (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/arch/x86/include/asm/ |
D | mshyperv.h | 43 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() 111 u64 hv_status, control = (u64)code | HV_HYPERCALL_FAST_BIT; in hv_do_fast_hypercall16() local 117 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in hv_do_fast_hypercall16() [all …]
|
/linux-6.1.9/arch/x86/hyperv/ |
D | ivm.c | 284 u64 hv_status; in hv_mark_gpa_visibility() local 311 hv_status = hv_do_rep_hypercall( in hv_mark_gpa_visibility() 316 if (hv_result_success(hv_status)) in hv_mark_gpa_visibility()
|
/linux-6.1.9/tools/testing/selftests/kvm/x86_64/ |
D | hyperv_features.c | 19 vm_vaddr_t output_address, uint64_t *hv_status) in hypercall() argument 26 : "=a" (*hv_status), in hypercall()
|
/linux-6.1.9/include/asm-generic/ |
D | hyperv-tlfs.h | 512 u64 hv_status; member
|