Searched refs:VM_REG_GUEST_CR0 (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/uts/intel/io/vmm/intel/ |
H A D | vmcs.c | 59 case VM_REG_GUEST_CR0: in vmcs_field_encoding()
|
/illumos-gate/usr/src/uts/intel/sys/ |
H A D | vmm.h | 74 VM_REG_GUEST_CR0, enumerator
|
/illumos-gate/usr/src/cmd/bhyve/amd64/ |
H A D | task_switch.c | 792 cr0 = GETREG(vcpu, VM_REG_GUEST_CR0); in push_errcode() 1025 cr0 = GETREG(vcpu, VM_REG_GUEST_CR0); in vmexit_task_switch() 1026 SETREG(vcpu, VM_REG_GUEST_CR0, cr0 | CR0_TS); in vmexit_task_switch()
|
/illumos-gate/usr/src/uts/intel/io/vmm/ |
H A D | vmm_instruction_emul.c | 444 VM_REG_GUEST_CR0, enumerator 843 case VM_REG_GUEST_CR0: in vie_emulate_mov_cr() 1102 error = vm_get_register(vm, vcpuid, VM_REG_GUEST_CR0, &cr0); in vie_get_gla() 2022 error = vm_get_register(vm, vcpuid, VM_REG_GUEST_CR0, &cr0); in vie_emulate_stack_op() 2219 error = vm_get_register(vm, vcpuid, VM_REG_GUEST_CR0, &val); in vie_emulate_clts() 2225 error = vm_set_register(vm, vcpuid, VM_REG_GUEST_CR0, val); in vie_emulate_clts()
|
H A D | vmm.c | 2840 error = vm_get_register(vm, vcpuid, VM_REG_GUEST_CR0, ®val); in vm_inject_exception() 3075 VERIFY0(vm_set_register(vm, vcpuid, VM_REG_GUEST_CR0, 0x60000010)); in vcpu_arch_reset()
|
/illumos-gate/usr/src/test/bhyve-tests/tests/common/ |
H A D | in_guest.c | 524 VM_REG_GUEST_CR0, in test_setup_vcpu()
|
/illumos-gate/usr/src/lib/libvmm/ |
H A D | libvmm.c | 469 VM_REG_GUEST_CR0, /* VMM_REG_CR0 */
|
/illumos-gate/usr/src/uts/intel/io/vmm/amd/ |
H A D | svm.c | 2139 case VM_REG_GUEST_CR0: in svm_getreg() 2229 case VM_REG_GUEST_CR0: in svm_setreg()
|
/illumos-gate/usr/src/cmd/bhyvectl/ |
H A D | bhyvectl.c | 381 error = vm_get_register(vcpu, VM_REG_GUEST_CR0, &cr0); in get_all_registers() 1834 error = vm_set_register(vcpu, VM_REG_GUEST_CR0, cr0); in main()
|
/illumos-gate/usr/src/cmd/bhyve/common/ |
H A D | gdb.c | 227 VM_REG_GUEST_CR0, in guest_paging_info()
|
/illumos-gate/usr/src/lib/libvmmapi/common/ |
H A D | vmmapi.c | 1575 if ((error = vm_set_register(vcpu, VM_REG_GUEST_CR0, cr0)) != 0) in vcpu_reset()
|