Searched refs:intel_pt_validate_hw_cap (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dintel_pt.h31 extern u32 intel_pt_validate_hw_cap(enum pt_capabilities cap);
36 static inline u32 intel_pt_validate_hw_cap(enum pt_capabilities cap) { return 0; } function
/linux-master/arch/x86/events/intel/
H A Dpt.c85 u32 intel_pt_validate_hw_cap(enum pt_capabilities cap) function
89 EXPORT_SYMBOL_GPL(intel_pt_validate_hw_cap); variable
99 return snprintf(buf, PAGE_SIZE, "%x\n", intel_pt_validate_hw_cap(cap));
321 if (!intel_pt_validate_hw_cap(PT_CAP_psb_cyc))
324 allowed = intel_pt_validate_hw_cap(PT_CAP_psb_periods);
330 allowed = intel_pt_validate_hw_cap(PT_CAP_cycle_thresholds);
345 if (!intel_pt_validate_hw_cap(PT_CAP_mtc))
348 allowed = intel_pt_validate_hw_cap(PT_CAP_mtc_periods);
360 !intel_pt_validate_hw_cap(PT_CAP_power_event_trace))
364 !intel_pt_validate_hw_cap(PT_CAP_event_trac
[all...]
/linux-master/arch/x86/kvm/
H A Dx86.c7382 !intel_pt_validate_hw_cap(PT_CAP_cr3_filtering))
7388 (!intel_pt_validate_hw_cap(PT_CAP_topa_output) &&
7389 !intel_pt_validate_hw_cap(PT_CAP_single_range_output)))
7395 intel_pt_validate_hw_cap(PT_CAP_num_address_ranges) * 2))

Completed in 128 milliseconds