Searched refs:VM_REG_GUEST_CR4 (Results 1 – 12 of 12) sorted by relevance
/illumos-gate/usr/src/uts/intel/io/vmm/amd/ |
H A D | vmcb.c | 105 case VM_REG_GUEST_CR4: in vmcb_regptr()
|
H A D | svm.c | 2144 case VM_REG_GUEST_CR4: in svm_getreg() 2234 case VM_REG_GUEST_CR4: in svm_setreg()
|
/illumos-gate/usr/src/uts/intel/io/vmm/intel/ |
H A D | vmcs.c | 63 case VM_REG_GUEST_CR4: in vmcs_field_encoding()
|
/illumos-gate/usr/src/uts/intel/sys/ |
H A D | vmm.h | 76 VM_REG_GUEST_CR4, enumerator
|
/illumos-gate/usr/src/uts/intel/io/vmm/ |
H A D | vmm_cpuid.c | 244 VM_REG_GUEST_CR4, &cr4); in cpuid_apply_runtime_reg_state()
|
H A D | vmm_instruction_emul.c | 448 VM_REG_GUEST_CR4, enumerator 871 case VM_REG_GUEST_CR4: in vie_emulate_mov_cr()
|
H A D | vmm.c | 3035 VM_REG_GUEST_CR4, in vcpu_arch_reset() enumerator
|
/illumos-gate/usr/src/test/bhyve-tests/tests/common/ |
H A D | in_guest.c | 526 VM_REG_GUEST_CR4, in test_setup_vcpu()
|
/illumos-gate/usr/src/lib/libvmm/ |
H A D | libvmm.c | 472 VM_REG_GUEST_CR4, /* VMM_REG_CR4 */
|
/illumos-gate/usr/src/cmd/bhyvectl/ |
H A D | bhyvectl.c | 399 error = vm_get_register(vcpu, VM_REG_GUEST_CR4, &cr4); in get_all_registers() 1843 error = vm_set_register(vcpu, VM_REG_GUEST_CR4, cr4); in main()
|
/illumos-gate/usr/src/cmd/bhyve/common/ |
H A D | gdb.c | 229 VM_REG_GUEST_CR4, in guest_paging_info()
|
/illumos-gate/usr/src/lib/libvmmapi/common/ |
H A D | vmmapi.c | 1585 if ((error = vm_set_register(vcpu, VM_REG_GUEST_CR4, cr4)) != 0) in vcpu_reset()
|