Home
last modified time | relevance | path

Searched refs:SDEI_INTERRUPT_BIND (Results 1 – 5 of 5) sorted by relevance

/trusted-firmware-a-latest/docs/security_advisories/
Dsecurity-advisory-tfv-11.rst27 rogue Non-secure caller invoking a SDEI_INTERRUPT_BIND SMC call with an invalid
30 SDEI_INTERRUPT_BIND is used to bind any physical interrupt into a normal
33 Refer to SDEI_INTERRUPT_BIND in the `SDEI Specification`_ for further details.
/trusted-firmware-a-latest/docs/resources/diagrams/plantuml/
Dsdei_general.puml15 EL2->EL3: **SDEI_INTERRUPT_BIND**(irq)
/trusted-firmware-a-latest/include/services/
Dsdei.h30 #define SDEI_INTERRUPT_BIND 0xC400002DU macro
/trusted-firmware-a-latest/docs/components/
Dsdei.rst131 ``SDEI_INTERRUPT_BIND`` and ``SDEI_INTERRUPT_RELEASE`` calls.
373 The binding of event is done using ``SDEI_INTERRUPT_BIND`` SMC call to associate
/trusted-firmware-a-latest/services/std_svc/sdei/
Dsdei_main.c1057 case SDEI_INTERRUPT_BIND: in sdei_smc_handler()