Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/vmm/intel/
H A Dvmx.c4111 err += vmcs_snapshot_reg(vmcs, run, VM_REG_GUEST_CR0, meta); in vmx_vmcx_snapshot()
4112 err += vmcs_snapshot_reg(vmcs, run, VM_REG_GUEST_CR3, meta); in vmx_vmcx_snapshot()
4113 err += vmcs_snapshot_reg(vmcs, run, VM_REG_GUEST_CR4, meta); in vmx_vmcx_snapshot()
4114 err += vmcs_snapshot_reg(vmcs, run, VM_REG_GUEST_DR7, meta); in vmx_vmcx_snapshot()
4120 err += vmcs_snapshot_reg(vmcs, run, VM_REG_GUEST_ES, meta); in vmx_vmcx_snapshot()
4123 err += vmcs_snapshot_reg(vmcs, run, VM_REG_GUEST_CS, meta); in vmx_vmcx_snapshot()
4126 err += vmcs_snapshot_reg(vmcs, run, VM_REG_GUEST_SS, meta); in vmx_vmcx_snapshot()
4129 err += vmcs_snapshot_reg(vmcs, run, VM_REG_GUEST_DS, meta); in vmx_vmcx_snapshot()
4132 err += vmcs_snapshot_reg(vmcs, run, VM_REG_GUEST_FS, meta); in vmx_vmcx_snapshot()
4135 err += vmcs_snapshot_reg(vmcs, run, VM_REG_GUEST_GS, meta); in vmx_vmcx_snapshot()
[all …]
H A Dvmcs.h64 int vmcs_snapshot_reg(struct vmcs *vmcs, int running, int ident,
H A Dvmcs.c469 vmcs_snapshot_reg(struct vmcs *vmcs, int running, int ident, in vmcs_snapshot_reg() function