Home
last modified time | relevance | path

Searched refs:kernel (Results 1 – 6 of 6) sorted by relevance

/trusted-firmware-m-latest/docs/integration_guide/
Dnon-secure_client_extension_integration_guide.rst19 and saved with the corresponding NS task when the RTOS kernel (the kernel)
76 NSCE APIs are typically called by the kernel and must be called from the
170 - In the kernel initialization stage, it calls `tfm_nsce_init()` with
173 failed. The kernel could use different group assignment sets according to the
176 - The kernel calls `tfm_nsce_acquire_ctx()` when creating a new task. This
180 - When the kernel schedules in a task with a valid `token` associated,
182 task. The NSID is specified by the kernel through the `nsid` parameter.
183 The mapping between NSID and task is managed by the kernel.
193 - When the task is terminated, destroyed or crashed, the kernel should call
224 above for the implementation. The timing of calling NSCE APIs in the kernel is
[all …]
Dos_migration_guide_armv8m.rst5 migrating a generic OS kernel running on Armv7-M to the Armv8-M architecture.
/trusted-firmware-m-latest/docs/contributing/
Dcoding_guide.rst10 `Linux coding style <https://www.kernel.org/doc/html/v4.10/process/coding-style.html>`__
/trusted-firmware-m-latest/docs/releases/
D1.3.0.rst125 | RTX kernel initialization
/trusted-firmware-m-latest/docs/configuration/
Dkconfig_system.rst116 `Kconfig language <https://www.kernel.org/doc/html/latest/kbuild/kconfig-language.html#kconfig-lang…
/trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/RTOS2/Include/
Dcmsis_os2.h98 uint32_t kernel; ///< Kernel version (major.minor.rev: mmnnnrrrr dec). member