Searched refs:vmm_emulate_instruction (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/riscv/include/ |
H A D | vmm_instruction_emul.h | 57 int vmm_emulate_instruction(struct vcpu *vcpu, uint64_t gpa, struct vie *vie,
|
/freebsd/sys/riscv/vmm/ |
H A D | vmm_instruction_emul.c | 60 vmm_emulate_instruction(struct vcpu *vcpu, uint64_t gpa, struct vie *vie, in vmm_emulate_instruction() function
|
H A D | vmm.c | 576 error = vmm_emulate_instruction(vcpu, fault_ipa, vie, paging, in vm_handle_inst_emul()
|
/freebsd/sys/amd64/include/ |
H A D | vmm_instruction_emul.h | 54 int vmm_emulate_instruction(struct vcpu *vcpu, uint64_t gpa, struct vie *vie,
|
/freebsd/usr.sbin/bhyve/ |
H A D | mem.c | 236 return (vmm_emulate_instruction(vcpu, paddr, ema->vie, ema->paging, in emulate_mem_cb()
|
/freebsd/sys/arm64/vmm/ |
H A D | vmm.c | 871 error = vmm_emulate_instruction(vcpu, fault_ipa, vie, paging, in vm_handle_inst_emul()
|
/freebsd/sys/amd64/vmm/ |
H A D | vmm_instruction_emul.c | 1774 vmm_emulate_instruction(struct vcpu *vcpu, uint64_t gpa, struct vie *vie, in vmm_emulate_instruction() function
|
H A D | vmm.c | 1343 error = vmm_emulate_instruction(vcpu, gpa, vie, paging, mread, mwrite, in vm_handle_inst_emul()
|