Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/hwtracing/intel_th/
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) { in intel_th_gth_disable()
585 TH_CONFIGURABLE_MASTERS + 1) { in intel_th_gth_enable()
700 for (master = 0; master <= TH_CONFIGURABLE_MASTERS; master++) in intel_th_gth_unassign()
716 if (master > TH_CONFIGURABLE_MASTERS) in intel_th_gth_set_output()
717 master = TH_CONFIGURABLE_MASTERS; in intel_th_gth_set_output()
[all …]
Dintel_th.h251 #define TH_CONFIGURABLE_MASTERS 256 macro