Home
last modified time | relevance | path

Searched refs:REGISTER_SDEI_MAP (Results 1 – 7 of 7) sorted by relevance

/trusted-firmware-a/plat/imx/common/
A Dimx_sdei.c32 REGISTER_SDEI_MAP(imx_sdei_private, imx_sdei_shared);
/trusted-firmware-a/plat/xilinx/zynqmp/
A Dzynqmp_sdei.c37 REGISTER_SDEI_MAP(zynqmp_sdei_private, zynqmp_sdei_shared);
/trusted-firmware-a/plat/nvidia/tegra/common/
A Dtegra_sdei.c56 REGISTER_SDEI_MAP(tegra_sdei_private, tegra_sdei_shared);
/trusted-firmware-a/plat/arm/common/aarch64/
A Darm_sdei.c66 REGISTER_SDEI_MAP(arm_sdei_private, arm_sdei_shared);
/trusted-firmware-a/include/services/
A Dsdei.h83 #define REGISTER_SDEI_MAP(_private, _shared) \ macro
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/components/
A Dsdei.rst.txt88 SDEI dispatcher using the ``REGISTER_SDEI_MAP()`` macro, passing it the pointers
90 ``REGISTER_SDEI_MAP()`` macro must be used in the same file where the arrays are
110 - Both arrays should be one-dimensional. The ``REGISTER_SDEI_MAP()`` macro
172 REGISTER_SDEI_MAP(plat_private_sdei, plat_shared_sdei);
/trusted-firmware-a/docs/components/
A Dsdei.rst88 SDEI dispatcher using the ``REGISTER_SDEI_MAP()`` macro, passing it the pointers
90 ``REGISTER_SDEI_MAP()`` macro must be used in the same file where the arrays are
110 - Both arrays should be one-dimensional. The ``REGISTER_SDEI_MAP()`` macro
172 REGISTER_SDEI_MAP(plat_private_sdei, plat_shared_sdei);

Completed in 9 milliseconds