| /freebsd/sys/riscv/vmm/ |
| H A D | vmm_instruction_emul.c | 75 error = vm_get_register(vcpu, vie->reg, &val); in vmm_emulate_instruction() 101 error = vm_get_register(vcpu, vre->reg, &val); in vmm_emulate_register()
|
| H A D | vmm.c | 470 vm_get_register(struct vcpu *vcpu, int reg, uint64_t *retval) in vm_get_register() function
|
| /freebsd/usr.sbin/bhyve/aarch64/ |
| H A D | mem_aarch64.c | 49 if (vm_get_register(vcpu, VM_REG_GUEST_CPSR, &spsr) == -1) in mmio_handle_non_backed_mem()
|
| H A D | bhyverun_machdep.c | 384 error = vm_get_register(fbsdrun_vcpu(cpu), VM_REG_GUEST_MPIDR_EL1, in bhyve_init_platform()
|
| /freebsd/sys/riscv/include/ |
| H A D | vmm.h | 158 int vm_get_register(struct vcpu *vcpu, int reg, uint64_t *retval);
|
| /freebsd/sys/arm64/include/ |
| H A D | vmm.h | 179 int vm_get_register(struct vcpu *vcpu, int reg, uint64_t *retval);
|
| /freebsd/sys/amd64/vmm/ |
| H A D | vmm_instruction_emul.c | 287 error = vm_get_register(vcpu, reg, rval); in vie_read_register() 326 error = vm_get_register(vcpu, reg, &val); in vie_read_bytereg() 347 error = vm_get_register(vcpu, reg, &origval); in vie_write_bytereg() 2826 error = vm_get_register(vcpu, vie->base_register, &base); in verify_gla() 2843 error = vm_get_register(vcpu, vie->index_register, &idx); in verify_gla()
|
| H A D | vmm.c | 595 vm_get_register(struct vcpu *vcpu, int reg, uint64_t *retval) in vm_get_register() function 1038 vm_get_register(vcpu, VM_REG_GUEST_RSP, &rsp); in vm_handle_db() 1255 error = vm_get_register(vcpu, VM_REG_GUEST_RIP, &rip); in vm_restart_instruction() 1473 error = vm_get_register(vcpu, VM_REG_GUEST_CR0, ®val); in vm_inject_exception()
|
| H A D | x86.c | 346 error = vm_get_register(vcpu, in x86_emulate_cpuid()
|
| /freebsd/lib/libvmmapi/ |
| H A D | vmmapi.h | 156 int vm_get_register(struct vcpu *vcpu, int reg, uint64_t *retval);
|
| H A D | vmmapi.c | 766 vm_get_register(struct vcpu *vcpu, int reg, uint64_t *ret_val) in vm_get_register() function
|
| /freebsd/usr.sbin/bhyve/amd64/ |
| H A D | vmexit.c | 261 vm_get_register(vcpu, in vmexit_vmx()
|
| H A D | task_switch.c | 105 error = vm_get_register(vcpu, reg, &val); in GETREG()
|
| /freebsd/sys/amd64/include/ |
| H A D | vmm.h | 236 int vm_get_register(struct vcpu *vcpu, int reg, uint64_t *retval);
|
| /freebsd/sys/dev/vmm/ |
| H A D | vmm_dev.c | 343 error = vm_get_register(vcpu, regnum[i], ®val[i]); in vm_get_register_set() 635 error = vm_get_register(vcpu, vmreg->regnum, &vmreg->regval); in vmmdev_ioctl()
|
| /freebsd/sys/arm64/vmm/ |
| H A D | vmm.c | 795 vm_get_register(struct vcpu *vcpu, int reg, uint64_t *retval) in vm_get_register() function
|
| /freebsd/usr.sbin/bhyve/ |
| H A D | gdb.c | 1229 if (vm_get_register(vcpus[cur_vcpu], gdb_regset[reg].id, ®val) == in gdb_read_one_reg()
|