Searched refs:vmexit (Results 1 – 11 of 11) sorted by relevance
54 of KVM events. Currently, vmexit, mmio (x86 only) and ioport (x86 only)97 event to be analyzed. Possible values: vmexit, mmio (x86 only),98 ioport (x86 only). (default: vmexit)135 event to be analyzed. Possible values: vmexit,137 (default: vmexit)
213 "tr end" for "bE", "vmentry" for "bcg", "vmexit" for "bch".
39 vmexit(); in notify()50 vmexit(); in wait_for_notify()
51 static inline void vmexit(void) in vmexit() function
1621 int vmexit = NESTED_EXIT_HOST; in nested_svm_intercept() local1628 vmexit = nested_svm_exit_handled_msr(svm); in nested_svm_intercept()1631 vmexit = nested_svm_intercept_ioio(svm); in nested_svm_intercept()1639 vmexit = NESTED_EXIT_DONE; in nested_svm_intercept()1643 vmexit = NESTED_EXIT_DONE; in nested_svm_intercept()1647 return vmexit; in nested_svm_intercept()1652 int vmexit; in nested_svm_exit_handled() local1654 vmexit = nested_svm_intercept(svm); in nested_svm_exit_handled()1656 if (vmexit == NESTED_EXIT_DONE) in nested_svm_exit_handled()1659 return vmexit; in nested_svm_exit_handled()
3713 int vmexit; in svm_handle_exit() local3717 vmexit = nested_svm_exit_special(svm); in svm_handle_exit()3719 if (vmexit == NESTED_EXIT_CONTINUE) in svm_handle_exit()3720 vmexit = nested_svm_exit_handled(svm); in svm_handle_exit()3722 if (vmexit == NESTED_EXIT_DONE) in svm_handle_exit()4836 int vmexit, ret = X86EMUL_CONTINUE; in svm_check_intercept() local4955 vmexit = nested_svm_exit_handled(svm); in svm_check_intercept()4957 ret = (vmexit == NESTED_EXIT_DONE) ? X86EMUL_INTERCEPTED in svm_check_intercept()
115 [#amd-eibrs-vmexit]_128 at the time of the VM exit." [#intel-eibrs-vmexit]_244 .. [#amd-eibrs-vmexit] "Extended Feature Enable Register (EFER)" in `AMD64 Architecture Programmer'…246 .. [#intel-eibrs-vmexit] "Enhanced IBRS" in `Indirect Branch Restricted Speculation <https://www.in…
123 vmexit Equivalent to "=on" if the CPU is affected by guest/host isolation
51 a vmexit.
2135 the kernel will ignore the length of guest write and may get a faster vmexit.4610 causes an KVM_EXIT_SHUTDOWN vmexit.5021 register on the same device. This last access will cause a vmexit and8011 a KVM_EXIT_IOAPIC_EOI vmexit will be reported to userspace.8819 vmexit ensures that all dirty GFNs are flushed to the dirty rings.
2416 vmexit: Only deploy mitigation if CPU is affected by7101 vmexit - On systems which don't have the HW mitigation7102 available, enable the SW mitigation on vmexit7197 ibpb-vmexit - Issue IBPB only on VMEXIT