Home
last modified time | relevance | path

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 Dvmcs.c59 case VM_REG_GUEST_CR0: in vmcs_field_encoding()
/illumos-gate/usr/src/uts/intel/sys/
H A Dvmm.h74 VM_REG_GUEST_CR0, enumerator
/illumos-gate/usr/src/cmd/bhyve/amd64/
H A Dtask_switch.c792 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 Dvmm_instruction_emul.c444 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 Dvmm.c2840 error = vm_get_register(vm, vcpuid, VM_REG_GUEST_CR0, &regval); 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 Din_guest.c524 VM_REG_GUEST_CR0, in test_setup_vcpu()
/illumos-gate/usr/src/lib/libvmm/
H A Dlibvmm.c469 VM_REG_GUEST_CR0, /* VMM_REG_CR0 */
/illumos-gate/usr/src/uts/intel/io/vmm/amd/
H A Dsvm.c2139 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 Dbhyvectl.c381 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 Dgdb.c227 VM_REG_GUEST_CR0, in guest_paging_info()
/illumos-gate/usr/src/lib/libvmmapi/common/
H A Dvmmapi.c1575 if ((error = vm_set_register(vcpu, VM_REG_GUEST_CR0, cr0)) != 0) in vcpu_reset()