Home
last modified time | relevance | path

Searched defs:vme (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/bhyve/
H A Dbhyverun.c664 vmexit_inout(struct vmctx *ctx, struct vcpu *vcpu, struct vm_exit *vme) in vmexit_inout()
757 struct vm_exit *vme) in vmexit_paging()
793 vmexit_vmx(struct vmctx *ctx, struct vcpu *vcpu, struct vm_exit *vme) in vmexit_vmx()
826 vmexit_svm(struct vmctx *ctx __unused, struct vcpu *vcpu, struct vm_exit *vme) in vmexit_svm()
841 struct vm_exit *vme) in vmexit_bogus()
882 struct vm_exit *vme) in vmexit_inst_emul()
910 vmexit_mmio(struct vmctx *ctx __unused, struct vcpu *vcpu, struct vm_exit *vme) in vmexit_mmio()
949 vmexit_suspend(struct vmctx *ctx, struct vcpu *vcpu, struct vm_exit *vme) in vmexit_suspend()
987 struct vm_exit *vme) in vmexit_breakpoint()
997 struct vm_exit *vme) in vmexit_ipi()
[all …]
/illumos-gate/usr/src/uts/intel/io/vmm/
H A Dvmm.c1645 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
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
3387 struct vm_exit *vme = &vcpu->exitinfo; in vcpu_bailout_checks() local
3452 struct vm_exit *vme = &vcpu->exitinfo; in vcpu_sleep_bailout_checks() local
[all …]
H A Dvmm_instruction_emul.c2662 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 Dvmm_sol_dev.c574 const struct vm_exit *vme; in vmmdev_do_ioctl() local
/illumos-gate/usr/src/uts/intel/io/vmm/amd/
H A Dsvm.c518 vm_exit_svm(struct vm_exit *vme, uint64_t code, uint64_t info1, uint64_t info2) in vm_exit_svm()