Searched refs:vm_set_register (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/amd64/vmm/ |
| H A D | vmm_ioport.c | 141 error = vm_set_register(vm, vcpuid, VM_REG_GUEST_RAX, in emulate_inout_port()
|
| H A D | vmm_dev.c | 342 error = vm_set_register(vm, vcpu, regnum[i], regval[i]); in vm_set_register_set() 673 error = vm_set_register(sc->vm, vmreg->cpuid, vmreg->regnum, in vmmdev_ioctl()
|
| H A D | vmm.c | 1050 vm_set_register(struct vm *vm, int vcpuid, int reg, uint64_t val) in vm_set_register() function 2090 error = vm_set_register(vm, vcpuid, VM_REG_GUEST_INTR_SHADOW, 0); in vm_inject_exception() 2130 error = vm_set_register(vm, vcpuid, VM_REG_GUEST_CR2, cr2); in vm_inject_pf()
|
| H A D | vmm_instruction_emul.c | 369 error = vm_set_register(vm, vcpuid, reg, val); in vie_write_bytereg() 399 error = vm_set_register(vm, vcpuid, reg, val); in vie_update_register()
|
| /f-stack/freebsd/amd64/include/ |
| H A D | vmm.h | 257 int vm_set_register(struct vm *vm, int vcpu, int reg, uint64_t val);
|