Lines Matching defs:hw
129 #define PG_CMT_HW_SUSPECT(hw) PGHW_IS_PM_DOMAIN(hw)
241 pg_cmt_policy(pghw_type_t hw)
248 if ((p = pg_plat_cmt_policy(hw)) != CMT_NO_POLICY)
251 switch (hw) {
505 pghw_type_t hw;
529 for (hw = PGHW_START; hw < PGHW_NUM_COMPONENTS; hw++) {
534 * We're only interested in the hw sharing relationships
537 policy = pg_cmt_policy(hw);
539 pg_plat_hw_shared(cp, hw) == 0)
547 if (cmt_hw_blacklisted[hw] == 1)
552 * the hw sharing relationship in which cp
558 pg = (pg_cmt_t *)pghw_place_cpu(cp, hw);
567 pghw_init((pghw_t *)pg, cp, hw);
609 if (hw == PGHW_CACHE)
1474 pghw_type_t hw;
1483 hw = ((pghw_t *)pg_bad)->pghw_hw;
1485 if (hw == PGHW_POW_ACTIVE) {
1488 } else if (hw == PGHW_POW_IDLE) {
1510 hwset = pghw_set_lookup(hw);
1521 cmt_hw_blacklisted[hw] = 1;