Searched refs:vmexit (Results 1 – 14 of 14) sorted by relevance
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf-kvm.txt | 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)
|
H A D | perf-script.txt | 210 "tr end" for "bE", "vmentry" for "bcg", "vmexit" for "bch".
|
H A D | perf-intel-pt.txt | 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 …
|
/openbmc/linux/arch/x86/kvm/svm/ |
H A D | nested.c | 1306 int vmexit = NESTED_EXIT_HOST; in nested_svm_intercept() local 1310 vmexit = nested_svm_exit_handled_msr(svm); in nested_svm_intercept() 1313 vmexit = nested_svm_intercept_ioio(svm); in nested_svm_intercept() 1317 vmexit = NESTED_EXIT_DONE; in nested_svm_intercept() 1322 vmexit = NESTED_EXIT_DONE; in nested_svm_intercept() 1331 vmexit = NESTED_EXIT_DONE; in nested_svm_intercept() 1335 vmexit = NESTED_EXIT_DONE; in nested_svm_intercept() 1340 vmexit = NESTED_EXIT_DONE; in nested_svm_intercept() 1344 return vmexit; in nested_svm_intercept() 1349 int vmexit; in nested_svm_exit_handled() local [all …]
|
H A D | svm.c | 3563 int vmexit; in svm_handle_exit() local 3567 vmexit = nested_svm_exit_special(svm); in svm_handle_exit() 3569 if (vmexit == NESTED_EXIT_CONTINUE) in svm_handle_exit() 3570 vmexit = nested_svm_exit_handled(svm); in svm_handle_exit() 3572 if (vmexit == NESTED_EXIT_DONE) in svm_handle_exit() 4495 int vmexit, ret = X86EMUL_CONTINUE; in svm_check_intercept() local 4600 vmexit = nested_svm_exit_handled(svm); in svm_check_intercept() 4602 ret = (vmexit == NESTED_EXIT_DONE) ? X86EMUL_INTERCEPTED in svm_check_intercept()
|
/openbmc/linux/tools/virtio/ringtest/ |
H A D | main.c | 39 vmexit(); in notify() 50 vmexit(); in wait_for_notify()
|
H A D | main.h | 51 static inline void vmexit(void) in vmexit() function
|
/openbmc/qemu/docs/specs/ |
H A D | standard-vga.rst | 81 mmio write (and thus only one vmexit).
|
/openbmc/linux/Documentation/admin-guide/hw-vuln/ |
H A D | srso.rst | 105 (spec_rstack_overflow=ibpb-vmexit)
|
/openbmc/linux/Documentation/virt/kvm/ |
H A D | locking.rst | 47 a vmexit.
|
H A D | api.rst | 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 and 7140 a KVM_EXIT_IOAPIC_EOI vmexit will be reported to userspace. 8199 vmexit ensures that all dirty GFNs are flushed to the dirty rings.
|
/openbmc/qemu/ |
H A D | qemu-options.hx | 192 …" notify-vmexit=run|internal-error|disable,notify-window=n (enable notify VM exit a… 265 ``notify-vmexit=run|internal-error|disable,notify-window=n`` 273 Default: notify-vmexit=run,notify-window=0.
|
/openbmc/linux/arch/x86/ |
H A D | Kconfig | 2544 spec_rstack_overflow={ibpb,ibpb-vmexit} mitigations.
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | kernel-parameters.txt | 6033 ibpb-vmexit - Issue IBPB only on VMEXIT
|