Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/vmm/intel/
H A Dvmcs.c196 vmcs_getreg(struct vmcs *vmcs, int running, int ident, uint64_t *retval) in vmcs_getreg() function
476 ret = vmcs_getreg(vmcs, running, ident, &val); in vmcs_snapshot_reg()
H A Dvmcs.h55 int vmcs_getreg(struct vmcs *vmcs, int running, int ident, uint64_t *rv);
H A Dvmx.c3283 error = vmcs_getreg(&vmx->vmcs[vcpu], running, in vmx_get_intr_shadow()
3306 error = vmcs_getreg(vmcs, running, ident, &gi); in vmx_modify_intr_shadow()
3354 return (vmcs_getreg(&vmx->vmcs[vcpu], running, reg, retval)); in vmx_getreg()
3389 vmcs_getreg(&vmx->vmcs[vcpu], running, in vmx_setreg()