Lines Matching refs:a

11 higher SW layers such as a non-secure component. Such component can be the
12 TFTF test payload or a Linux kernel module.
17 The core functionality lies in a virtual file system based on a 9p file server
37 - open(): create a file descriptor that acts as a handle to the file passed as
40 - read(): read from a file to a buffer.
41 - write(): write from a buffer to a file.
42 - seek(): set the file position indicator of a file descriptor either to a
44 - stat(): get information about a file (type, mode, size, ...).
57 - mount(): create a link between a driver and spec.
58 - create(): create a file in a specific location.
59 - bind(): expose the content of a directory to another directory.
71 measurements through a file, and internal firmware state counters through
73 - This permits direct access to a firmware driver, mainly for test purposes
74 (e.g. a hardware device that may not be accessible to non-privileged/
81 (`SMC Calling Convention`_), using a specific SiP Function Id. An NS
83 data on a read operation. Refer to :ref:`ARM SiP Services <arm sip services>`
84 for a description of the SMC interface.
98 needs to allocate a physical page frame and transmit its address.
103 - On concurrent access, a spinlock is implemented in the BL31 service to protect
105 - Notice, a physical device driver if exposed by the firmware may conflict with
114 - a test payload, bootloader or hypervisor running at NS-EL2
115 - a Linux kernel driver running at NS-EL1
116 - a Linux userspace application through the kernel driver