Home
last modified time | relevance | path

Searched refs:INTR_TYPE_S_EL1 (Results 1 – 20 of 20) sorted by relevance

/trusted-firmware-a/plat/common/
A Dplat_gicv2.c76 return INTR_TYPE_S_EL1; in plat_ic_get_pending_interrupt_type()
111 INTR_TYPE_S_EL1; in plat_ic_get_interrupt_type()
136 assert((type == INTR_TYPE_S_EL1) || (type == INTR_TYPE_EL3) || in plat_interrupt_type_to_line()
201 case INTR_TYPE_S_EL1: in plat_ic_has_interrupt_type()
223 case INTR_TYPE_S_EL1: in plat_ic_set_interrupt_type()
A Dplat_gicv3.c46 CASSERT((INTR_TYPE_S_EL1 == INTR_GROUP1S) &&
86 type = INTR_TYPE_S_EL1; in plat_ic_get_pending_interrupt_type()
145 assert((type == INTR_TYPE_S_EL1) || in plat_interrupt_type_to_line()
153 case INTR_TYPE_S_EL1: in plat_interrupt_type_to_line()
226 assert((type == INTR_TYPE_EL3) || (type == INTR_TYPE_S_EL1) || in plat_ic_has_interrupt_type()
/trusted-firmware-a/bl31/
A Dinterrupt_mgmt.c50 if ((type == INTR_TYPE_S_EL1) || (type == INTR_TYPE_NS) || in validate_interrupt_type()
64 if (type == INTR_TYPE_S_EL1) in validate_routing_model()
87 scr_el3 |= intr_type_descs[INTR_TYPE_S_EL1].scr_el3[security_state]; in get_scr_el3_from_routing_model()
/trusted-firmware-a/services/spd/tlkd/
A Dtlkd_main.c72 disable_intr_rm_local(INTR_TYPE_S_EL1, SECURE); in tlkd_interrupt_handler()
142 ret = register_interrupt_type_handler(INTR_TYPE_S_EL1, in tlkd_setup()
/trusted-firmware-a/plat/marvell/armada/common/
A Dmarvell_gicv2.c127 rc = register_interrupt_type_handler(INTR_TYPE_S_EL1, in mvebu_pmu_interrupt_enable()
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/components/
A Dplatform-interrupt-controller-API.rst.txt132 parameter ``type`` shall be one of ``INTR_TYPE_EL3``, ``INTR_TYPE_S_EL1``, or
150 - For interrupt type ``INTR_TYPE_S_EL1``:
173 - ``INTR_TYPE_S_EL1``: interrupt is meant to be consumed by Secure EL1.
185 - ``INTR_TYPE_S_EL1`` maps to Secure Group 1 interrupt.
194 ``INTR_TYPE_S_EL1`` maps to Group 0. Otherwise, ``INTR_TYPE_EL3`` maps to
/trusted-firmware-a/docs/components/
A Dplatform-interrupt-controller-API.rst132 parameter ``type`` shall be one of ``INTR_TYPE_EL3``, ``INTR_TYPE_S_EL1``, or
150 - For interrupt type ``INTR_TYPE_S_EL1``:
173 - ``INTR_TYPE_S_EL1``: interrupt is meant to be consumed by Secure EL1.
185 - ``INTR_TYPE_S_EL1`` maps to Secure Group 1 interrupt.
194 ``INTR_TYPE_S_EL1`` maps to Group 0. Otherwise, ``INTR_TYPE_EL3`` maps to
/trusted-firmware-a/include/bl31/
A Dinterrupt_mgmt.h16 #define INTR_TYPE_S_EL1 U(0) macro
/trusted-firmware-a/plat/hisilicon/hikey960/
A Dhikey960_bl31_setup.c201 rc = register_interrupt_type_handler(INTR_TYPE_S_EL1, in bl31_plat_runtime_setup()
/trusted-firmware-a/plat/rpi/common/
A Drpi3_common.c236 assert((type == INTR_TYPE_S_EL1) || (type == INTR_TYPE_EL3) || in plat_interrupt_type_to_line()
/trusted-firmware-a/services/spd/opteed/
A Dopteed_main.c302 rc = register_interrupt_type_handler(INTR_TYPE_S_EL1, in opteed_smc_handler()
/trusted-firmware-a/services/spd/tspd/
A Dtspd_main.c465 rc = register_interrupt_type_handler(INTR_TYPE_S_EL1, in tspd_smc_handler()
/trusted-firmware-a/services/spd/trusty/
A Dtrusty.c486 ret = register_interrupt_type_handler(INTR_TYPE_S_EL1, in trusty_setup()
/trusted-firmware-a/services/std_svc/spmd/
A Dspmd_main.c358 rc = register_interrupt_type_handler(INTR_TYPE_S_EL1, in spmd_spmc_init()
/trusted-firmware-a/docs/design/
A Dinterrupt-framework-design.rst53 #define INTR_TYPE_S_EL1 0
361 ``INTR_TYPE_S_EL1``, ``INTR_TYPE_NS`` & ``INTR_TYPE_EL3``. The ``flags`` parameter
468 rc = register_interrupt_type_handler(INTR_TYPE_S_EL1,
654 It should return either ``INTR_TYPE_S_EL1`` or ``INTR_TYPE_NS``.
A Dfirmware-design.rst1333 - Interrupt type (one of ``INTR_TYPE_EL3``, ``INTR_TYPE_S_EL1``,
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/design/
A Dinterrupt-framework-design.rst.txt53 #define INTR_TYPE_S_EL1 0
361 ``INTR_TYPE_S_EL1``, ``INTR_TYPE_NS`` & ``INTR_TYPE_EL3``. The ``flags`` parameter
468 rc = register_interrupt_type_handler(INTR_TYPE_S_EL1,
654 It should return either ``INTR_TYPE_S_EL1`` or ``INTR_TYPE_NS``.
A Dfirmware-design.rst.txt1333 - Interrupt type (one of ``INTR_TYPE_EL3``, ``INTR_TYPE_S_EL1``,
/trusted-firmware-a/docs/getting_started/
A Dporting-guide.rst2704 ``INTR_TYPE_S_EL1`` and ``INTR_TYPE_NS``. This API must be invoked at EL3.
2829 interrupt type (one of ``INTR_TYPE_EL3``, ``INTR_TYPE_S_EL1`` and ``INTR_TYPE_NS``) is
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/getting_started/
A Dporting-guide.rst.txt2704 ``INTR_TYPE_S_EL1`` and ``INTR_TYPE_NS``. This API must be invoked at EL3.
2829 interrupt type (one of ``INTR_TYPE_EL3``, ``INTR_TYPE_S_EL1`` and ``INTR_TYPE_NS``) is

Completed in 32 milliseconds