• Home
  • Raw
  • Download

Lines Matching refs:API

1 Platform Interrupt Controller API
4 This document lists the optional platform interrupt controller API that
17 This API should return the priority of the interrupt the PE is currently
32 The API should return whether the interrupt ID (first parameter) is categorized
45 The API should return whether the interrupt ID (first parameter) is categorized
58 The API should return whether the interrupt ID (first parameter) is categorized
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
86 This API should enable the interrupt ID specified by the first parameter,
89 In case of Arm standard platforms using GIC, the implementation of the API
101 This API should disable the interrupt ID specified by the first parameter,
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
131 This API should return whether the platform supports a given interrupt type. The
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 ``1`` for
167 This API should set the interrupt specified by first parameter ``id`` to the
177 In case of Arm standard platforms using GIC, the implementation of the API
206 This API should raise an EL3 SGI. The first parameter, ``sgi_num``, specifies
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)
236 In case of Arm standard platforms using GIC, the implementation of the API
248 This API should set the interrupt specified by first parameter ``id`` to
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
279 This API should set the priority mask (first parameter) in the interrupt
281 may be signalled to the PE. The API should return the current priority value
284 In case of Arm standard platforms using GIC, the implementation of the API
299 This API should extract and return the interrupt number from the raw value
301 ``plat_ic_acknowledge_interrupt()``). If the interrupt ID is invalid, this API
304 In case of Arm standard platforms using GIC, the implementation of the API