前面
可以看一下这些接口的含义以及gicv2和gicv3的差异点。
Platform Interrupt Controller API
This document lists the optional platform interrupt controller API that abstracts the runtime configuration and control of interrupt controller from the generic code. The mandatory APIs are described in the :ref:Porting Guide <porting_guide_imf_in_bl31>.
Function: unsigned int plat_ic_get_running_priority(void); [optional]
Argument : void
Return : unsigned int
This API should return the priority of the interrupt the PE is currently servicing. This must be be called only after an interrupt has already been

本文档列举了可选的Platform Interrupt Controller API,用于从通用代码中抽象出中断控制器的运行时配置和控制。介绍了plat_ic_get_running_priority、plat_ic_is_spi等函数,并对比了GICv2和GICv3的差异。
订阅专栏 解锁全文

被折叠的 条评论
为什么被折叠?



