Lines Matching defs:pkg
44 * @pkg: (input) The package where the register is located.
53 int pkg;
64 .pkg = package, \
119 /* Get the target CPU in the package @reg->pkg. */
121 if (reg->pkg == topology_physical_package_id(cpu))
141 /* Get the bitmap of memory controller instances in package @pkg. */
142 static u32 get_imc_bitmap(struct res_config *cfg, int pkg, bool north)
144 DEFINE_LOCAL_REG(reg, cfg, pkg, north, pcu, 0, capid3);
150 pkg, north ? "north" : "south",
166 unsigned long bitmap = get_imc_bitmap(cfg, d->pkg, north);
177 d->pkg, lmc, base, size);
231 DEFINE_LOCAL_REG(reg, cfg, d->pkg, true, ubox, 0, socket_id);
302 d->pkg = i;
370 DEFINE_LOCAL_REG(reg, cfg, d->pkg, true, ha, ha_idx, mode);