Home
last modified time | relevance | path

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

/tools/testing/selftests/kvm/include/x86/
A Dhyperv.h259 uint64_t *hv_status) in __hyperv_hypercall() argument
267 : "=a" (*hv_status), in __hyperv_hypercall()
280 uint64_t hv_status; in hyperv_hypercall() local
283 vector = __hyperv_hypercall(control, input_address, output_address, &hv_status); in hyperv_hypercall()
286 GUEST_ASSERT((hv_status & 0xffff) == 0); in hyperv_hypercall()

Completed in 5 milliseconds