Searched refs:vmexit (Results 1 – 5 of 5) sorted by relevance
54 of KVM events. Currently, vmexit, mmio (x86 only) and ioport (x86 only)106 event to be analyzed. Possible values: vmexit, mmio (x86 only),107 ioport (x86 only). (default: vmexit)141 event to be analyzed. Possible values: vmexit,143 (default: vmexit)
39 vmexit(); in notify()50 vmexit(); in wait_for_notify()
50 static inline void vmexit(void) in vmexit() function
3022 int vmexit; in nested_svm_check_exception() local3027 vmexit = nested_svm_intercept(svm); in nested_svm_check_exception()3028 if (vmexit != NESTED_EXIT_DONE) in nested_svm_check_exception()3047 return vmexit; in nested_svm_check_exception()3211 int vmexit = NESTED_EXIT_HOST; in nested_svm_intercept() local3215 vmexit = nested_svm_exit_handled_msr(svm); in nested_svm_intercept()3218 vmexit = nested_svm_intercept_ioio(svm); in nested_svm_intercept()3223 vmexit = NESTED_EXIT_DONE; in nested_svm_intercept()3229 vmexit = NESTED_EXIT_DONE; in nested_svm_intercept()3236 vmexit = nested_svm_intercept_db(svm); in nested_svm_intercept()[all …]
1703 the kernel will ignore the length of guest write and may get a faster vmexit.3598 causes an KVM_EXIT_SHUTDOWN vmexit.3960 register on the same device. This last access will cause a vmexit and4853 a KVM_EXIT_IOAPIC_EOI vmexit will be reported to userspace.