Home
last modified time | relevance | path

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

/freebsd/sys/amd64/vmm/amd/
H A Dvmcb.c181 case VM_REG_GUEST_CR2: in vmcb_read()
289 case VM_REG_GUEST_CR2: in vmcb_write()
H A Dsvm.c1416 error = svm_setreg(vcpu, VM_REG_GUEST_CR2, info2); in svm_vmexit()
2617 err += svm_snapshot_reg(vcpu, VM_REG_GUEST_CR2, meta); in svm_vcpu_snapshot()
/freebsd/sys/amd64/include/
H A Dvmm.h89 VM_REG_GUEST_CR2, enumerator
/freebsd/usr.sbin/bhyve/
H A Dgdb.c208 { .id = VM_REG_GUEST_CR2, .size = 8 },
/freebsd/sys/amd64/vmm/intel/
H A Dvmx.c2723 error = vmxctx_setreg(vmxctx, VM_REG_GUEST_CR2, qual); in vmx_exit_process()
3303 case VM_REG_GUEST_CR2: in vmxctx_regptr()
/freebsd/sys/amd64/vmm/
H A Dvmm.c1936 error = vm_set_register(vcpu, VM_REG_GUEST_CR2, cr2); in vm_inject_pf()