Searched refs:vcpu_reg_state (Results 1 – 10 of 10) sorted by relevance
| /openbsd/src/sys/arch/arm64/include/ |
| D | vmmvar.h | 50 struct vcpu_reg_state { struct 61 struct vcpu_reg_state vrs; argument 82 struct vcpu_reg_state vrwp_regs;
|
| /openbsd/src/usr.sbin/vmd/ |
| D | x86_mmio.c | 49 static int detect_cpu_mode(struct vcpu_reg_state *); 58 static int get_modrm_addr(struct x86_insn *, struct vcpu_reg_state *vrs); 242 dump_regs(struct vcpu_reg_state *vrs) in dump_regs() 366 detect_cpu_mode(struct vcpu_reg_state *vrs) in detect_cpu_mode() 554 get_modrm_addr(struct x86_insn *insn, struct vcpu_reg_state *vrs) in get_modrm_addr() 795 struct vcpu_reg_state *vrs = &exit->vrs; in insn_decode()
|
| D | loadfile.h | 83 int loadfile_elf(gzFile, struct vmd_vm *, struct vcpu_reg_state *,
|
| D | x86_vm.c | 54 static int loadfile_bios(gzFile, off_t, struct vcpu_reg_state *); 76 static const struct vcpu_reg_state vcpu_init_flat64 = { 117 static const struct vcpu_reg_state vcpu_init_flat16 = { 242 load_firmware(struct vmd_vm *vm, struct vcpu_reg_state *vrs) in load_firmware() 291 loadfile_bios(gzFile fp, off_t size, struct vcpu_reg_state *vrs) in loadfile_bios() 1120 struct vcpu_reg_state *vrs; in translate_gva()
|
| D | arm64_vm.c | 30 load_firmware(struct vmd_vm *vm, struct vcpu_reg_state *vrs) in load_firmware()
|
| D | vm.c | 47 static int run_vm(struct vmop_create_params *, struct vcpu_reg_state *); 191 struct vcpu_reg_state vrs; in start_vm() 741 vcpu_reset(uint32_t vmid, uint32_t vcpu_id, struct vcpu_reg_state *vrs) in vcpu_reset() 748 memcpy(&vrp.vrp_init_state, vrs, sizeof(struct vcpu_reg_state)); in vcpu_reset() 876 run_vm(struct vmop_create_params *vmc, struct vcpu_reg_state *vrs) in run_vm()
|
| D | vmd.h | 507 int load_firmware(struct vmd_vm *, struct vcpu_reg_state *); 512 int vcpu_reset(uint32_t, uint32_t, struct vcpu_reg_state *);
|
| D | loadfile_elf.c | 269 loadfile_elf(gzFile fp, struct vmd_vm *vm, struct vcpu_reg_state *vrs, in loadfile_elf()
|
| /openbsd/src/sys/arch/amd64/include/ |
| D | vmmvar.h | 431 struct vcpu_reg_state { struct 462 struct vcpu_reg_state vrs; 489 struct vcpu_reg_state vrwp_regs; 913 int vcpu_reset_regs(struct vcpu *, struct vcpu_reg_state *);
|
| /openbsd/src/sys/arch/amd64/amd64/ |
| D | vmm_machdep.c | 76 int vcpu_readregs_vmx(struct vcpu *, uint64_t, int, struct vcpu_reg_state *); 77 int vcpu_readregs_svm(struct vcpu *, uint64_t, struct vcpu_reg_state *); 78 int vcpu_writeregs_vmx(struct vcpu *, uint64_t, int, struct vcpu_reg_state *); 79 int vcpu_writeregs_svm(struct vcpu *, uint64_t, struct vcpu_reg_state *); 80 int vcpu_reset_regs(struct vcpu *, struct vcpu_reg_state *); 81 int vcpu_reset_regs_vmx(struct vcpu *, struct vcpu_reg_state *); 82 int vcpu_reset_regs_svm(struct vcpu *, struct vcpu_reg_state *); 584 struct vcpu_reg_state *vrs = &vrwp->vrwp_regs; in vm_rwregs() 1028 struct vcpu_reg_state *vrs) in vcpu_readregs_vmx() 1167 struct vcpu_reg_state *vrs) in vcpu_readregs_svm() [all …]
|