Searched refs:box_ctls (Results 1 – 3 of 3) sorted by relevance
459 if (!type->box_ctls || !type->box_ctls[box->dieid] || !type->mmio_offsets) in generic_uncore_mmio_box_ctl()462 return type->box_ctls[box->dieid] + type->mmio_offsets[box->pmu->pmu_idx]; in generic_uncore_mmio_box_ctl()560 uncore->box_ctls = type->box_ctrl_die; in uncore_update_uncore_type()568 uncore->box_ctls = type->box_ctrl_die; in uncore_update_uncore_type()
1066 if (!type->box_ctls[die]) in uncore_pci_find_dev_pmu_from_types()1068 box_ctl = type->box_ctls[die] + type->pci_offsets[i]; in uncore_pci_find_dev_pmu_from_types()1359 if (!type->box_ctls[die]) in uncore_pci_pmus_register()1361 box_ctl = type->box_ctls[die] + type->pci_offsets[i]; in uncore_pci_pmus_register()
62 u64 *box_ctls; /* Unit ctrl addr of the first box of each die */ member