Home
last modified time | relevance | path

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

/trueos/sys/amd64/vmm/amd/
HDvmcb.c183 case VM_REG_GUEST_CR3: in vmcb_read()
272 case VM_REG_GUEST_CR3: in vmcb_write()
/trueos/lib/libvmmapi/
HDvmmapi_freebsd.c329 if ((error = vm_set_register(vmctx, vcpu, VM_REG_GUEST_CR3, cr3)) != 0) in vm_setup_freebsd_registers()
HDvmmapi.c813 if ((error = vm_set_register(vmctx, vcpu, VM_REG_GUEST_CR3, zero)) != 0) in vcpu_reset()
/trueos/sys/amd64/vmm/intel/
HDvmcs.c76 case VM_REG_GUEST_CR3: in vmcs_field_encoding()
HDvmx.c2886 if (reg == VM_REG_GUEST_CR3) { in vmx_setreg()
/trueos/usr.sbin/bhyveload/
HDbhyveload.c430 vmreg = VM_REG_GUEST_CR3; in cb_setcr()
/trueos/sys/amd64/include/
HDvmm.h63 VM_REG_GUEST_CR3, enumerator
/trueos/usr.sbin/bhyvectl/
HDbhyvectl.c643 error = vm_get_register(ctx, vcpu, VM_REG_GUEST_CR3, &cr3); in get_all_registers()
1645 error = vm_set_register(ctx, vcpu, VM_REG_GUEST_CR3, cr3); in main()
/trueos/usr.sbin/bhyve/
HDtask_switch.c534 SETREG(ctx, vcpu, VM_REG_GUEST_CR3, tss->tss_cr3); in tss32_restore()