Home
last modified time | relevance | path

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

/freebsd-14.2/sys/amd64/vmm/intel/
H A Dvmcs.c227 vmcs_setreg(struct vmcs *vmcs, int running, int ident, uint64_t val) in vmcs_setreg() function
483 ret = vmcs_setreg(vmcs, running, ident, val); in vmcs_snapshot_reg()
H A Dvmcs.h54 int vmcs_setreg(struct vmcs *vmcs, int running, int ident, uint64_t val);
H A Dvmx.c1031 error = vmcs_setreg(vmcs, 0, VMCS_IDENT(mask_ident), mask_value); in vmx_setup_cr_shadow()
1035 error = vmcs_setreg(vmcs, 0, VMCS_IDENT(shadow_ident), initial); in vmx_setup_cr_shadow()
3366 error = vmcs_setreg(vmcs, running, ident, gi); in vmx_modify_intr_shadow()
3448 error = vmcs_setreg(vcpu->vmcs, running, reg, val); in vmx_setreg()
3464 vmcs_setreg(vcpu->vmcs, running, in vmx_setreg()
3473 error = vmcs_setreg(vcpu->vmcs, running, in vmx_setreg()