Home
last modified time | relevance | path

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

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