Searched defs:vme (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/bhyve/amd64/ |
H A D | vmexit.c | 177 vmexit_inout(struct vmctx *ctx, struct vcpu *vcpu, struct vm_exit *vme) in vmexit_inout() 210 vmexit_rdmsr(struct vmctx *ctx __unused, struct vcpu *vcpu, struct vm_exit *vme) in vmexit_rdmsr() 239 vmexit_wrmsr(struct vmctx *ctx __unused, struct vcpu *vcpu, struct vm_exit *vme) in vmexit_wrmsr() 337 struct vm_exit *vme) in vmexit_paging() 373 vmexit_vmx(struct vmctx *ctx, struct vcpu *vcpu, struct vm_exit *vme) in vmexit_vmx() 406 vmexit_svm(struct vmctx *ctx __unused, struct vcpu *vcpu, struct vm_exit *vme) in vmexit_svm() 420 struct vm_exit *vme) in vmexit_bogus() 449 vmexit_mtrap(struct vmctx *ctx __unused, struct vcpu *vcpu, struct vm_exit *vme) in vmexit_mtrap() 461 struct vm_exit *vme) in vmexit_inst_emul() 489 vmexit_mmio(struct vmctx *ctx __unused, struct vcpu *vcpu, struct vm_exit *vme) in vmexit_mmio() [all …]
|
/illumos-gate/usr/src/uts/intel/io/vmm/ |
H A D | vmm.c | 1645 struct vm_exit *vme = &vcpu->exitinfo; in vm_handle_paging() local 1705 struct vm_exit *vme; in vm_handle_mmio_emul() local 1784 vm_handle_inout(struct vm *vm, int vcpuid, struct vm_exit *vme) in vm_handle_inout() 1839 struct vm_exit *vme; in vm_handle_inst_emul() local 2041 vm_handle_rdmsr(struct vm *vm, int vcpuid, struct vm_exit *vme) in vm_handle_rdmsr() 2098 vm_handle_wrmsr(struct vm *vm, int vcpuid, struct vm_exit *vme) in vm_handle_wrmsr() 2157 vm_is_suspended(struct vm *vm, struct vm_exit *vme) in vm_is_suspended() 2377 struct vm_exit *vme) in vm_entry_actions() 2447 vm_loop_checks(struct vm *vm, int vcpuid, struct vm_exit *vme) in vm_loop_checks() 2470 struct vm_exit *vme; in vm_run() local [all …]
|
H A D | vmm_instruction_emul.c | 2662 vie_exitinfo(const struct vie *vie, struct vm_exit *vme) in vie_exitinfo() 2709 vie_fallback_exitinfo(const struct vie *vie, struct vm_exit *vme) in vie_fallback_exitinfo()
|
H A D | vmm_sol_dev.c | 574 const struct vm_exit *vme; in vmmdev_do_ioctl() local
|
/illumos-gate/usr/src/cmd/bhyve/common/ |
H A D | bhyverun.c | 460 struct vm_exit vme; in vm_loop() local
|
H A D | gdb.c | 288 guest_pc(struct vm_exit *vme) in guest_pc()
|
/illumos-gate/usr/src/uts/intel/io/vmm/amd/ |
H A D | svm.c | 494 vm_exit_svm(struct vm_exit *vme, uint64_t code, uint64_t info1, uint64_t info2) in vm_exit_svm()
|