Home
last modified time | relevance | path

Searched refs:intel_pt_handle_vmx (Results 1 – 3 of 3) sorted by relevance

/arch/x86/include/asm/
Dperf_event.h512 extern void intel_pt_handle_vmx(int on);
514 static inline void intel_pt_handle_vmx(int on) in intel_pt_handle_vmx() function
/arch/x86/events/intel/
Dpt.c1510 void intel_pt_handle_vmx(int on) in intel_pt_handle_vmx() function
1544 EXPORT_SYMBOL_GPL(intel_pt_handle_vmx);
/arch/x86/kvm/vmx/
Dvmx.c2420 intel_pt_handle_vmx(1); in hardware_enable()
2424 intel_pt_handle_vmx(0); in hardware_enable()
2451 intel_pt_handle_vmx(0); in hardware_disable()