Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/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-v4.19/arch/x86/kvm/
Dsvm.c2958 int vmexit; in nested_svm_check_exception() local
2963 vmexit = nested_svm_intercept(svm); in nested_svm_check_exception()
2964 if (vmexit != NESTED_EXIT_DONE) in nested_svm_check_exception()
2986 return vmexit; in nested_svm_check_exception()
3176 int vmexit = NESTED_EXIT_HOST; in nested_svm_intercept() local
3180 vmexit = nested_svm_exit_handled_msr(svm); in nested_svm_intercept()
3183 vmexit = nested_svm_intercept_ioio(svm); in nested_svm_intercept()
3188 vmexit = NESTED_EXIT_DONE; in nested_svm_intercept()
3194 vmexit = NESTED_EXIT_DONE; in nested_svm_intercept()
3201 vmexit = nested_svm_intercept_db(svm); in nested_svm_intercept()
[all …]
/Linux-v4.19/Documentation/virtual/kvm/
Dapi.txt1609 the kernel will ignore the length of guest write and may get a faster vmexit.
3353 causes an KVM_EXIT_SHUTDOWN vmexit.
4393 a KVM_EXIT_IOAPIC_EOI vmexit will be reported to userspace.