Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/Documentation/
Dperf-kvm.txt54 of KVM events. Currently, vmexit, mmio (x86 only) and ioport (x86 only)
106 event to be analyzed. Possible values: vmexit, mmio (x86 only),
107 ioport (x86 only). (default: vmexit)
141 event to be analyzed. Possible values: vmexit,
143 (default: vmexit)
/Linux-v5.4/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-v5.4/arch/x86/kvm/
Dsvm.c3022 int vmexit; in nested_svm_check_exception() local
3027 vmexit = nested_svm_intercept(svm); in nested_svm_check_exception()
3028 if (vmexit != NESTED_EXIT_DONE) in nested_svm_check_exception()
3047 return vmexit; in nested_svm_check_exception()
3211 int vmexit = NESTED_EXIT_HOST; in nested_svm_intercept() local
3215 vmexit = nested_svm_exit_handled_msr(svm); in nested_svm_intercept()
3218 vmexit = nested_svm_intercept_ioio(svm); in nested_svm_intercept()
3223 vmexit = NESTED_EXIT_DONE; in nested_svm_intercept()
3229 vmexit = NESTED_EXIT_DONE; in nested_svm_intercept()
3236 vmexit = nested_svm_intercept_db(svm); in nested_svm_intercept()
[all …]
/Linux-v5.4/Documentation/virt/kvm/
Dapi.txt1703 the kernel will ignore the length of guest write and may get a faster vmexit.
3598 causes an KVM_EXIT_SHUTDOWN vmexit.
3960 register on the same device. This last access will cause a vmexit and
4853 a KVM_EXIT_IOAPIC_EOI vmexit will be reported to userspace.