Home
last modified time | relevance | path

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

/linux/drivers/hwtracing/intel_th/
A Dgth.c37 DECLARE_BITMAP(master, TH_CONFIGURABLE_MASTERS + 1);
57 signed char master[TH_CONFIGURABLE_MASTERS + 1];
371 int i, nattrs = TH_CONFIGURABLE_MASTERS + 2; in intel_th_master_attributes()
383 for (i = 0; i < TH_CONFIGURABLE_MASTERS + 1; i++) { in intel_th_master_attributes()
387 i == TH_CONFIGURABLE_MASTERS ? "+" : ""); in intel_th_master_attributes()
546 TH_CONFIGURABLE_MASTERS + 1) { in intel_th_gth_disable()
600 TH_CONFIGURABLE_MASTERS + 1) { in intel_th_gth_enable()
715 for (master = 0; master < TH_CONFIGURABLE_MASTERS + 1; master++) in intel_th_gth_unassign()
731 if (master > TH_CONFIGURABLE_MASTERS) in intel_th_gth_set_output()
732 master = TH_CONFIGURABLE_MASTERS; in intel_th_gth_set_output()
[all …]
A Dintel_th.h254 #define TH_CONFIGURABLE_MASTERS 256 macro

Completed in 6 milliseconds