Home
last modified time | relevance | path

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

/tf-a-ffa_el3_spmc/plat/nvidia/tegra/soc/t194/
A Dplat_ras.c232 if (ERR_STATUS_GET_FIELD(status, CE) != 0U) { in tegra194_ras_corrected_err_clear()
277 uint32_t ierr = (uint32_t)ERR_STATUS_GET_FIELD(status, IERR); in tegra194_ras_node_handler()
278 uint32_t serr = (uint32_t)ERR_STATUS_GET_FIELD(status, SERR); in tegra194_ras_node_handler()
282 if (ERR_STATUS_GET_FIELD(status, V) == 0U) { in tegra194_ras_node_handler()
294 if (ERR_STATUS_GET_FIELD(status, UE) != 0U) { in tegra194_ras_node_handler()
317 if (ERR_STATUS_GET_FIELD(status, OF) != 0U) { in tegra194_ras_node_handler()
326 if (ERR_STATUS_GET_FIELD(status, MV) != 0U) { in tegra194_ras_node_handler()
333 if (ERR_STATUS_GET_FIELD(status, AV) != 0U) { in tegra194_ras_node_handler()
339 if (ERR_STATUS_GET_FIELD(status, DE) != 0U) { in tegra194_ras_node_handler()
/tf-a-ffa_el3_spmc/lib/extensions/ras/
A Dstd_err_record.c71 if (ERR_STATUS_GET_FIELD(status, V) != 0U) { in ser_probe_sysreg()
/tf-a-ffa_el3_spmc/include/lib/extensions/
A Dras_arch.h75 #define ERR_STATUS_GET_FIELD(_status, _field) \ macro

Completed in 5 milliseconds