Searched refs:VM_REG_GUEST_CR0 (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/sys/amd64/vmm/amd/
H A Dvmcb.c176 case VM_REG_GUEST_CR0:
267 case VM_REG_GUEST_CR0:
/freebsd-11-stable/lib/libvmmapi/
H A Dvmmapi_freebsd.c90 if ((error = vm_set_register(vmctx, vcpu, VM_REG_GUEST_CR0, cr0)) != 0)
232 if ((error = vm_set_register(vmctx, vcpu, VM_REG_GUEST_CR0, cr0)) != 0)
H A Dvmmapi.c1012 if ((error = vm_set_register(vmctx, vcpu, VM_REG_GUEST_CR0, cr0)) != 0)
/freebsd-11-stable/sys/amd64/vmm/intel/
H A Dvmcs.c81 case VM_REG_GUEST_CR0:
H A Dvmx.c3168 case VM_REG_GUEST_CR0:
/freebsd-11-stable/usr.sbin/bhyve/
H A Dtask_switch.c638 cr0 = GETREG(ctx, vcpu, VM_REG_GUEST_CR0);
872 cr0 = GETREG(ctx, vcpu, VM_REG_GUEST_CR0);
873 SETREG(ctx, vcpu, VM_REG_GUEST_CR0, cr0 | CR0_TS);
/freebsd-11-stable/sys/amd64/include/
H A Dvmm.h67 VM_REG_GUEST_CR0, enumerator in enum:vm_reg_name
/freebsd-11-stable/usr.sbin/bhyveload/
H A Dbhyveload.c438 vmreg = VM_REG_GUEST_CR0;
/freebsd-11-stable/sys/amd64/vmm/
H A Dvmm_instruction_emul.c705 error = vie_read_register(vm, vcpuid, VM_REG_GUEST_CR0, &cr0);
1470 error = vie_read_register(vm, vcpuid, VM_REG_GUEST_CR0, &cr0);
H A Dvmm.c2021 error = vm_get_register(vm, vcpuid, VM_REG_GUEST_CR0, &regval);
/freebsd-11-stable/usr.sbin/bhyvectl/
H A Dbhyvectl.c667 error = vm_get_register(ctx, vcpu, VM_REG_GUEST_CR0, &cr0);
1862 error = vm_set_register(ctx, vcpu, VM_REG_GUEST_CR0, cr0);

Completed in 249 milliseconds