Lines Matching +full:mount +full:- +full:observe
6 SiP services are non-standard, platform-specific services offered by the silicon
11 - Follow `SMC Calling Convention`_;
12 - Use SMC function IDs that fall in the SiP range, which are ``0xc2000000`` -
13 ``0xc200ffff`` for 64-bit calls, and ``0x82000000`` - ``0x8200ffff`` for 32-bit
18 - Performance Measurement Framework (PMF)
19 - Execution State Switching service
20 - DebugFS interface
26 ---------------------------------------
29 allows callers to retrieve timestamps captured at various paths in TF-A
33 ---------------------------------
35 Execution State Switching service provides a mechanism for a non-secure lower
39 available when Trusted Firmware-A (TF-A) is built for AArch64 (i.e. when build
81 - ``STATE_SW_E_PARAM``: If any of the parameters were deemed invalid for
83 - ``STATE_SW_E_DENIED``: If the call is not successful, or when TF-A is
86 If the call is successful, the caller wouldn't observe the SMC returning.
92 -----------------
106 struct mount {
110 } mount;
141 SMC_UNK -1
142 DEBUGFS_E_INVALID_PARAMS -2
146 MOUNT 0
159 MOUNT section in DebugFS interface
172 uint32_t ``MOUNT`` argument
181 w0 == DEBUGFS_E_INVALID_PARAMS if mount operation failed
405 Returns the debugfs interface version if implemented in TF-A.
431 --------------
433 *Copyright (c) 2017-2020, Arm Limited and Contributors. All rights reserved.*