Home
last modified time | relevance | path

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

/rk3399_ARM-atf/docs/security_advisories/
H A 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.
/rk3399_ARM-atf/docs/resources/diagrams/plantuml/
H A Dsdei_general.puml15 EL2->EL3: **SDEI_INTERRUPT_BIND**(irq)
/rk3399_ARM-atf/include/services/
H A Dsdei.h30 #define SDEI_INTERRUPT_BIND 0xC400002DU macro
/rk3399_ARM-atf/docs/components/
H A 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
/rk3399_ARM-atf/services/std_svc/sdei/
H A Dsdei_main.c1091 case SDEI_INTERRUPT_BIND: in sdei_smc_handler()