Searched refs:EHF_REGISTER_PRIORITIES (Results 1 – 7 of 7) sorted by relevance
/tf-a-ffa_el3_spmc/plat/xilinx/zynqmp/ |
A D | zynqmp_ehf.c | 24 EHF_REGISTER_PRIORITIES(zynqmp_exceptions, ARRAY_SIZE(zynqmp_exceptions), PLAT_PRI_BITS);
|
/tf-a-ffa_el3_spmc/plat/imx/common/ |
A D | imx_ehf.c | 22 EHF_REGISTER_PRIORITIES(imx_exceptions, ARRAY_SIZE(imx_exceptions), PLAT_PRI_BITS);
|
/tf-a-ffa_el3_spmc/plat/common/aarch64/ |
A D | plat_ehf.c | 37 EHF_REGISTER_PRIORITIES(plat_exceptions, ARRAY_SIZE(plat_exceptions), PLAT_PRI_BITS);
|
/tf-a-ffa_el3_spmc/include/bl31/ |
A D | ehf.h | 34 #define EHF_REGISTER_PRIORITIES(priorities, num, bits) \ macro
|
/tf-a-ffa_el3_spmc/plat/socionext/synquacer/ |
A D | sq_spm.c | 75 EHF_REGISTER_PRIORITIES(sq_exceptions, ARRAY_SIZE(sq_exceptions), PLAT_PRI_BITS);
|
/tf-a-ffa_el3_spmc/plat/qemu/common/ |
A D | qemu_spm.c | 125 EHF_REGISTER_PRIORITIES(qemu_exceptions, ARRAY_SIZE(qemu_exceptions),
|
/tf-a-ffa_el3_spmc/docs/components/ |
A D | exception-handling.rst | 224 ``EHF_REGISTER_PRIORITIES()`` macro. 326 EHF_REGISTER_PRIORITIES(plat_exceptions, ARRAY_SIZE(plat_exceptions), 607 ``EHF_REGISTER_PRIORITIES()`` macro is currently limited to 32. This serves most
|
Completed in 7 milliseconds