Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/plat/nvidia/tegra/soc/t186/drivers/mce/
Dmce.c35 .is_ccx_allowed = nvg_is_ccx_allowed,
58 .is_ccx_allowed = ari_is_ccx_allowed,
218 ret = ops->is_ccx_allowed(cpu_ari_base, arg0, arg1); in mce_command_handler()
/external/arm-trusted-firmware/plat/nvidia/tegra/soc/t186/drivers/include/
Dmce_private.h136 int32_t (*is_ccx_allowed)(uint32_t ari_base, uint32_t state, member