Symbol: pmt_feature_group
arch/x86/kernel/cpu/resctrl/intel_aet.c
185
static bool group_has_usable_regions(struct event_group *e, struct pmt_feature_group *p)
arch/x86/kernel/cpu/resctrl/intel_aet.c
209
static bool all_regions_have_sufficient_rmid(struct event_group *e, struct pmt_feature_group *p)
arch/x86/kernel/cpu/resctrl/intel_aet.c
226
static bool enable_events(struct event_group *e, struct pmt_feature_group *p)
arch/x86/kernel/cpu/resctrl/intel_aet.c
307
struct pmt_feature_group *p;
arch/x86/kernel/cpu/resctrl/intel_aet.c
79
struct pmt_feature_group *pfg;
drivers/platform/x86/intel/pmt/discovery-kunit.c
19
validate_pmt_regions(struct kunit *test, struct pmt_feature_group *feature_group, int feature_id)
drivers/platform/x86/intel/pmt/discovery-kunit.c
60
struct pmt_feature_group *feature_group;
drivers/platform/x86/intel/pmt/telemetry.c
245
struct pmt_feature_group *feature_group;
drivers/platform/x86/intel/pmt/telemetry.c
247
feature_group = container_of(kref, struct pmt_feature_group, kref);
drivers/platform/x86/intel/pmt/telemetry.c
251
struct pmt_feature_group *intel_pmt_get_regions_by_feature(enum pmt_feature_id id)
drivers/platform/x86/intel/pmt/telemetry.c
253
struct pmt_feature_group *feature_group __free(kfree) = NULL;
drivers/platform/x86/intel/pmt/telemetry.c
299
void intel_pmt_put_feature_group(struct pmt_feature_group *feature_group)
include/linux/intel_vsec.h
245
struct pmt_feature_group *
include/linux/intel_vsec.h
248
void intel_pmt_put_feature_group(struct pmt_feature_group *feature_group);
include/linux/intel_vsec.h
250
static inline struct pmt_feature_group *
include/linux/intel_vsec.h
257
intel_pmt_put_feature_group(struct pmt_feature_group *feature_group) {}