Lines Matching defs:residency
22 u_register_t residency;
105 * This function updates the PSCI STATS(residency time and count) for CPU
116 u_register_t residency;
125 /* Call into platform interface to calculate residency. */
126 residency = plat_psci_stat_get_residency(PSCI_CPU_PWR_LVL,
130 psci_cpu_stat[cpu_idx][stat_idx].residency += residency;
151 /* Call into platform interface to calculate residency. */
152 residency = plat_psci_stat_get_residency(lvl, state_info,
162 psci_non_cpu_stat[parent_idx][stat_idx].residency += residency;
171 * This function returns the appropriate count and residency time of the
237 return psci_stat.residency;