Home
last modified time | relevance | path

Searched refs:PLAT_SDEI_NORMAL_PRI (Results 1 – 19 of 19) sorted by relevance

/trusted-firmware-a-latest/plat/arm/board/arm_fpga/include/
Dplatform_def.h39 #define PLAT_SDEI_NORMAL_PRI 0x70 macro
74 INTR_PROP_DESC(ARM_IRQ_SEC_SGI_0, PLAT_SDEI_NORMAL_PRI, (grp), \
/trusted-firmware-a-latest/plat/xilinx/zynqmp/
Dzynqmp_ehf.c20 EHF_PRI_DESC(PLAT_PRI_BITS, PLAT_SDEI_NORMAL_PRI),
/trusted-firmware-a-latest/plat/imx/common/
Dimx_ehf.c17 EHF_PRI_DESC(PLAT_PRI_BITS, PLAT_SDEI_NORMAL_PRI),
Dplat_imx8_gic.c26 INTR_PROP_DESC(PLAT_SDEI_SGI_PRIVATE, PLAT_SDEI_NORMAL_PRI,
/trusted-firmware-a-latest/plat/common/aarch64/
Dplat_ehf.c25 EHF_PRI_DESC(PLAT_PRI_BITS, PLAT_SDEI_NORMAL_PRI),
/trusted-firmware-a-latest/plat/qemu/qemu/include/
Dplatform_def.h277 INTR_PROP_DESC(QEMU_IRQ_SEC_SGI_0, PLAT_SDEI_NORMAL_PRI, (grp), \
283 INTR_PROP_DESC(QEMU_IRQ_SEC_SGI_0, PLAT_SDEI_NORMAL_PRI, (grp), \
300 #define PLAT_SDEI_NORMAL_PRI 0x70 macro
/trusted-firmware-a-latest/plat/xilinx/zynqmp/include/
Dplatform_def.h123 #define PLAT_SDEI_NORMAL_PRI 0x20 macro
173 INTR_PROP_DESC(ARM_IRQ_SEC_SGI_0, PLAT_SDEI_NORMAL_PRI, grp, \
/trusted-firmware-a-latest/plat/nvidia/tegra/include/
Dplatform_def.h97 #define PLAT_SDEI_NORMAL_PRI U(0x30) macro
/trusted-firmware-a-latest/services/std_svc/sdei/
Dsdei_private.h33 #ifndef PLAT_SDEI_NORMAL_PRI
176 PLAT_SDEI_NORMAL_PRI); in sdei_event_priority()
Dsdei_main.c38 CASSERT(PLAT_SDEI_CRITICAL_PRI < PLAT_SDEI_NORMAL_PRI,
236 ehf_register_priority_handler(PLAT_SDEI_NORMAL_PRI, in sdei_init()
/trusted-firmware-a-latest/plat/brcm/board/stingray/include/
Dplatform_def.h254 INTR_PROP_DESC(BRCM_IRQ_SEC_SGI_0, PLAT_SDEI_NORMAL_PRI, (grp), \
Dsr_def.h502 #define PLAT_SDEI_NORMAL_PRI 0x70 macro
/trusted-firmware-a-latest/include/plat/nuvoton/common/
Dnpcm845x_arm_def.h234 PLAT_SDEI_NORMAL_PRI, (grp), GIC_INTR_CFG_EDGE), \
530 #define PLAT_SDEI_NORMAL_PRI 0x70 macro
/trusted-firmware-a-latest/plat/imx/imx8m/imx8mm/include/
Dplatform_def.h39 #define PLAT_SDEI_NORMAL_PRI 0x20 macro
/trusted-firmware-a-latest/plat/imx/imx8m/imx8mn/include/
Dplatform_def.h40 #define PLAT_SDEI_NORMAL_PRI 0x20 macro
/trusted-firmware-a-latest/plat/imx/imx8m/imx8mp/include/
Dplatform_def.h61 #define PLAT_SDEI_NORMAL_PRI 0x20 macro
/trusted-firmware-a-latest/include/plat/arm/common/
Darm_def.h286 INTR_PROP_DESC(ARM_IRQ_SEC_SGI_0, PLAT_SDEI_NORMAL_PRI, (grp), \
772 #define PLAT_SDEI_NORMAL_PRI 0x70 macro
/trusted-firmware-a-latest/docs/components/
Dexception-handling.rst284 ``PLAT_SDEI_CRITICAL_PRI``, and ``PLAT_SDEI_NORMAL_PRI`` —and registers the
/trusted-firmware-a-latest/docs/
Dporting-guide.rst2377 Macro: PLAT_SDEI_NORMAL_PRI [mandatory]
2389 (therefore of higher priority) than ``PLAT_SDEI_NORMAL_PRI``.