Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/events/intel/
H A Duncore_discovery.c479 if (!type->box_ctls || !type->box_ctls[box->dieid] || !type->mmio_offsets) in generic_uncore_mmio_box_ctl()
482 return type->box_ctls[box->dieid] + type->mmio_offsets[box->pmu->pmu_idx]; in generic_uncore_mmio_box_ctl()
580 uncore->box_ctls = type->box_ctrl_die; in uncore_update_uncore_type()
588 uncore->box_ctls = type->box_ctrl_die; in uncore_update_uncore_type()
H A Duncore.c1087 if (!type->box_ctls[die]) in uncore_pci_find_dev_pmu_from_types()
1089 box_ctl = type->box_ctls[die] + type->pci_offsets[i]; in uncore_pci_find_dev_pmu_from_types()
1380 if (!type->box_ctls[die]) in uncore_pci_pmus_register()
1382 box_ctl = type->box_ctls[die] + type->pci_offsets[i]; in uncore_pci_pmus_register()
H A Duncore.h65 u64 *box_ctls; /* Unit ctrl addr of the first box of each die */ member
H A Duncore_snbep.c6543 type->box_ctls = ctls; in spr_update_device_location()