Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/Documentation/
H A Dperf-intel-pt.txt1542 …3376/13384 [002] 7919.408803365: branches: ffffffffc0f8ebe0 vmx_vcpu_enter_exit+0xc0 ([kern…
1590 …0f66161 vmx_vcpu_run+0x231 ([kernel.kallsyms]) => ffffffffc0f8eb20 vmx_vcpu_enter_exit+0x0 ([kerne…
1591 …3376/13384 [002] 7919.408804057: branches: ffffffffc0f8eb44 vmx_vcpu_enter_exit+0x24 ([kern…
1593 …3376/13384 [002] 7919.408804066: branches: ffffffffc0f8ebe0 vmx_vcpu_enter_exit+0xc0 ([kern…
1635 …ffffffffc13b30b6 __vmx_vcpu_run+0xd6 (vmlinux) => ffffffffc13b2f2e vmx_vcpu_enter_exit+0x4e (vmlin…
1650 …ffffffffc13b30b6 __vmx_vcpu_run+0xd6 (vmlinux) => ffffffffc13b2f2e vmx_vcpu_enter_exit+0x4e (vmlin…
/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmx.c7240 static noinstr void vmx_vcpu_enter_exit(struct kvm_vcpu *vcpu, in vmx_vcpu_enter_exit() function
7385 vmx_vcpu_enter_exit(vcpu, __vmx_vcpu_run_flags(vmx)); in vmx_vcpu_run()