Home
last modified time | relevance | path

Searched refs:plat_ic_get_interrupt_type (Results 1 – 10 of 10) sorted by relevance

/trusted-firmware-a/plat/common/
A Dplat_gicv2.c23 #pragma weak plat_ic_get_interrupt_type macro
100 uint32_t plat_ic_get_interrupt_type(uint32_t id) in plat_ic_get_interrupt_type() function
248 assert(plat_ic_get_interrupt_type(sgi_num) == INTR_TYPE_EL3); in plat_ic_raise_el3_sgi()
A Dplat_gicv3.c28 #pragma weak plat_ic_get_interrupt_type macro
117 uint32_t plat_ic_get_interrupt_type(uint32_t id) in plat_ic_get_interrupt_type() function
242 assert(plat_ic_get_interrupt_type((unsigned int)sgi_num) == in plat_ic_raise_el3_sgi()
/trusted-firmware-a/services/std_svc/sdei/
A Dsdei_main.c415 if (plat_ic_get_interrupt_type(map->intr) != INTR_TYPE_NS) in sdei_event_register()
661 assert(plat_ic_get_interrupt_type(map->intr) == INTR_TYPE_EL3); in sdei_event_unregister()
757 if (plat_ic_get_interrupt_type(intr_num) != INTR_TYPE_NS) in sdei_interrupt_bind()
A Dsdei_private.h157 (plat_ic_get_interrupt_type(intr) == INTR_TYPE_EL3)); in is_secure_sgi()
/trusted-firmware-a/include/plat/common/
A Dplatform.h85 uint32_t plat_ic_get_interrupt_type(uint32_t id);
/trusted-firmware-a/docs/design/
A Dinterrupt-framework-design.rst652 uint32_t plat_ic_get_interrupt_type(void);
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/design/
A Dinterrupt-framework-design.rst.txt652 uint32_t plat_ic_get_interrupt_type(void);
/trusted-firmware-a/docs/getting_started/
A Dporting-guide.rst2819 Function : plat_ic_get_interrupt_type() [mandatory]
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/getting_started/
A Dporting-guide.rst.txt2819 Function : plat_ic_get_interrupt_type() [mandatory]
/trusted-firmware-a/build/qemu/release/bl31/
A Dbl31.map333 .text.plat_ic_get_interrupt_type

Completed in 22 milliseconds