Searched refs:stats (Results 1 – 5 of 5) sorted by relevance
| /rk3399_ARM-atf/tools/memory/src/memory/ |
| H A D | summary.py | 214 for name, stats in self._modules.items(): 216 new_modules[relpath(name, common_prefix)] = stats 218 new_modules[name] = stats 369 def accumulate(tree_root: Dict[str, Any], size_key: str, stats: ModuleStats): 372 val = stats.get(size_key, 0) 382 def subtract(tree_root: Dict[str, Any], size_key: str, stats: ModuleStats): 386 cur["delta"] -= stats.get(size_key, 0) 394 cur["delta"] -= stats.get(size_key, 0)
|
| /rk3399_ARM-atf/plat/nvidia/tegra/soc/t186/drivers/include/ |
| H A D | mce_private.h | 122 uint32_t stats); 228 int32_t ari_write_cstate_stats(uint32_t ari_base, uint32_t state, uint32_t stats); 251 int32_t nvg_write_cstate_stats(uint32_t ari_base, uint32_t state, uint32_t stats);
|
| /rk3399_ARM-atf/plat/nvidia/tegra/soc/t186/drivers/mce/ |
| H A D | nvg.c | 137 int32_t nvg_write_cstate_stats(uint32_t ari_base, uint32_t state, uint32_t stats) in nvg_write_cstate_stats() argument 149 val = ((uint64_t)stats << MCE_CSTATE_STATS_TYPE_SHIFT) | state; in nvg_write_cstate_stats()
|
| H A D | ari.c | 241 int32_t ari_write_cstate_stats(uint32_t ari_base, uint32_t state, uint32_t stats) in ari_write_cstate_stats() argument 248 state, stats); in ari_write_cstate_stats()
|
| /rk3399_ARM-atf/docs/design_documents/ |
| H A D | psci_osi_mode.rst | 701 * The following stats have been captured with fixed CPU frequencies from the use
|