Home
last modified time | relevance | path

Searched refs:pmt_feature_group (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/ !
H A Dintel_vsec.h180 struct pmt_feature_group { struct
225 struct pmt_feature_group *
228 void intel_pmt_put_feature_group(struct pmt_feature_group *feature_group);
230 static inline struct pmt_feature_group *
237 intel_pmt_put_feature_group(struct pmt_feature_group *feature_group) {} in intel_pmt_put_feature_group()
/linux/arch/x86/kernel/cpu/resctrl/ !
H A Dintel_aet.c79 struct pmt_feature_group *pfg;
185 static bool group_has_usable_regions(struct event_group *e, struct pmt_feature_group *p) in group_has_usable_regions()
209 static bool all_regions_have_sufficient_rmid(struct event_group *e, struct pmt_feature_group *p) in all_regions_have_sufficient_rmid()
226 static bool enable_events(struct event_group *e, struct pmt_feature_group *p) in enable_events()
307 struct pmt_feature_group *p; in intel_aet_get_events()
/linux/drivers/platform/x86/intel/pmt/ !
H A Dtelemetry.c238 struct pmt_feature_group *feature_group; in pmt_feature_group_release()
240 feature_group = container_of(kref, struct pmt_feature_group, kref); in pmt_feature_group_release()
244 struct pmt_feature_group *intel_pmt_get_regions_by_feature(enum pmt_feature_id id) in intel_pmt_get_regions_by_feature()
246 struct pmt_feature_group *feature_group __free(kfree) = NULL; in intel_pmt_get_regions_by_feature()
292 void intel_pmt_put_feature_group(struct pmt_feature_group *feature_group) in intel_pmt_put_feature_group()
H A Ddiscovery-kunit.c19 validate_pmt_regions(struct kunit *test, struct pmt_feature_group *feature_group, int feature_id) in validate_pmt_regions()
60 struct pmt_feature_group *feature_group; in test_intel_pmt_get_regions_by_feature()