pub unsafe extern "C" fn hv_vcpu_read_register(
    vcpu: hv_vcpuid_t,
    reg: Register,
    value: *mut u64
) -> hv_return_t
Expand description

Returns the current value of an architectural x86 register of a vCPU