Searched refs:pmt_cap (Results 1 – 3 of 3) sorted by relevance
116 struct pmt_cap { struct123 extern struct pmt_cap pmt_cap_common[]; argument124 extern struct pmt_cap pmt_cap_pcpt[];125 extern struct pmt_cap *pmt_caps_pcpt[];126 extern struct pmt_cap pmt_cap_pcet[];127 extern struct pmt_cap *pmt_caps_pcet[];128 extern struct pmt_cap pmt_cap_rmid_perf[];129 extern struct pmt_cap *pmt_caps_rmid_perf[];130 extern struct pmt_cap pmt_cap_accel[];131 extern struct pmt_cap *pmt_caps_accel[];[all …]
41 struct pmt_cap pmt_cap_common[] = {58 struct pmt_cap pmt_cap_pcpt[] = {67 struct pmt_cap *pmt_caps_pcpt[] = {73 struct pmt_cap pmt_cap_pcet[] = {88 struct pmt_cap *pmt_caps_pcet[] = {94 struct pmt_cap pmt_cap_rmid_perf[] = {101 struct pmt_cap *pmt_caps_rmid_perf[] = {107 struct pmt_cap pmt_cap_accel[] = {113 struct pmt_cap *pmt_caps_accel[] = {119 struct pmt_cap pmt_cap_uncore[] = {[all …]
126 struct pmt_cap **pmt_caps; in caps_show()166 struct pmt_cap *pmt_cap = *pmt_caps; in caps_show() local168 while (pmt_cap->name) { in caps_show()169 ret += sysfs_emit_at(buf, ret, "%-40s Available: %s\n", pmt_cap->name, in caps_show()170 str_yes_no(pmt_cap->mask & caps)); in caps_show()171 pmt_cap++; in caps_show()