Home
last modified time | relevance | path

Searched refs:space (Results 1 – 25 of 33) sorted by relevance

12

/trusted-services/components/service/attestation/reporter/eat/
A Deat_signer.c65 uint8_t *space = malloc(required_space); in alloc_output_buf() local
67 if (space) { in alloc_output_buf()
68 buf->ptr = space; in alloc_output_buf()
72 return space; in alloc_output_buf()
/trusted-services/external/LinuxFFAUserShim/
A DLinuxFFAUserShim.cmake8 # Find Linux FF-A user space shim repo location.
9 # It contains a kernel module which exposes FF-A operations to user space using DebugFS.
14 DOC "Linux FF-A user space shim driver include directory"
21 CACHE STRING "Linux FF-A user space shim repository URL")
26 CACHE STRING "Linux FF-A user space shim git refspec")
53 DOC "Linux FF-A user space shim include directory"
/trusted-services/
A D.editorconfig73 indent_style = space
85 indent_style = space
99 indent_style = space
/trusted-services/components/service/test_runner/provider/
A Dtest_runner_provider.c87 struct test_result *space = NULL; in alloc_result_buf() local
96 space = malloc(total_tests * sizeof(struct test_result)); in alloc_result_buf()
99 return space; in alloc_result_buf()
/trusted-services/docs/quickstart/
A Doptee-testing.rst6 are tested using test executables that run as user-space programs under Linux. Test cases interact …
27 - Instructions for loading and running user-space programs on FVP:
28 :ref:`Running user-space programs on FVP`
53 Use the same flow for other user-space programs. Check the output of the ``cp`` command executed to…
/trusted-services/deployments/ts-demo/linux-pc/
A DCMakeLists.txt13 # Used for building and running service level tests from Linux user-space
/trusted-services/docs/environments/secure-partitions/spm/optee/
A Dopteesp-deployment-guide.rst20 containing a space separated list of file paths for each SP image file to include. SP images
42 built image includes user space programs that may be used to test and demonstrate the deployed
83 For information on running user space programs on FVP, see:
85 :ref:`Running User-space Programs on FVP`
A Duserspace-programs-on-fvp.rst1 Running user-space programs on FVP
4 This page explains how to load and run user space programs on a Linux image running in FVP simulati…
68 Use the same flow for other user-space programs. Check the output of the ``cp`` command executed to…
/trusted-services/docs/target-platforms/
A Daem-fvp.rst10 - :ref:`Running User-space Programs on FVP`
/trusted-services/deployments/ts-demo/arm-linux/
A DCMakeLists.txt13 # Used for building and running service level tests from Linux user-space
/trusted-services/docs/deployments/
A Dindex.rst7 a wide range of targets such as secure partition images, user-space tools, shared libraries
A Dlibraries.rst50 which implement this API. Linux uuser-space applications can use libpsats to easily access the PSA …
117 | Only linux user-space is supported currently.
142 | Only linux user-space is supported currently.
/trusted-services/deployments/uefi-test/arm-linux/
A DCMakeLists.txt13 # Used for building and running service level tests from Linux user-space
/trusted-services/deployments/ts-service-test/arm-linux/
A DCMakeLists.txt13 # Used for building and running service level tests from Linux user-space
/trusted-services/docs/_static/css/
A Dcustom.css89 white-space: normal;
/trusted-services/docs/project/
A Dglossary.rst70 A Secure Partition which executes a software image in and isolated physical address space.
73 …re Partition which executes a software image isolated buy without physical address space isolation.
A Dchange-log.rst40 user-space projects. For details see: :ref:`libs-libpsats`
98 …allow separating shared regions of clients running over Linux in the user-space. The second driver…
148 running in Linux user-space to use a dedicated buffer.
154 endpoint use a shared key space.
A Dcoding-guidelines.rst56 #. Use functions to prevent global name-space pollution.
/trusted-services/docs/developer/
A Dsoftware-requirements.rst5 firmware stack requires compiling the Linux Kernel and linux user space applications. This restrict…
A Dservice-locator.rst52 …- For Linux user-space clients, the kernel driver model used for messaging influences how a servic…
125 - A user-space application.
130 Locating a Service from Linux User-space
133 …el driver model used, the example methods for locating service instances from Linux user-space are:
A Darch-overview.rst32 … - A filesystem driver that presents a filesystem mount for user-space access to stored objects.
A Dspmc-tests.rst14 * The ``arm-ffa-user`` driver provides access to the FF-A layer from the |NWd| user space. ``xtest`…
/trusted-services/docs/services/
A Dlogging-service-description.rst54 Tests included in the *env_test* SP deployment may be invoked from Linux user-space using the
/trusted-services/components/media/disk/disk_images/
A Dreadme.rst11 of the LBA space to accommodate theh backup MBR and GPT.
/trusted-services/docs/project/quality-assurance/
A Dverification-methodology.rst47 - ``arm-linux``: test executables to be run from Linux user-space on the target.

Completed in 50 milliseconds

12