Home
last modified time | relevance | path

Searched refs:interrupt_type (Results 1 – 2 of 2) sorted by relevance

/rk3399_ARM-atf/plat/common/
H A Dplat_gicv2.c72 uint32_t interrupt_type; in plat_ic_get_pending_interrupt_type() local
79 interrupt_type = INTR_TYPE_EL3; in plat_ic_get_pending_interrupt_type()
81 interrupt_type = INTR_TYPE_S_EL1; in plat_ic_get_pending_interrupt_type()
86 interrupt_type = INTR_TYPE_INVAL; in plat_ic_get_pending_interrupt_type()
88 interrupt_type = INTR_TYPE_NS; in plat_ic_get_pending_interrupt_type()
92 return interrupt_type; in plat_ic_get_pending_interrupt_type()
/rk3399_ARM-atf/docs/design/
H A Dinterrupt-framework-design.rst661 interrupt_type_handler get_interrupt_type_handler(uint32_t interrupt_type);