Searched refs:VM_REG_GUEST_CR2 (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/uts/intel/io/vmm/amd/ |
H A D | vmcb.c | 95 case VM_REG_GUEST_CR2: in vmcb_regptr()
|
H A D | svm.c | 1418 VERIFY0(svm_setreg(svm_sc, vcpu, VM_REG_GUEST_CR2, in svm_vmexit() 2142 case VM_REG_GUEST_CR2: in svm_getreg() 2232 case VM_REG_GUEST_CR2: in svm_setreg()
|
/illumos-gate/usr/src/uts/intel/sys/ |
H A D | vmm.h | 92 VM_REG_GUEST_CR2, enumerator
|
/illumos-gate/usr/src/lib/libvmm/ |
H A D | libvmm.c | 447 VM_REG_GUEST_CR2, /* KDIREG_CR2 */ 470 VM_REG_GUEST_CR2, /* VMM_REG_CR2 */
|
/illumos-gate/usr/src/cmd/bhyvectl/ |
H A D | bhyvectl.c | 387 error = vm_get_register(vcpu, VM_REG_GUEST_CR2, &cr2); in get_all_registers() 1837 error = vm_set_register(vcpu, VM_REG_GUEST_CR2, cr2); in main()
|
/illumos-gate/usr/src/uts/intel/io/vmm/ |
H A D | vmm_instruction_emul.c | 446 VM_REG_GUEST_CR2, enumerator 869 case VM_REG_GUEST_CR2: in vie_emulate_mov_cr()
|
H A D | vmm.c | 2896 VERIFY0(vm_set_register(vm, vcpuid, VM_REG_GUEST_CR2, cr2)); in vm_inject_pf() 3033 VM_REG_GUEST_CR2, in vcpu_arch_reset() enumerator
|
/illumos-gate/usr/src/lib/libvmmapi/common/ |
H A D | vmmapi.c | 1578 if ((error = vm_set_register(vcpu, VM_REG_GUEST_CR2, zero)) != 0) in vcpu_reset()
|
/illumos-gate/usr/src/uts/intel/io/vmm/intel/ |
H A D | vmx.c | 3075 case VM_REG_GUEST_CR2: in vmxctx_regptr()
|