8 #ifndef __TFM_MULTI_CORE_API__
9 #define __TFM_MULTI_CORE_API__
int32_t tfm_ns_wait_for_s_cpu_ready(void)
Called on the non-secure CPU. Flags that the non-secure side has completed its initialization. Waits, if necessary, for the secure CPU to flag that it has completed its initialization.
uint32_t tfm_ns_multi_core_lock_acquire(void)
Acquire the multi-core lock for synchronizing PSA client call(s) The actual implementation depends on...
int32_t tfm_platform_ns_wait_for_s_cpu_ready(void)
Synchronisation with secure CPU, platform-specific implementation. Flags that the non-secure side has...
uint32_t tfm_ns_multi_core_lock_release(void)
Release the multi-core lock for synchronizing PSA client call(s) The actual implementation depends on...