Home
last modified time | relevance | path

Searched refs:VM_REG_GUEST_CR0 (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/amd64/vmm/amd/
H A Dvmcb.c179 case VM_REG_GUEST_CR0: in vmcb_read()
270 case VM_REG_GUEST_CR0: in vmcb_write()
H A Dsvm.c2573 err += svm_snapshot_reg(sc, vcpu, VM_REG_GUEST_CR0, meta); in svm_vmcx_snapshot()
/f-stack/freebsd/amd64/vmm/intel/
H A Dvmcs.c85 case VM_REG_GUEST_CR0: in vmcs_field_encoding()
H A Dvmx.c3325 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 Dvmm.h71 VM_REG_GUEST_CR0, enumerator
/f-stack/freebsd/amd64/vmm/
H A Dvmm_instruction_emul.c722 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 Dvmm.c2078 error = vm_get_register(vm, vcpuid, VM_REG_GUEST_CR0, &regval); in vm_inject_exception()