Home
last modified time | relevance | path

Searched refs:VM_REG_GUEST_CR3 (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/amd64/vmm/amd/
H A Dvmcb.c185 case VM_REG_GUEST_CR3: in vmcb_read()
294 case VM_REG_GUEST_CR3: in vmcb_write()
H A Dsvm.c2618 err += svm_snapshot_reg(vcpu, VM_REG_GUEST_CR3, meta); in svm_vcpu_snapshot()
/freebsd/sys/amd64/vmm/intel/
H A Dvmcs.c82 case VM_REG_GUEST_CR3: in vmcs_field_encoding()
H A Dvmx.c3488 if (reg == VM_REG_GUEST_CR3) { in vmx_setreg()
4162 err += vmcs_snapshot_reg(vmcs, run, VM_REG_GUEST_CR3, meta); in vmx_vcpu_snapshot()
/freebsd/sys/amd64/include/
H A Dvmm.h72 VM_REG_GUEST_CR3, enumerator
/freebsd/usr.sbin/bhyveload/
H A Dbhyveload.c485 vmreg = VM_REG_GUEST_CR3; in cb_setcr()
/freebsd/usr.sbin/bhyve/
H A Dgdb.c209 { .id = VM_REG_GUEST_CR3, .size = 8 },
293 VM_REG_GUEST_CR3, in guest_paging_info()
/freebsd/usr.sbin/bhyve/amd64/
H A Dtask_switch.c528 SETREG(vcpu, VM_REG_GUEST_CR3, tss->tss_cr3); in tss32_restore()