Lines Matching refs:of
5 abstracts the runtime configuration and control of interrupt controller from the
17 This API should return the priority of the interrupt the PE is currently
21 In the case of Arm standard platforms using GIC, the *Running Priority Register*
22 is read to determine the priority of the interrupt.
71 This API should return the *active* status of the interrupt ID specified by the
74 In case of Arm standard platforms using GIC, the implementation of the API reads
75 the GIC *Set Active Register* to read and return the active status of the
89 In case of Arm standard platforms using GIC, the implementation of the API
104 In case of Arm standard platforms using GIC, the implementation of the API
117 This API should set the priority of the interrupt specified by first parameter
120 In case of Arm standard platforms using GIC, the implementation of the API
132 parameter ``type`` shall be one of ``INTR_TYPE_EL3``, ``INTR_TYPE_S_EL1``, or
135 In case of Arm standard platforms using GICv3, the implementation of the API
138 In case of Arm standard platforms using GICv2, the API always return *true* for
139 ``INTR_TYPE_NS``. Return value for other types depends on the value of build
169 one of:
177 In case of Arm standard platforms using GIC, the implementation of the API
207 the ID of the SGI. The second parameter, ``target``, must be the MPIDR of the
210 In case of Arm standard platforms using GIC, the implementation of the API
224 This API should set the routing mode of Share Peripheral Interrupt (SPI)
228 The ``routing_mode`` parameter can be one of:
236 In case of Arm standard platforms using GIC, the implementation of the API
251 In case of Arm standard platforms using GIC, the implementation of the API
264 This API should clear the *Pending* status of the interrupt specified by first
267 In case of Arm standard platforms using GIC, the implementation of the API
280 controller such that only interrupts of higher priority than the supplied one
284 In case of Arm standard platforms using GIC, the implementation of the API
297 This API performs the operations of plat_ic_set_priority_mask along with
302 In case of Arm standard platforms using GIC, the implementation of the API
323 In case of Arm standard platforms using GIC, the implementation of the API