| /rk3399_ARM-atf/lib/psci/ |
| H A D | psci_stat.c | 22 u_register_t residency; member 114 u_register_t residency; in psci_stats_update_pwr_up() local 124 residency = plat_psci_stat_get_residency(PSCI_CPU_PWR_LVL, in psci_stats_update_pwr_up() 128 psci_cpu_stat[cpu_idx][stat_idx].residency += residency; in psci_stats_update_pwr_up() 150 residency = plat_psci_stat_get_residency(lvl, state_info, in psci_stats_update_pwr_up() 160 psci_non_cpu_stat[parent_idx][stat_idx].residency += residency; in psci_stats_update_pwr_up() 235 return psci_stat.residency; in psci_stat_residency()
|
| /rk3399_ARM-atf/plat/mediatek/drivers/spm/mt8188/constraints/ |
| H A D | mt_spm_rc_api.c | 92 dest->residency = src->residency; in spm_rc_constraint_status_get() 94 src->residency = 0; in spm_rc_constraint_status_get() 129 dest->residency = 0; in spm_rc_constraint_status_set()
|
| H A D | mt_spm_rc_dram.c | 78 .residency = 0ULL, 290 status.residency += (waken != NULL) ? waken->tr.comm.timer_out : 0; in spm_reset_rc_dram()
|
| H A D | mt_spm_rc_syspll.c | 90 .residency = 0ULL, 337 status.residency += (waken != NULL) ? waken->tr.comm.timer_out : 0; in spm_reset_rc_syspll()
|
| H A D | mt_spm_rc_bus26m.c | 106 .residency = 0ULL, 368 status.residency += (waken != NULL) ? waken->tr.comm.timer_out : 0; in spm_reset_rc_bus26m()
|
| /rk3399_ARM-atf/plat/mediatek/drivers/spm/ |
| H A D | mt_spm_rc_api_common.c | 44 dest->residency = src->residency; in spm_rc_constraint_status_get() 46 src->residency = 0; in spm_rc_constraint_status_get() 79 dest->residency = 0; in spm_rc_constraint_status_set()
|
| /rk3399_ARM-atf/docs/perf/ |
| H A D | psci-performance-instr.rst | 28 ``psci_svc`` to track its residency statistics. 42 PSCI Statistics is a runtime service that provides residency statistics for 43 power states used by the platform. The service tracks residency time and 73 The implementation provides residency statistics only for low power states,
|
| /rk3399_ARM-atf/plat/mediatek/drivers/spm/mt8188/ |
| H A D | mt_spm_constraint.h | 55 uint64_t residency; member
|
| /rk3399_ARM-atf/plat/mediatek/drivers/spm/mt8196/constraints/ |
| H A D | mt_spm_rc_bus26m.c | 66 .residency = 0, 226 status.residency += waken ? in spm_reset_rc_bus26m()
|
| H A D | mt_spm_rc_syspll.c | 58 .residency = 0, 232 status.residency += waken ? in spm_reset_rc_syspll()
|
| H A D | mt_spm_rc_vcore.c | 57 .residency = 0, 224 status.residency += waken ? in spm_reset_rc_vcore()
|
| /rk3399_ARM-atf/plat/mediatek/drivers/spm/mt8189/constraints/ |
| H A D | mt_spm_rc_syspll.c | 56 .residency = 0, 223 status.residency += waken ? waken->tr.comm.timer_out : in spm_reset_rc_syspll()
|
| H A D | mt_spm_rc_vcore.c | 69 .residency = 0, 249 status.residency += waken ? waken->tr.comm.timer_out : in spm_reset_rc_vcore()
|
| H A D | mt_spm_rc_bus26m.c | 75 .residency = 0, 262 status.residency += waken ? waken->tr.comm.timer_out : in spm_reset_rc_bus26m()
|
| /rk3399_ARM-atf/plat/mediatek/drivers/spm/common/ |
| H A D | mt_spm_constraint.h | 50 unsigned long long residency; member
|
| /rk3399_ARM-atf/fdts/ |
| H A D | fvp-base-psci-common.dtsi | 55 min-residency-us = <150>; 64 min-residency-us = <2500>;
|
| H A D | morello-fvp.dts | 41 min-residency-us = <2500>; 50 min-residency-us = <200>;
|
| H A D | morello-soc.dts | 42 min-residency-us = <2500>; 51 min-residency-us = <200>;
|
| H A D | tc-base.dtsi | 115 min-residency-us = <2000>; 123 min-residency-us = <2500>;
|
| /rk3399_ARM-atf/docs/design_documents/ |
| H A D | psci_osi_mode.rst | 429 min-residency-us = <700>; 440 min-residency-us = <2000>; 562 min-residency-us = <1774>; 572 min-residency-us = <4001>; 582 min-residency-us = <2207>; 592 min-residency-us = <5555>; 604 min-residency-us = <9926>; 712 multiple CPUs. The count and residency results for state3 (i.e. a cluster domain
|
| /rk3399_ARM-atf/docs/ |
| H A D | porting-guide.rst | 2926 This is an optional hook that platforms can implement for residency statistics 2932 residency statistics. For higher levels (array indices > 0), the residency 2944 This is an optional hook that platforms can implement for residency statistics 2950 residency statistics. For higher levels (array indices > 0), the residency 2971 CPU in the power domain to suspend and may be needed to calculate the residency
|
| H A D | change-log.md | 11954 when calculating residency in AArch32 execution state. 12414 - Introduced new platform interfaces that decouple PSCI stat residency 12520 - PSCI STAT residency and count functions have been added on Arm platforms by
|
| /rk3399_ARM-atf/docs/getting_started/ |
| H A D | build-options.rst | 599 be enabled. If ``ENABLE_PMF`` is set, the residency statistics are tracked in
|