Lines Matching refs:request
89 fulfil a service request.
261 software to make a request for an operation implemented in privileged software.
266 and installs a simple exception vector table in S-EL1 that relays a SVC request
267 from a Secure Partition as a SMC request to the SPM in EL3. Upon servicing the
268 SMC request, Trusted Firmware-A returns control directly to S-EL0 through an
283 A service request is initiated from the SPM through an exception return
285 instruction to signal completion of the request. Some example use cases are
288 - A request to initialise the Secure Partition during system boot.
290 - A request to handle a runtime service request.
295 A request is initiated from the Secure Partition by executing a SVC instruction.
297 request.
299 For instance, a request to perform privileged operations on behalf of a
321 - Indicate completion of a service request delegated by the SPM
469 request through a SVC instruction. This is the first entry into S-EL0. The
508 completion of a partition service request.
515 Signal completion of the last SP service request.
530 or a runtime request was handled successfully.
547 event has been delegated to it in response to an ``MM_COMMUNICATE`` request
588 completion of a request that was delegated to it by the SPM.
699 This function is used to request the permission attributes for S-EL0 on a
758 permissions is prohibited. A request to mark a device memory region with
767 - ``DENIED``: The SPM is servicing a request to change the attributes of a
768 memory region that overlaps with the region specified in this request.