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)
210 "tr end" for "bE", "vmentry" for "bcg", "vmexit" for "bch".
1631 …[guest/18436] 18436 [007] 10897.962088248: branches: vmexit 40dba…1632 …tsc_msrs_test 18436 [007] 10897.962088248: branches: vmexit …1646 …[guest/18436] 18436 [007] 10897.962089878: branches: vmexit 40dc5…1647 …tsc_msrs_test 18436 [007] 10897.962089878: branches: vmexit …
1317 int vmexit = NESTED_EXIT_HOST; in nested_svm_intercept() local1321 vmexit = nested_svm_exit_handled_msr(svm); in nested_svm_intercept()1324 vmexit = nested_svm_intercept_ioio(svm); in nested_svm_intercept()1328 vmexit = NESTED_EXIT_DONE; in nested_svm_intercept()1333 vmexit = NESTED_EXIT_DONE; in nested_svm_intercept()1342 vmexit = NESTED_EXIT_DONE; in nested_svm_intercept()1346 vmexit = NESTED_EXIT_DONE; in nested_svm_intercept()1351 vmexit = NESTED_EXIT_DONE; in nested_svm_intercept()1355 return vmexit; in nested_svm_intercept()1360 int vmexit; in nested_svm_exit_handled() local[all …]
3521 int vmexit; in svm_handle_exit() local3525 vmexit = nested_svm_exit_special(svm); in svm_handle_exit()3527 if (vmexit == NESTED_EXIT_CONTINUE) in svm_handle_exit()3528 vmexit = nested_svm_exit_handled(svm); in svm_handle_exit()3530 if (vmexit == NESTED_EXIT_DONE) in svm_handle_exit()4442 int vmexit, ret = X86EMUL_CONTINUE; in svm_check_intercept() local4547 vmexit = nested_svm_exit_handled(svm); in svm_check_intercept()4549 ret = (vmexit == NESTED_EXIT_DONE) ? X86EMUL_INTERCEPTED in svm_check_intercept()
39 vmexit(); in notify()50 vmexit(); in wait_for_notify()
51 static inline void vmexit(void) in vmexit() function
95 (spec_rstack_overflow=ibpb-vmexit)
40 a vmexit.
2042 the kernel will ignore the length of guest write and may get a faster vmexit.4469 causes an KVM_EXIT_SHUTDOWN vmexit.4866 register on the same device. This last access will cause a vmexit and7140 a KVM_EXIT_IOAPIC_EOI vmexit will be reported to userspace.8199 vmexit ensures that all dirty GFNs are flushed to the dirty rings.
5984 ibpb-vmexit - Issue IBPB only on VMEXIT