Searched refs:ari_base (Results 1 – 4 of 4) sorted by relevance
/trusted-firmware-a/plat/nvidia/tegra/soc/t186/drivers/mce/ |
A D | ari.c | 150 ari_clobber_response(ari_base); in ari_enter_cstate() 167 ari_clobber_response(ari_base); in ari_update_cstate_info() 208 ari_clobber_response(ari_base); in ari_update_crossover_time() 228 ari_clobber_response(ari_base); in ari_read_cstate_stats() 244 ari_clobber_response(ari_base); in ari_write_cstate_stats() 258 ari_clobber_response(ari_base); in ari_enumeration_misc() 283 ari_clobber_response(ari_base); in ari_is_ccx_allowed() 363 ari_clobber_response(ari_base); in ari_cc3_ctrl() 386 ari_clobber_response(ari_base); in ari_reset_vector_update() 401 ari_clobber_response(ari_base); in ari_roc_flush_cache_trbits() [all …]
|
A D | nvg.c | 24 (void)ari_base; in nvg_enter_cstate() 53 (void)ari_base; in nvg_update_cstate_info() 93 (void)ari_base; in nvg_update_crossover_time() 113 uint64_t nvg_read_cstate_stats(uint32_t ari_base, uint32_t state) in nvg_read_cstate_stats() argument 117 (void)ari_base; in nvg_read_cstate_stats() 141 (void)ari_base; in nvg_write_cstate_stats() 165 (void)ari_base; in nvg_is_ccx_allowed() 178 (void)ari_base; in nvg_is_sc7_allowed() 204 int32_t nvg_online_core(uint32_t ari_base, uint32_t core) in nvg_online_core() argument 210 (void)ari_base; in nvg_online_core() [all …]
|
A D | mce.c | 76 uint32_t ari_base; member 84 .ari_base = TEGRA_MMCRAB_BASE + MCE_ARI_APERTURE_0_OFFSET, 89 .ari_base = TEGRA_MMCRAB_BASE + MCE_ARI_APERTURE_1_OFFSET, 94 .ari_base = TEGRA_MMCRAB_BASE + MCE_ARI_APERTURE_2_OFFSET, 99 .ari_base = TEGRA_MMCRAB_BASE + MCE_ARI_APERTURE_3_OFFSET, 104 .ari_base = TEGRA_MMCRAB_BASE + MCE_ARI_APERTURE_4_OFFSET, 109 .ari_base = TEGRA_MMCRAB_BASE + MCE_ARI_APERTURE_5_OFFSET, 131 return mce_cfg_table[cpuid].ari_base; in mce_get_curr_cpu_ari_base()
|
/trusted-firmware-a/plat/nvidia/tegra/soc/t186/drivers/include/ |
A D | mce_private.h | 95 int32_t (*update_cstate_info)(uint32_t ari_base, 107 int32_t (*update_crossover_time)(uint32_t ari_base, 114 uint64_t (*read_cstate_stats)(uint32_t ari_base, 120 int32_t (*write_cstate_stats)(uint32_t ari_base, 158 int32_t (*cc3_ctrl)(uint32_t ari_base, 166 int32_t (*update_reset_vector)(uint32_t ari_base); 171 int32_t (*roc_flush_cache)(uint32_t ari_base); 183 int32_t (*roc_clean_cache)(uint32_t ari_base); 188 uint64_t (*read_write_mca)(uint32_t ari_base, 236 int32_t ari_roc_flush_cache(uint32_t ari_base); [all …]
|
Completed in 7 milliseconds