Home
last modified time | relevance | path

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

/linux/tools/perf/Documentation/
A Dperf-kvm.txt54 of KVM events. Currently, vmexit, mmio (x86 only) and ioport (x86 only)
107 event to be analyzed. Possible values: vmexit, mmio (x86 only),
108 ioport (x86 only). (default: vmexit)
142 event to be analyzed. Possible values: vmexit,
144 (default: vmexit)
A Dperf-script.txt205 "tr end" for "bE", "vmentry" for "bcg", "vmexit" for "bch".
/linux/arch/x86/kvm/svm/
A Dnested.c1039 int vmexit = NESTED_EXIT_HOST; in nested_svm_intercept() local
1050 vmexit = NESTED_EXIT_DONE; in nested_svm_intercept()
1055 vmexit = NESTED_EXIT_DONE; in nested_svm_intercept()
1064 vmexit = NESTED_EXIT_DONE; in nested_svm_intercept()
1068 vmexit = NESTED_EXIT_DONE; in nested_svm_intercept()
1073 vmexit = NESTED_EXIT_DONE; in nested_svm_intercept()
1077 return vmexit; in nested_svm_intercept()
1082 int vmexit; in nested_svm_exit_handled() local
1084 vmexit = nested_svm_intercept(svm); in nested_svm_exit_handled()
1086 if (vmexit == NESTED_EXIT_DONE) in nested_svm_exit_handled()
[all …]
A Dsvm.c3405 int vmexit; in handle_exit() local
3409 vmexit = nested_svm_exit_special(svm); in handle_exit()
3411 if (vmexit == NESTED_EXIT_CONTINUE) in handle_exit()
3412 vmexit = nested_svm_exit_handled(svm); in handle_exit()
3414 if (vmexit == NESTED_EXIT_DONE) in handle_exit()
4193 int vmexit, ret = X86EMUL_CONTINUE; in svm_check_intercept() local
4298 vmexit = nested_svm_exit_handled(svm); in svm_check_intercept()
4300 ret = (vmexit == NESTED_EXIT_DONE) ? X86EMUL_INTERCEPTED in svm_check_intercept()
/linux/tools/virtio/ringtest/
A Dmain.c39 vmexit(); in notify()
50 vmexit(); in wait_for_notify()
A Dmain.h50 static inline void vmexit(void) in vmexit() function
/linux/Documentation/virt/kvm/
A Dapi.rst1984 the kernel will ignore the length of guest write and may get a faster vmexit.
4291 causes an KVM_EXIT_SHUTDOWN vmexit.
4682 register on the same device. This last access will cause a vmexit and
6476 a KVM_EXIT_IOAPIC_EOI vmexit will be reported to userspace.
7383 vmexit ensures that all dirty GFNs are flushed to the dirty rings.

Completed in 34 milliseconds