Lines Matching defs:lvl
79 unsigned int lvl, parent_idx;
87 for (lvl = PSCI_CPU_PWR_LVL + 1U; lvl <= end_pwrlvl; lvl++) {
90 if (is_local_state_run(state_info->pwr_domain_state[lvl]) != 0)
112 unsigned int lvl, parent_idx;
142 for (lvl = PSCI_CPU_PWR_LVL + 1U; lvl <= end_pwrlvl; lvl++) {
143 local_state = state_info->pwr_domain_state[lvl];
152 residency = plat_psci_stat_get_residency(lvl, state_info,
159 stat_idx = get_stat_idx(local_state, lvl);
179 unsigned int pwrlvl, lvl, parent_idx, target_idx;
211 for (lvl = PSCI_CPU_PWR_LVL + 1U; lvl < pwrlvl; lvl++)