Searched refs:VM_REG_GUEST_CR3 (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/amd64/vmm/amd/ |
H A D | vmcb.c | 185 case VM_REG_GUEST_CR3: in vmcb_read() 294 case VM_REG_GUEST_CR3: in vmcb_write()
|
H A D | svm.c | 2618 err += svm_snapshot_reg(vcpu, VM_REG_GUEST_CR3, meta); in svm_vcpu_snapshot()
|
/freebsd/sys/amd64/vmm/intel/ |
H A D | vmcs.c | 82 case VM_REG_GUEST_CR3: in vmcs_field_encoding()
|
H A D | vmx.c | 3488 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 D | vmm.h | 72 VM_REG_GUEST_CR3, enumerator
|
/freebsd/usr.sbin/bhyveload/ |
H A D | bhyveload.c | 485 vmreg = VM_REG_GUEST_CR3; in cb_setcr()
|
/freebsd/usr.sbin/bhyve/ |
H A D | gdb.c | 209 { .id = VM_REG_GUEST_CR3, .size = 8 }, 293 VM_REG_GUEST_CR3, in guest_paging_info()
|
/freebsd/usr.sbin/bhyve/amd64/ |
H A D | task_switch.c | 528 SETREG(vcpu, VM_REG_GUEST_CR3, tss->tss_cr3); in tss32_restore()
|