Home
last modified time | relevance | path

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

/trusted-firmware-a-3.7.0/plat/common/aarch64/
Dplat_ehf.c17 EHF_PRI_DESC(PLAT_PRI_BITS, PLAT_RAS_PRI),
22 EHF_PRI_DESC(PLAT_PRI_BITS, PLAT_SDEI_CRITICAL_PRI),
25 EHF_PRI_DESC(PLAT_PRI_BITS, PLAT_SDEI_NORMAL_PRI),
31 EHF_PRI_DESC(PLAT_PRI_BITS, PLAT_SP_PRI),
34 EHF_PRI_DESC(PLAT_PRI_BITS, PLAT_SP_PRI),
45 EHF_REGISTER_PRIORITIES(plat_exceptions, ARRAY_SIZE(plat_exceptions), PLAT_PRI_BITS);
/trusted-firmware-a-3.7.0/plat/xilinx/zynqmp/
Dzynqmp_ehf.c17 EHF_PRI_DESC(PLAT_PRI_BITS, PLAT_SDEI_CRITICAL_PRI),
20 EHF_PRI_DESC(PLAT_PRI_BITS, PLAT_SDEI_NORMAL_PRI),
24 EHF_REGISTER_PRIORITIES(zynqmp_exceptions, ARRAY_SIZE(zynqmp_exceptions), PLAT_PRI_BITS);
/trusted-firmware-a-3.7.0/plat/imx/common/
Dimx_ehf.c14 EHF_PRI_DESC(PLAT_PRI_BITS, PLAT_SDEI_CRITICAL_PRI),
17 EHF_PRI_DESC(PLAT_PRI_BITS, PLAT_SDEI_NORMAL_PRI),
22 EHF_REGISTER_PRIORITIES(imx_exceptions, ARRAY_SIZE(imx_exceptions), PLAT_PRI_BITS);
/trusted-firmware-a-3.7.0/plat/socionext/synquacer/
Dsq_spm.c73 EHF_PRI_DESC(PLAT_PRI_BITS, PLAT_SP_PRI),
75 EHF_REGISTER_PRIORITIES(sq_exceptions, ARRAY_SIZE(sq_exceptions), PLAT_PRI_BITS);
/trusted-firmware-a-3.7.0/plat/nvidia/tegra/include/
Dplatform_def.h94 #define PLAT_PRI_BITS U(3) macro
100 #define PLAT_EHF_DESC EHF_PRI_DESC(PLAT_PRI_BITS,\
/trusted-firmware-a-3.7.0/plat/arm/board/rdn2/include/
Dplatform_def.h103 #define PLAT_EHF_DESC EHF_PRI_DESC(PLAT_PRI_BITS, PLAT_REBOOT_PRI)
/trusted-firmware-a-3.7.0/plat/socionext/synquacer/include/
Dplatform_def.h174 #define PLAT_PRI_BITS 2 macro
/trusted-firmware-a-3.7.0/plat/xilinx/zynqmp/include/
Dplatform_def.h121 #define PLAT_PRI_BITS U(3) macro
/trusted-firmware-a-3.7.0/plat/imx/imx8m/imx8mm/include/
Dplatform_def.h37 #define PLAT_PRI_BITS U(3) macro
/trusted-firmware-a-3.7.0/plat/imx/imx8m/imx8mn/include/
Dplatform_def.h38 #define PLAT_PRI_BITS U(3) macro
/trusted-firmware-a-3.7.0/plat/qemu/qemu/include/
Dplatform_def.h298 #define PLAT_PRI_BITS U(3) macro
/trusted-firmware-a-3.7.0/plat/imx/imx8m/imx8mp/include/
Dplatform_def.h59 #define PLAT_PRI_BITS U(3) macro
/trusted-firmware-a-3.7.0/docs/components/
Dexception-handling.rst310 #define PLAT_PRI_BITS 2
320 EHF_PRI_DESC(PLAT_PRI_BITS, DISP1_PRIO),
321 EHF_PRI_DESC(PLAT_PRI_BITS, DISP2_PRIO),
322 EHF_PRI_DESC(PLAT_PRI_BITS, DISP3_PRIO),
327 PLAT_PRI_BITS);
/trusted-firmware-a-3.7.0/include/plat/arm/common/
Darm_def.h778 #define PLAT_PRI_BITS 3 macro