intel_uncore_box  103 arch/x86/events/intel/uncore.c struct intel_uncore_box *uncore_pmu_to_box(struct intel_uncore_pmu *pmu, int cpu)
intel_uncore_box  114 arch/x86/events/intel/uncore.c u64 uncore_msr_read_counter(struct intel_uncore_box *box, struct perf_event *event)
intel_uncore_box  123 arch/x86/events/intel/uncore.c void uncore_mmio_exit_box(struct intel_uncore_box *box)
intel_uncore_box  129 arch/x86/events/intel/uncore.c u64 uncore_mmio_read_counter(struct intel_uncore_box *box,
intel_uncore_box  142 arch/x86/events/intel/uncore.c uncore_get_constraint(struct intel_uncore_box *box, struct perf_event *event)
intel_uncore_box  179 arch/x86/events/intel/uncore.c void uncore_put_constraint(struct intel_uncore_box *box, struct perf_event *event)
intel_uncore_box  200 arch/x86/events/intel/uncore.c u64 uncore_shared_reg_config(struct intel_uncore_box *box, int idx)
intel_uncore_box  215 arch/x86/events/intel/uncore.c static void uncore_assign_hw_event(struct intel_uncore_box *box,
intel_uncore_box  233 arch/x86/events/intel/uncore.c void uncore_perf_event_update(struct intel_uncore_box *box, struct perf_event *event)
intel_uncore_box  265 arch/x86/events/intel/uncore.c 	struct intel_uncore_box *box;
intel_uncore_box  270 arch/x86/events/intel/uncore.c 	box = container_of(hrtimer, struct intel_uncore_box, hrtimer);
intel_uncore_box  296 arch/x86/events/intel/uncore.c void uncore_pmu_start_hrtimer(struct intel_uncore_box *box)
intel_uncore_box  302 arch/x86/events/intel/uncore.c void uncore_pmu_cancel_hrtimer(struct intel_uncore_box *box)
intel_uncore_box  307 arch/x86/events/intel/uncore.c static void uncore_pmu_init_hrtimer(struct intel_uncore_box *box)
intel_uncore_box  313 arch/x86/events/intel/uncore.c static struct intel_uncore_box *uncore_alloc_box(struct intel_uncore_type *type,
intel_uncore_box  317 arch/x86/events/intel/uncore.c 	struct intel_uncore_box *box;
intel_uncore_box  347 arch/x86/events/intel/uncore.c static bool is_box_event(struct intel_uncore_box *box, struct perf_event *event)
intel_uncore_box  353 arch/x86/events/intel/uncore.c uncore_collect_events(struct intel_uncore_box *box, struct perf_event *leader,
intel_uncore_box  391 arch/x86/events/intel/uncore.c uncore_get_event_constraint(struct intel_uncore_box *box, struct perf_event *event)
intel_uncore_box  415 arch/x86/events/intel/uncore.c static void uncore_put_event_constraint(struct intel_uncore_box *box,
intel_uncore_box  422 arch/x86/events/intel/uncore.c static int uncore_assign_events(struct intel_uncore_box *box, int assign[], int n)
intel_uncore_box  473 arch/x86/events/intel/uncore.c 	struct intel_uncore_box *box = uncore_event_to_box(event);
intel_uncore_box  511 arch/x86/events/intel/uncore.c 	struct intel_uncore_box *box = uncore_event_to_box(event);
intel_uncore_box  546 arch/x86/events/intel/uncore.c 	struct intel_uncore_box *box = uncore_event_to_box(event);
intel_uncore_box  618 arch/x86/events/intel/uncore.c 	struct intel_uncore_box *box = uncore_event_to_box(event);
intel_uncore_box  649 arch/x86/events/intel/uncore.c 	struct intel_uncore_box *box = uncore_event_to_box(event);
intel_uncore_box  661 arch/x86/events/intel/uncore.c 	struct intel_uncore_box *fake_box;
intel_uncore_box  699 arch/x86/events/intel/uncore.c 	struct intel_uncore_box *box;
intel_uncore_box  780 arch/x86/events/intel/uncore.c 	struct intel_uncore_box *box;
intel_uncore_box  797 arch/x86/events/intel/uncore.c 	struct intel_uncore_box *box;
intel_uncore_box  918 arch/x86/events/intel/uncore.c 	size = max_dies * sizeof(struct intel_uncore_box *);
intel_uncore_box  987 arch/x86/events/intel/uncore.c 	struct intel_uncore_box *box;
intel_uncore_box 1078 arch/x86/events/intel/uncore.c 	struct intel_uncore_box *box;
intel_uncore_box 1161 arch/x86/events/intel/uncore.c 	struct intel_uncore_box *box;
intel_uncore_box 1198 arch/x86/events/intel/uncore.c 	struct intel_uncore_box *box;
intel_uncore_box 1243 arch/x86/events/intel/uncore.c 	struct intel_uncore_box *box, *tmp;
intel_uncore_box 1284 arch/x86/events/intel/uncore.c 	struct intel_uncore_box *box;
intel_uncore_box   42 arch/x86/events/intel/uncore.h struct intel_uncore_box;
intel_uncore_box   83 arch/x86/events/intel/uncore.h 	void (*init_box)(struct intel_uncore_box *);
intel_uncore_box   84 arch/x86/events/intel/uncore.h 	void (*exit_box)(struct intel_uncore_box *);
intel_uncore_box   85 arch/x86/events/intel/uncore.h 	void (*disable_box)(struct intel_uncore_box *);
intel_uncore_box   86 arch/x86/events/intel/uncore.h 	void (*enable_box)(struct intel_uncore_box *);
intel_uncore_box   87 arch/x86/events/intel/uncore.h 	void (*disable_event)(struct intel_uncore_box *, struct perf_event *);
intel_uncore_box   88 arch/x86/events/intel/uncore.h 	void (*enable_event)(struct intel_uncore_box *, struct perf_event *);
intel_uncore_box   89 arch/x86/events/intel/uncore.h 	u64 (*read_counter)(struct intel_uncore_box *, struct perf_event *);
intel_uncore_box   90 arch/x86/events/intel/uncore.h 	int (*hw_config)(struct intel_uncore_box *, struct perf_event *);
intel_uncore_box   91 arch/x86/events/intel/uncore.h 	struct event_constraint *(*get_constraint)(struct intel_uncore_box *,
intel_uncore_box   93 arch/x86/events/intel/uncore.h 	void (*put_constraint)(struct intel_uncore_box *, struct perf_event *);
intel_uncore_box  104 arch/x86/events/intel/uncore.h 	struct intel_uncore_box		**boxes;
intel_uncore_box  199 arch/x86/events/intel/uncore.h unsigned int uncore_mmio_box_ctl(struct intel_uncore_box *box)
intel_uncore_box  205 arch/x86/events/intel/uncore.h static inline unsigned uncore_pci_box_ctl(struct intel_uncore_box *box)
intel_uncore_box  210 arch/x86/events/intel/uncore.h static inline unsigned uncore_pci_fixed_ctl(struct intel_uncore_box *box)
intel_uncore_box  215 arch/x86/events/intel/uncore.h static inline unsigned uncore_pci_fixed_ctr(struct intel_uncore_box *box)
intel_uncore_box  221 arch/x86/events/intel/uncore.h unsigned uncore_pci_event_ctl(struct intel_uncore_box *box, int idx)
intel_uncore_box  230 arch/x86/events/intel/uncore.h unsigned uncore_pci_perf_ctr(struct intel_uncore_box *box, int idx)
intel_uncore_box  235 arch/x86/events/intel/uncore.h static inline unsigned uncore_msr_box_offset(struct intel_uncore_box *box)
intel_uncore_box  243 arch/x86/events/intel/uncore.h static inline unsigned uncore_msr_box_ctl(struct intel_uncore_box *box)
intel_uncore_box  250 arch/x86/events/intel/uncore.h static inline unsigned uncore_msr_fixed_ctl(struct intel_uncore_box *box)
intel_uncore_box  257 arch/x86/events/intel/uncore.h static inline unsigned uncore_msr_fixed_ctr(struct intel_uncore_box *box)
intel_uncore_box  304 arch/x86/events/intel/uncore.h unsigned int uncore_freerunning_counter(struct intel_uncore_box *box,
intel_uncore_box  317 arch/x86/events/intel/uncore.h unsigned uncore_msr_event_ctl(struct intel_uncore_box *box, int idx)
intel_uncore_box  330 arch/x86/events/intel/uncore.h unsigned uncore_msr_perf_ctr(struct intel_uncore_box *box, int idx)
intel_uncore_box  343 arch/x86/events/intel/uncore.h unsigned uncore_fixed_ctl(struct intel_uncore_box *box)
intel_uncore_box  352 arch/x86/events/intel/uncore.h unsigned uncore_fixed_ctr(struct intel_uncore_box *box)
intel_uncore_box  361 arch/x86/events/intel/uncore.h unsigned uncore_event_ctl(struct intel_uncore_box *box, int idx)
intel_uncore_box  370 arch/x86/events/intel/uncore.h unsigned uncore_perf_ctr(struct intel_uncore_box *box, int idx)
intel_uncore_box  378 arch/x86/events/intel/uncore.h static inline int uncore_perf_ctr_bits(struct intel_uncore_box *box)
intel_uncore_box  383 arch/x86/events/intel/uncore.h static inline int uncore_fixed_ctr_bits(struct intel_uncore_box *box)
intel_uncore_box  389 arch/x86/events/intel/uncore.h unsigned int uncore_freerunning_bits(struct intel_uncore_box *box,
intel_uncore_box  397 arch/x86/events/intel/uncore.h static inline int uncore_num_freerunning(struct intel_uncore_box *box,
intel_uncore_box  405 arch/x86/events/intel/uncore.h static inline int uncore_num_freerunning_types(struct intel_uncore_box *box,
intel_uncore_box  411 arch/x86/events/intel/uncore.h static inline bool check_valid_freerunning_event(struct intel_uncore_box *box,
intel_uncore_box  421 arch/x86/events/intel/uncore.h static inline int uncore_num_counters(struct intel_uncore_box *box)
intel_uncore_box  435 arch/x86/events/intel/uncore.h static inline int uncore_freerunning_hw_config(struct intel_uncore_box *box,
intel_uncore_box  444 arch/x86/events/intel/uncore.h static inline void uncore_disable_event(struct intel_uncore_box *box,
intel_uncore_box  450 arch/x86/events/intel/uncore.h static inline void uncore_enable_event(struct intel_uncore_box *box,
intel_uncore_box  456 arch/x86/events/intel/uncore.h static inline u64 uncore_read_counter(struct intel_uncore_box *box,
intel_uncore_box  462 arch/x86/events/intel/uncore.h static inline void uncore_box_init(struct intel_uncore_box *box)
intel_uncore_box  470 arch/x86/events/intel/uncore.h static inline void uncore_box_exit(struct intel_uncore_box *box)
intel_uncore_box  478 arch/x86/events/intel/uncore.h static inline bool uncore_box_is_fake(struct intel_uncore_box *box)
intel_uncore_box  488 arch/x86/events/intel/uncore.h static inline struct intel_uncore_box *uncore_event_to_box(struct perf_event *event)
intel_uncore_box  493 arch/x86/events/intel/uncore.h struct intel_uncore_box *uncore_pmu_to_box(struct intel_uncore_pmu *pmu, int cpu);
intel_uncore_box  494 arch/x86/events/intel/uncore.h u64 uncore_msr_read_counter(struct intel_uncore_box *box, struct perf_event *event);
intel_uncore_box  495 arch/x86/events/intel/uncore.h void uncore_mmio_exit_box(struct intel_uncore_box *box);
intel_uncore_box  496 arch/x86/events/intel/uncore.h u64 uncore_mmio_read_counter(struct intel_uncore_box *box,
intel_uncore_box  498 arch/x86/events/intel/uncore.h void uncore_pmu_start_hrtimer(struct intel_uncore_box *box);
intel_uncore_box  499 arch/x86/events/intel/uncore.h void uncore_pmu_cancel_hrtimer(struct intel_uncore_box *box);
intel_uncore_box  505 arch/x86/events/intel/uncore.h void uncore_perf_event_update(struct intel_uncore_box *box, struct perf_event *event);
intel_uncore_box  507 arch/x86/events/intel/uncore.h uncore_get_constraint(struct intel_uncore_box *box, struct perf_event *event);
intel_uncore_box  508 arch/x86/events/intel/uncore.h void uncore_put_constraint(struct intel_uncore_box *box, struct perf_event *event);
intel_uncore_box  509 arch/x86/events/intel/uncore.h u64 uncore_shared_reg_config(struct intel_uncore_box *box, int idx);
intel_uncore_box  200 arch/x86/events/intel/uncore_nhmex.c static void nhmex_uncore_msr_init_box(struct intel_uncore_box *box)
intel_uncore_box  205 arch/x86/events/intel/uncore_nhmex.c static void nhmex_uncore_msr_exit_box(struct intel_uncore_box *box)
intel_uncore_box  210 arch/x86/events/intel/uncore_nhmex.c static void nhmex_uncore_msr_disable_box(struct intel_uncore_box *box)
intel_uncore_box  225 arch/x86/events/intel/uncore_nhmex.c static void nhmex_uncore_msr_enable_box(struct intel_uncore_box *box)
intel_uncore_box  240 arch/x86/events/intel/uncore_nhmex.c static void nhmex_uncore_msr_disable_event(struct intel_uncore_box *box, struct perf_event *event)
intel_uncore_box  245 arch/x86/events/intel/uncore_nhmex.c static void nhmex_uncore_msr_enable_event(struct intel_uncore_box *box, struct perf_event *event)
intel_uncore_box  350 arch/x86/events/intel/uncore_nhmex.c static int nhmex_bbox_hw_config(struct intel_uncore_box *box, struct perf_event *event)
intel_uncore_box  377 arch/x86/events/intel/uncore_nhmex.c static void nhmex_bbox_msr_enable_event(struct intel_uncore_box *box, struct perf_event *event)
intel_uncore_box  441 arch/x86/events/intel/uncore_nhmex.c static int nhmex_sbox_hw_config(struct intel_uncore_box *box, struct perf_event *event)
intel_uncore_box  462 arch/x86/events/intel/uncore_nhmex.c static void nhmex_sbox_msr_enable_event(struct intel_uncore_box *box, struct perf_event *event)
intel_uncore_box  553 arch/x86/events/intel/uncore_nhmex.c static bool nhmex_mbox_get_shared_reg(struct intel_uncore_box *box, int idx, u64 config)
intel_uncore_box  614 arch/x86/events/intel/uncore_nhmex.c static void nhmex_mbox_put_shared_reg(struct intel_uncore_box *box, int idx)
intel_uncore_box  669 arch/x86/events/intel/uncore_nhmex.c nhmex_mbox_get_constraint(struct intel_uncore_box *box, struct perf_event *event)
intel_uncore_box  738 arch/x86/events/intel/uncore_nhmex.c static void nhmex_mbox_put_constraint(struct intel_uncore_box *box, struct perf_event *event)
intel_uncore_box  765 arch/x86/events/intel/uncore_nhmex.c static int nhmex_mbox_hw_config(struct intel_uncore_box *box, struct perf_event *event)
intel_uncore_box  819 arch/x86/events/intel/uncore_nhmex.c static u64 nhmex_mbox_shared_reg_config(struct intel_uncore_box *box, int idx)
intel_uncore_box  835 arch/x86/events/intel/uncore_nhmex.c static void nhmex_mbox_msr_enable_event(struct intel_uncore_box *box, struct perf_event *event)
intel_uncore_box  944 arch/x86/events/intel/uncore_nhmex.c static void nhmex_rbox_alter_er(struct intel_uncore_box *box, struct perf_event *event)
intel_uncore_box  978 arch/x86/events/intel/uncore_nhmex.c nhmex_rbox_get_constraint(struct intel_uncore_box *box, struct perf_event *event)
intel_uncore_box 1062 arch/x86/events/intel/uncore_nhmex.c static void nhmex_rbox_put_constraint(struct intel_uncore_box *box, struct perf_event *event)
intel_uncore_box 1086 arch/x86/events/intel/uncore_nhmex.c static int nhmex_rbox_hw_config(struct intel_uncore_box *box, struct perf_event *event)
intel_uncore_box 1111 arch/x86/events/intel/uncore_nhmex.c static void nhmex_rbox_msr_enable_event(struct intel_uncore_box *box, struct perf_event *event)
intel_uncore_box  121 arch/x86/events/intel/uncore_snb.c static void snb_uncore_msr_enable_event(struct intel_uncore_box *box, struct perf_event *event)
intel_uncore_box  131 arch/x86/events/intel/uncore_snb.c static void snb_uncore_msr_disable_event(struct intel_uncore_box *box, struct perf_event *event)
intel_uncore_box  136 arch/x86/events/intel/uncore_snb.c static void snb_uncore_msr_init_box(struct intel_uncore_box *box)
intel_uncore_box  144 arch/x86/events/intel/uncore_snb.c static void snb_uncore_msr_enable_box(struct intel_uncore_box *box)
intel_uncore_box  150 arch/x86/events/intel/uncore_snb.c static void snb_uncore_msr_exit_box(struct intel_uncore_box *box)
intel_uncore_box  235 arch/x86/events/intel/uncore_snb.c static void skl_uncore_msr_init_box(struct intel_uncore_box *box)
intel_uncore_box  247 arch/x86/events/intel/uncore_snb.c static void skl_uncore_msr_enable_box(struct intel_uncore_box *box)
intel_uncore_box  253 arch/x86/events/intel/uncore_snb.c static void skl_uncore_msr_exit_box(struct intel_uncore_box *box)
intel_uncore_box  411 arch/x86/events/intel/uncore_snb.c static void snb_uncore_imc_init_box(struct intel_uncore_box *box)
intel_uncore_box  432 arch/x86/events/intel/uncore_snb.c static void snb_uncore_imc_enable_box(struct intel_uncore_box *box)
intel_uncore_box  435 arch/x86/events/intel/uncore_snb.c static void snb_uncore_imc_disable_box(struct intel_uncore_box *box)
intel_uncore_box  438 arch/x86/events/intel/uncore_snb.c static void snb_uncore_imc_enable_event(struct intel_uncore_box *box, struct perf_event *event)
intel_uncore_box  441 arch/x86/events/intel/uncore_snb.c static void snb_uncore_imc_disable_event(struct intel_uncore_box *box, struct perf_event *event)
intel_uncore_box  451 arch/x86/events/intel/uncore_snb.c 	struct intel_uncore_box *box;
intel_uncore_box  524 arch/x86/events/intel/uncore_snb.c static int snb_uncore_imc_hw_config(struct intel_uncore_box *box, struct perf_event *event)
intel_uncore_box  923 arch/x86/events/intel/uncore_snb.c static void nhm_uncore_msr_disable_box(struct intel_uncore_box *box)
intel_uncore_box  928 arch/x86/events/intel/uncore_snb.c static void nhm_uncore_msr_enable_box(struct intel_uncore_box *box)
intel_uncore_box  933 arch/x86/events/intel/uncore_snb.c static void nhm_uncore_msr_enable_event(struct intel_uncore_box *box, struct perf_event *event)
intel_uncore_box  463 arch/x86/events/intel/uncore_snbep.c static void snbep_uncore_pci_disable_box(struct intel_uncore_box *box)
intel_uncore_box  475 arch/x86/events/intel/uncore_snbep.c static void snbep_uncore_pci_enable_box(struct intel_uncore_box *box)
intel_uncore_box  487 arch/x86/events/intel/uncore_snbep.c static void snbep_uncore_pci_enable_event(struct intel_uncore_box *box, struct perf_event *event)
intel_uncore_box  495 arch/x86/events/intel/uncore_snbep.c static void snbep_uncore_pci_disable_event(struct intel_uncore_box *box, struct perf_event *event)
intel_uncore_box  503 arch/x86/events/intel/uncore_snbep.c static u64 snbep_uncore_pci_read_counter(struct intel_uncore_box *box, struct perf_event *event)
intel_uncore_box  515 arch/x86/events/intel/uncore_snbep.c static void snbep_uncore_pci_init_box(struct intel_uncore_box *box)
intel_uncore_box  523 arch/x86/events/intel/uncore_snbep.c static void snbep_uncore_msr_disable_box(struct intel_uncore_box *box)
intel_uncore_box  536 arch/x86/events/intel/uncore_snbep.c static void snbep_uncore_msr_enable_box(struct intel_uncore_box *box)
intel_uncore_box  549 arch/x86/events/intel/uncore_snbep.c static void snbep_uncore_msr_enable_event(struct intel_uncore_box *box, struct perf_event *event)
intel_uncore_box  560 arch/x86/events/intel/uncore_snbep.c static void snbep_uncore_msr_disable_event(struct intel_uncore_box *box,
intel_uncore_box  568 arch/x86/events/intel/uncore_snbep.c static void snbep_uncore_msr_init_box(struct intel_uncore_box *box)
intel_uncore_box  841 arch/x86/events/intel/uncore_snbep.c static void snbep_cbox_put_constraint(struct intel_uncore_box *box, struct perf_event *event)
intel_uncore_box  858 arch/x86/events/intel/uncore_snbep.c __snbep_cbox_get_constraint(struct intel_uncore_box *box, struct perf_event *event,
intel_uncore_box  921 arch/x86/events/intel/uncore_snbep.c snbep_cbox_get_constraint(struct intel_uncore_box *box, struct perf_event *event)
intel_uncore_box  926 arch/x86/events/intel/uncore_snbep.c static int snbep_cbox_hw_config(struct intel_uncore_box *box, struct perf_event *event)
intel_uncore_box  990 arch/x86/events/intel/uncore_snbep.c snbep_pcu_get_constraint(struct intel_uncore_box *box, struct perf_event *event)
intel_uncore_box 1031 arch/x86/events/intel/uncore_snbep.c static void snbep_pcu_put_constraint(struct intel_uncore_box *box, struct perf_event *event)
intel_uncore_box 1043 arch/x86/events/intel/uncore_snbep.c static int snbep_pcu_hw_config(struct intel_uncore_box *box, struct perf_event *event)
intel_uncore_box 1099 arch/x86/events/intel/uncore_snbep.c static int snbep_qpi_hw_config(struct intel_uncore_box *box, struct perf_event *event)
intel_uncore_box 1115 arch/x86/events/intel/uncore_snbep.c static void snbep_qpi_enable_event(struct intel_uncore_box *box, struct perf_event *event)
intel_uncore_box 1383 arch/x86/events/intel/uncore_snbep.c static void ivbep_uncore_msr_init_box(struct intel_uncore_box *box)
intel_uncore_box 1390 arch/x86/events/intel/uncore_snbep.c static void ivbep_uncore_pci_init_box(struct intel_uncore_box *box)
intel_uncore_box 1605 arch/x86/events/intel/uncore_snbep.c ivbep_cbox_get_constraint(struct intel_uncore_box *box, struct perf_event *event)
intel_uncore_box 1610 arch/x86/events/intel/uncore_snbep.c static int ivbep_cbox_hw_config(struct intel_uncore_box *box, struct perf_event *event)
intel_uncore_box 1631 arch/x86/events/intel/uncore_snbep.c static void ivbep_cbox_enable_event(struct intel_uncore_box *box, struct perf_event *event)
intel_uncore_box 1732 arch/x86/events/intel/uncore_snbep.c static void ivbep_uncore_irp_enable_event(struct intel_uncore_box *box, struct perf_event *event)
intel_uncore_box 1741 arch/x86/events/intel/uncore_snbep.c static void ivbep_uncore_irp_disable_event(struct intel_uncore_box *box, struct perf_event *event)
intel_uncore_box 1749 arch/x86/events/intel/uncore_snbep.c static u64 ivbep_uncore_irp_read_counter(struct intel_uncore_box *box, struct perf_event *event)
intel_uncore_box 2032 arch/x86/events/intel/uncore_snbep.c knl_cha_get_constraint(struct intel_uncore_box *box, struct perf_event *event)
intel_uncore_box 2037 arch/x86/events/intel/uncore_snbep.c static int knl_cha_hw_config(struct intel_uncore_box *box,
intel_uncore_box 2063 arch/x86/events/intel/uncore_snbep.c static void hswep_cbox_enable_event(struct intel_uncore_box *box,
intel_uncore_box 2137 arch/x86/events/intel/uncore_snbep.c static void knl_uncore_imc_enable_box(struct intel_uncore_box *box)
intel_uncore_box 2145 arch/x86/events/intel/uncore_snbep.c static void knl_uncore_imc_enable_event(struct intel_uncore_box *box,
intel_uncore_box 2460 arch/x86/events/intel/uncore_snbep.c static int hswep_ubox_hw_config(struct intel_uncore_box *box, struct perf_event *event)
intel_uncore_box 2588 arch/x86/events/intel/uncore_snbep.c hswep_cbox_get_constraint(struct intel_uncore_box *box, struct perf_event *event)
intel_uncore_box 2593 arch/x86/events/intel/uncore_snbep.c static int hswep_cbox_hw_config(struct intel_uncore_box *box, struct perf_event *event)
intel_uncore_box 2614 arch/x86/events/intel/uncore_snbep.c static void hswep_cbox_enable_event(struct intel_uncore_box *box,
intel_uncore_box 2660 arch/x86/events/intel/uncore_snbep.c static void hswep_uncore_sbox_msr_init_box(struct intel_uncore_box *box)
intel_uncore_box 2710 arch/x86/events/intel/uncore_snbep.c static int hswep_pcu_hw_config(struct intel_uncore_box *box, struct perf_event *event)
intel_uncore_box 2806 arch/x86/events/intel/uncore_snbep.c static u64 hswep_uncore_irp_read_counter(struct intel_uncore_box *box, struct perf_event *event)
intel_uncore_box 3481 arch/x86/events/intel/uncore_snbep.c skx_cha_get_constraint(struct intel_uncore_box *box, struct perf_event *event)
intel_uncore_box 3486 arch/x86/events/intel/uncore_snbep.c static int skx_cha_hw_config(struct intel_uncore_box *box, struct perf_event *event)
intel_uncore_box 3561 arch/x86/events/intel/uncore_snbep.c static void skx_iio_enable_event(struct intel_uncore_box *box,
intel_uncore_box 3815 arch/x86/events/intel/uncore_snbep.c static void skx_upi_uncore_pci_init_box(struct intel_uncore_box *box)
intel_uncore_box 3846 arch/x86/events/intel/uncore_snbep.c static void skx_m2m_uncore_pci_init_box(struct intel_uncore_box *box)
intel_uncore_box 4067 arch/x86/events/intel/uncore_snbep.c static int snr_cha_hw_config(struct intel_uncore_box *box, struct perf_event *event)
intel_uncore_box 4079 arch/x86/events/intel/uncore_snbep.c static void snr_cha_enable_event(struct intel_uncore_box *box,
intel_uncore_box 4175 arch/x86/events/intel/uncore_snbep.c static int snr_pcu_hw_config(struct intel_uncore_box *box, struct perf_event *event)
intel_uncore_box 4280 arch/x86/events/intel/uncore_snbep.c static void snr_m2m_uncore_pci_init_box(struct intel_uncore_box *box)
intel_uncore_box 4383 arch/x86/events/intel/uncore_snbep.c static void snr_uncore_mmio_init_box(struct intel_uncore_box *box)
intel_uncore_box 4408 arch/x86/events/intel/uncore_snbep.c static void snr_uncore_mmio_disable_box(struct intel_uncore_box *box)
intel_uncore_box 4420 arch/x86/events/intel/uncore_snbep.c static void snr_uncore_mmio_enable_box(struct intel_uncore_box *box)
intel_uncore_box 4432 arch/x86/events/intel/uncore_snbep.c static void snr_uncore_mmio_enable_event(struct intel_uncore_box *box,
intel_uncore_box 4444 arch/x86/events/intel/uncore_snbep.c static void snr_uncore_mmio_disable_event(struct intel_uncore_box *box,