Home
last modified time | relevance | path

Searched refs:cpu_ari_base (Results 1 – 1 of 1) sorted by relevance

/trusted-firmware-a-latest/plat/nvidia/tegra/soc/t186/drivers/mce/
Dmce.c163 uint32_t cpu_ari_base; in mce_command_handler() local
173 cpu_ari_base = mce_get_curr_cpu_ari_base(); in mce_command_handler()
177 ret = ops->enter_cstate(cpu_ari_base, arg0, arg1); in mce_command_handler()
190 ret = ops->update_cstate_info(cpu_ari_base, (uint32_t)arg0, in mce_command_handler()
201 ret = ops->update_crossover_time(cpu_ari_base, arg0, arg1); in mce_command_handler()
206 ret64 = ops->read_cstate_stats(cpu_ari_base, arg0); in mce_command_handler()
215 ret = ops->write_cstate_stats(cpu_ari_base, arg0, arg1); in mce_command_handler()
220 ret = ops->is_ccx_allowed(cpu_ari_base, arg0, arg1); in mce_command_handler()
228 ret = ops->is_sc7_allowed(cpu_ari_base, arg0, arg1); in mce_command_handler()
237 ret = ops->online_core(cpu_ari_base, arg0); in mce_command_handler()
[all …]