Searched refs:vmx_getreg (Results 1 – 1 of 1) sorted by relevance
317 static int vmx_getreg(void *vcpui, int reg, uint64_t *retval);2019 error = vmx_getreg(vcpu, reg, &val); in inout_str_index()2031 error = vmx_getreg(vcpu, VM_REG_GUEST_RCX, &val); in inout_str_count()3407 vmx_getreg(void *vcpui, int reg, uint64_t *retval) in vmx_getreg() function4291 .getreg = vmx_getreg,