Home
last modified time | relevance | path

Searched refs:VM_REG_GUEST_CR2 (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/amd64/vmm/amd/
H A Dvmcb.c183 case VM_REG_GUEST_CR2: in vmcb_read()
275 case VM_REG_GUEST_CR2: in vmcb_write()
H A Dsvm.c1405 error = svm_setreg(svm_sc, vcpu, VM_REG_GUEST_CR2, in svm_vmexit()
2574 err += svm_snapshot_reg(sc, vcpu, VM_REG_GUEST_CR2, meta); in svm_vmcx_snapshot()
/f-stack/freebsd/amd64/include/
H A Dvmm.h89 VM_REG_GUEST_CR2, enumerator
/f-stack/freebsd/amd64/vmm/intel/
H A Dvmx.c2663 error = vmxctx_setreg(vmxctx, VM_REG_GUEST_CR2, qual); in vmx_exit_process()
3235 case VM_REG_GUEST_CR2: in vmxctx_regptr()
/f-stack/freebsd/amd64/vmm/
H A Dvmm.c2130 error = vm_set_register(vm, vcpuid, VM_REG_GUEST_CR2, cr2); in vm_inject_pf()