Home
last modified time | relevance | path

Searched refs:vmexit (Results 1 – 10 of 10) 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.txt211 "tr end" for "bE", "vmentry" for "bcg", "vmexit" for "bch".
H A Dperf-intel-pt.txt1635 …[guest/18436] 18436 [007] 10897.962088248: branches: vmexit 40dba…
1636 …tsc_msrs_test 18436 [007] 10897.962088248: branches: vmexit
1650 …[guest/18436] 18436 [007] 10897.962089878: branches: vmexit 40dc5…
1651 …tsc_msrs_test 18436 [007] 10897.962089878: branches: vmexit
/linux/arch/x86/kvm/svm/
H A Dnested.c1304 int vmexit = NESTED_EXIT_HOST; in nested_svm_intercept() local
1308 vmexit = nested_svm_exit_handled_msr(svm); in nested_svm_intercept()
1311 vmexit = nested_svm_intercept_ioio(svm); in nested_svm_intercept()
1315 vmexit = NESTED_EXIT_DONE; in nested_svm_intercept()
1320 vmexit = NESTED_EXIT_DONE; in nested_svm_intercept()
1329 vmexit = NESTED_EXIT_DONE; in nested_svm_intercept()
1333 vmexit = NESTED_EXIT_DONE; in nested_svm_intercept()
1338 vmexit = NESTED_EXIT_DONE; in nested_svm_intercept()
1342 return vmexit; in nested_svm_intercept()
1347 int vmexit; in nested_svm_exit_handled() local
[all …]
H A Dsvm.c3555 int vmexit; in svm_handle_exit() local
3559 vmexit = nested_svm_exit_special(svm); in svm_handle_exit()
3561 if (vmexit == NESTED_EXIT_CONTINUE) in svm_handle_exit()
3562 vmexit = nested_svm_exit_handled(svm); in svm_handle_exit()
3564 if (vmexit == NESTED_EXIT_DONE) in svm_handle_exit()
4503 int vmexit, ret = X86EMUL_CONTINUE; in svm_check_intercept() local
4608 vmexit = nested_svm_exit_handled(svm); in svm_check_intercept()
4610 ret = (vmexit == NESTED_EXIT_DONE) ? X86EMUL_INTERCEPTED in svm_check_intercept()
/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 Dsrso.rst105 (spec_rstack_overflow=ibpb-vmexit)
/linux/Documentation/virt/kvm/
H A Dlocking.rst40 a vmexit.
H A Dapi.rst2094 the kernel will ignore the length of guest write and may get a faster vmexit.
4539 causes an KVM_EXIT_SHUTDOWN vmexit.
4936 register on the same device. This last access will cause a vmexit and
7532 a KVM_EXIT_IOAPIC_EOI vmexit will be reported to userspace.
8649 vmexit ensures that all dirty GFNs are flushed to the dirty rings.