Home
last modified time | relevance | path

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

/Linux-v6.1/tools/perf/Documentation/
Dperf-kvm.txt54 of KVM events. Currently, vmexit, mmio (x86 only) and ioport (x86 only)
95 event to be analyzed. Possible values: vmexit, mmio (x86 only),
96 ioport (x86 only). (default: vmexit)
130 event to be analyzed. Possible values: vmexit,
132 (default: vmexit)
Dperf-intel-pt.txt1611 …[guest/18436] 18436 [007] 10897.962088248: branches: vmexit 40dba…
1612 …tsc_msrs_test 18436 [007] 10897.962088248: branches: vmexit
1626 …[guest/18436] 18436 [007] 10897.962089878: branches: vmexit 40dc5…
1627 …tsc_msrs_test 18436 [007] 10897.962089878: branches: vmexit
Dperf-script.txt210 "tr end" for "bE", "vmentry" for "bcg", "vmexit" for "bch".
/Linux-v6.1/arch/x86/kvm/svm/
Dnested.c1227 int vmexit = NESTED_EXIT_HOST; in nested_svm_intercept() local
1231 vmexit = nested_svm_exit_handled_msr(svm); in nested_svm_intercept()
1234 vmexit = nested_svm_intercept_ioio(svm); in nested_svm_intercept()
1238 vmexit = NESTED_EXIT_DONE; in nested_svm_intercept()
1243 vmexit = NESTED_EXIT_DONE; in nested_svm_intercept()
1252 vmexit = NESTED_EXIT_DONE; in nested_svm_intercept()
1256 vmexit = NESTED_EXIT_DONE; in nested_svm_intercept()
1261 vmexit = NESTED_EXIT_DONE; in nested_svm_intercept()
1265 return vmexit; in nested_svm_intercept()
1270 int vmexit; in nested_svm_exit_handled() local
[all …]
Dsvm.c3401 int vmexit; in svm_handle_exit() local
3405 vmexit = nested_svm_exit_special(svm); in svm_handle_exit()
3407 if (vmexit == NESTED_EXIT_CONTINUE) in svm_handle_exit()
3408 vmexit = nested_svm_exit_handled(svm); in svm_handle_exit()
3410 if (vmexit == NESTED_EXIT_DONE) in svm_handle_exit()
4229 int vmexit, ret = X86EMUL_CONTINUE; in svm_check_intercept() local
4334 vmexit = nested_svm_exit_handled(svm); in svm_check_intercept()
4336 ret = (vmexit == NESTED_EXIT_DONE) ? X86EMUL_INTERCEPTED in svm_check_intercept()
/Linux-v6.1/tools/virtio/ringtest/
Dmain.c39 vmexit(); in notify()
50 vmexit(); in wait_for_notify()
Dmain.h50 static inline void vmexit(void) in vmexit() function
/Linux-v6.1/Documentation/virt/kvm/
Dapi.rst2061 the kernel will ignore the length of guest write and may get a faster vmexit.
4155 MSR accesses coming from nested vmentry/vmexit are not filtered.
4471 causes an KVM_EXIT_SHUTDOWN vmexit.
4862 register on the same device. This last access will cause a vmexit and
6956 a KVM_EXIT_IOAPIC_EOI vmexit will be reported to userspace.
8003 vmexit ensures that all dirty GFNs are flushed to the dirty rings.