8 #ifndef __TFM_MULTI_CORE_H__
9 #define __TFM_MULTI_CORE_H__
void tfm_get_ns_mem_region_attr(const void *p, size_t s, struct mem_attr_info_t *p_attr)
Retrieve general non-secure memory protection configuration information of the target memory region a...
void tfm_get_mem_region_security_attr(const void *p, size_t s, struct security_attr_info_t *p_attr)
Retrieve general security isolation configuration information of the target memory region according t...
int32_t tfm_has_access_to_region(const void *p, size_t s, uint32_t attr)
Check whether a memory access is allowed to access to a memory range.
void tfm_get_secure_mem_region_attr(const void *p, size_t s, struct mem_attr_info_t *p_attr)
Retrieve general secure memory protection configuration information of the target memory region accor...