Home
last modified time | relevance | path

Searched refs:__vmx_handle_exit (Results 1 – 2 of 2) sorted by relevance

/linux/tools/perf/Documentation/
H A Dperf-intel-pt.txt1616 …0f72e3d vmx_handle_exit+0xd ([kernel.kallsyms]) => ffffffffc0f727c0 __vmx_handle_exit+0x0 ([kernel…
1617 …13376/13384 [002] 7919.408803897: branches: ffffffffc0f72b15 __vmx_handle_exit+0x355 ([kern…
1618 …13376/13384 [002] 7919.408803903: branches: ffffffffc0f72994 __vmx_handle_exit+0x1d4 ([kern…
/linux/arch/x86/kvm/vmx/
H A Dvmx.c6781 static int __vmx_handle_exit(struct kvm_vcpu *vcpu, fastpath_t exit_fastpath) in __vmx_handle_exit() function
6939 int ret = __vmx_handle_exit(vcpu, exit_fastpath); in vmx_handle_exit()