Home
last modified time | relevance | path

Searched refs:vmexit (Results 1 – 9 of 9) sorted by relevance

/linux/tools/perf/Documentation/
H A Dperf-kvm.txt54 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 Dperf-script.txt213 "tr end" for "bE", "vmentry" for "bcg", "vmexit" for "bch".
/linux/tools/virtio/ringtest/
H A Dmain.c39 vmexit(); in notify()
50 vmexit(); in wait_for_notify()
H A Dmain.h51 static inline void vmexit(void) in vmexit() function
/linux/Documentation/admin-guide/hw-vuln/
H A Drsb.rst115 [#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…
H A Dindirect-target-selection.rst123 vmexit Equivalent to "=on" if the CPU is affected by guest/host isolation
/linux/arch/x86/kvm/svm/
H A Dsvm.c3724 int vmexit; in svm_handle_exit() local
3728 vmexit = nested_svm_exit_special(svm); in svm_handle_exit()
3730 if (vmexit == NESTED_EXIT_CONTINUE) in svm_handle_exit()
3731 vmexit = nested_svm_exit_handled(svm); in svm_handle_exit()
3733 if (vmexit == NESTED_EXIT_DONE) in svm_handle_exit()
4837 int vmexit, ret = X86EMUL_CONTINUE; in svm_check_intercept() local
4956 vmexit = nested_svm_exit_handled(svm); in svm_check_intercept()
4958 ret = (vmexit == NESTED_EXIT_DONE) ? X86EMUL_INTERCEPTED in svm_check_intercept()
/linux/Documentation/virt/kvm/
H A Dlocking.rst51 a vmexit.
/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt2418 vmexit: Only deploy mitigation if CPU is affected by
7115 vmexit - On systems which don't have the HW mitigation
7116 available, enable the SW mitigation on vmexit
7211 ibpb-vmexit - Issue IBPB only on VMEXIT