Searched refs:VM_REG_GUEST_CR0 (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/amd64/vmm/amd/ |
| H A D | vmcb.c | 179 case VM_REG_GUEST_CR0: in vmcb_read() 270 case VM_REG_GUEST_CR0: in vmcb_write()
|
| H A D | svm.c | 2573 err += svm_snapshot_reg(sc, vcpu, VM_REG_GUEST_CR0, meta); in svm_vmcx_snapshot()
|
| /f-stack/freebsd/amd64/vmm/intel/ |
| H A D | vmcs.c | 85 case VM_REG_GUEST_CR0: in vmcs_field_encoding()
|
| H A D | vmx.c | 3325 case VM_REG_GUEST_CR0: in vmx_shadow_reg() 4111 err += vmcs_snapshot_reg(vmcs, run, VM_REG_GUEST_CR0, meta); in vmx_vmcx_snapshot()
|
| /f-stack/freebsd/amd64/include/ |
| H A D | vmm.h | 71 VM_REG_GUEST_CR0, enumerator
|
| /f-stack/freebsd/amd64/vmm/ |
| H A D | vmm_instruction_emul.c | 722 error = vie_read_register(vm, vcpuid, VM_REG_GUEST_CR0, &cr0); in get_gla() 1564 error = vie_read_register(vm, vcpuid, VM_REG_GUEST_CR0, &cr0); in emulate_stack_op()
|
| H A D | vmm.c | 2078 error = vm_get_register(vm, vcpuid, VM_REG_GUEST_CR0, ®val); in vm_inject_exception()
|