Searched refs:VM_REG_GUEST_CR3 (Results 1 – 12 of 12) sorted by relevance
/illumos-gate/usr/src/uts/intel/io/vmm/amd/ |
H A D | vmcb.c | 100 case VM_REG_GUEST_CR3: in vmcb_regptr()
|
H A D | svm.c | 2143 case VM_REG_GUEST_CR3: in svm_getreg() 2233 case VM_REG_GUEST_CR3: in svm_setreg()
|
/illumos-gate/usr/src/uts/intel/io/vmm/intel/ |
H A D | vmcs.c | 61 case VM_REG_GUEST_CR3: in vmcs_field_encoding()
|
/illumos-gate/usr/src/uts/intel/sys/ |
H A D | vmm.h | 75 VM_REG_GUEST_CR3, enumerator
|
/illumos-gate/usr/src/lib/libvmm/ |
H A D | libvmm.c | 448 VM_REG_GUEST_CR3, /* KDIREG_CR3 */ 471 VM_REG_GUEST_CR3, /* VMM_REG_CR3 */
|
/illumos-gate/usr/src/test/bhyve-tests/tests/common/ |
H A D | in_guest.c | 525 VM_REG_GUEST_CR3, in test_setup_vcpu()
|
/illumos-gate/usr/src/cmd/bhyve/amd64/ |
H A D | task_switch.c | 541 SETREG(vcpu, VM_REG_GUEST_CR3, tss->tss_cr3); in tss32_restore()
|
/illumos-gate/usr/src/cmd/bhyvectl/ |
H A D | bhyvectl.c | 393 error = vm_get_register(vcpu, VM_REG_GUEST_CR3, &cr3); in get_all_registers() 1840 error = vm_set_register(vcpu, VM_REG_GUEST_CR3, cr3); in main()
|
/illumos-gate/usr/src/cmd/bhyve/common/ |
H A D | gdb.c | 228 VM_REG_GUEST_CR3, in guest_paging_info()
|
/illumos-gate/usr/src/uts/intel/io/vmm/ |
H A D | vmm_instruction_emul.c | 447 VM_REG_GUEST_CR3, enumerator 870 case VM_REG_GUEST_CR3: in vie_emulate_mov_cr()
|
H A D | vmm.c | 3034 VM_REG_GUEST_CR3, in vcpu_arch_reset() enumerator
|
/illumos-gate/usr/src/lib/libvmmapi/common/ |
H A D | vmmapi.c | 1581 if ((error = vm_set_register(vcpu, VM_REG_GUEST_CR3, zero)) != 0) in vcpu_reset()
|