Lines Matching refs:request

82   fulfil a service request.
254 software to make a request for an operation implemented in privileged software.
259 and installs a simple exception vector table in S-EL1 that relays a SVC request
260 from a Secure Partition as a SMC request to the SPM in EL3. Upon servicing the
261 SMC request, Trusted Firmware-A returns control directly to S-EL0 through an
276 A service request is initiated from the SPM through an exception return
278 instruction to signal completion of the request. Some example use cases are
281 - A request to initialise the Secure Partition during system boot.
283 - A request to handle a runtime service request.
288 A request is initiated from the Secure Partition by executing a SVC instruction.
290 request.
292 For instance, a request to perform privileged operations on behalf of a
314 - Indicate completion of a service request delegated by the SPM
462 request through a SVC instruction. This is the first entry into S-EL0. The
501 completion of a partition service request.
508 Signal completion of the last SP service request.
523 or a runtime request was handled successfully.
540 event has been delegated to it in response to an ``MM_COMMUNICATE`` request
581 completion of a request that was delegated to it by the SPM.
692 This function is used to request the permission attributes for S-EL0 on a
751 permissions is prohibited. A request to mark a device memory region with
760 - ``DENIED``: The SPM is servicing a request to change the attributes of a
761 memory region that overlaps with the region specified in this request.