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

/linux-master/arch/x86/include/asm/
H A Dmshyperv.h75 u64 hv_status; local
84 : "=a" (hv_status), ASM_CALL_CONSTRAINT,
88 return hv_status;
96 : "=a" (hv_status), ASM_CALL_CONSTRAINT,
111 : "=A" (hv_status),
119 return hv_status;
131 u64 hv_status; local
140 : "=a" (hv_status), ASM_CALL_CONSTRAINT,
145 : "=a" (hv_status), ASM_CALL_CONSTRAINT,
156 : "=A"(hv_status),
185 u64 hv_status; local
[all...]
/linux-master/tools/testing/selftests/kvm/include/x86_64/
H A Dhyperv.h245 * Issue a Hyper-V hypercall. Returns exception vector raised or 0, 'hv_status'
250 uint64_t *hv_status)
258 : "=a" (*hv_status),
271 uint64_t hv_status; local
274 vector = __hyperv_hypercall(control, input_address, output_address, &hv_status);
277 GUEST_ASSERT((hv_status & 0xffff) == 0);
248 __hyperv_hypercall(u64 control, vm_vaddr_t input_address, vm_vaddr_t output_address, uint64_t *hv_status) argument
/linux-master/arch/x86/hyperv/
H A Divm.c469 u64 hv_status; local
495 hv_status = hv_do_rep_hypercall(
500 if (hv_result_success(hv_status))
/linux-master/include/asm-generic/
H A Dhyperv-tlfs.h521 u64 hv_status; member in struct:hv_lp_startup_status

Completed in 212 milliseconds