Home
last modified time | relevance | path

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

/freebsd/sys/amd64/vmm/amd/
H A Dvmcb.c177 case VM_REG_GUEST_CR0: in vmcb_read()
284 case VM_REG_GUEST_CR0: in vmcb_write()
H A Dsvm.c2616 err += svm_snapshot_reg(vcpu, VM_REG_GUEST_CR0, meta); in svm_vcpu_snapshot()
/freebsd/usr.sbin/bhyve/amd64/
H A Dtask_switch.c635 cr0 = GETREG(vcpu, VM_REG_GUEST_CR0); in push_errcode()
872 cr0 = GETREG(vcpu, VM_REG_GUEST_CR0); in vmexit_task_switch()
873 SETREG(vcpu, VM_REG_GUEST_CR0, cr0 | CR0_TS); in vmexit_task_switch()
/freebsd/sys/amd64/vmm/intel/
H A Dvmcs.c80 case VM_REG_GUEST_CR0: in vmcs_field_encoding()
H A Dvmx.c3393 case VM_REG_GUEST_CR0: in vmx_shadow_reg()
4161 err += vmcs_snapshot_reg(vmcs, run, VM_REG_GUEST_CR0, meta); in vmx_vcpu_snapshot()
/freebsd/sys/amd64/include/
H A Dvmm.h71 VM_REG_GUEST_CR0, enumerator
/freebsd/usr.sbin/bhyveload/
H A Dbhyveload.c482 vmreg = VM_REG_GUEST_CR0; in cb_setcr()
/freebsd/usr.sbin/bhyve/
H A Dgdb.c207 { .id = VM_REG_GUEST_CR0, .size = 8 },
292 VM_REG_GUEST_CR0, in guest_paging_info()
/freebsd/sys/amd64/vmm/
H A Dvmm_instruction_emul.c726 error = vie_read_register(vcpu, VM_REG_GUEST_CR0, &cr0); in get_gla()
1574 error = vie_read_register(vcpu, VM_REG_GUEST_CR0, &cr0); in emulate_stack_op()
H A Dvmm.c1889 error = vm_get_register(vcpu, VM_REG_GUEST_CR0, &regval); in vm_inject_exception()