Searched refs:PLAT_PRI_BITS (Results 1 – 14 of 14) sorted by relevance
/trusted-firmware-a-3.7.0/plat/common/aarch64/ |
D | plat_ehf.c | 17 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/ |
D | zynqmp_ehf.c | 17 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/ |
D | imx_ehf.c | 14 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/ |
D | sq_spm.c | 73 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/ |
D | platform_def.h | 94 #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/ |
D | platform_def.h | 103 #define PLAT_EHF_DESC EHF_PRI_DESC(PLAT_PRI_BITS, PLAT_REBOOT_PRI)
|
/trusted-firmware-a-3.7.0/plat/socionext/synquacer/include/ |
D | platform_def.h | 174 #define PLAT_PRI_BITS 2 macro
|
/trusted-firmware-a-3.7.0/plat/xilinx/zynqmp/include/ |
D | platform_def.h | 121 #define PLAT_PRI_BITS U(3) macro
|
/trusted-firmware-a-3.7.0/plat/imx/imx8m/imx8mm/include/ |
D | platform_def.h | 37 #define PLAT_PRI_BITS U(3) macro
|
/trusted-firmware-a-3.7.0/plat/imx/imx8m/imx8mn/include/ |
D | platform_def.h | 38 #define PLAT_PRI_BITS U(3) macro
|
/trusted-firmware-a-3.7.0/plat/qemu/qemu/include/ |
D | platform_def.h | 298 #define PLAT_PRI_BITS U(3) macro
|
/trusted-firmware-a-3.7.0/plat/imx/imx8m/imx8mp/include/ |
D | platform_def.h | 59 #define PLAT_PRI_BITS U(3) macro
|
/trusted-firmware-a-3.7.0/docs/components/ |
D | exception-handling.rst | 310 #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/ |
D | arm_def.h | 778 #define PLAT_PRI_BITS 3 macro
|