Searched refs:tfm_has_access_to_region (Results 1 – 5 of 5) sorted by relevance
| /trusted-firmware-m-latest/secure_fw/spm/core/ |
| D | tfm_multi_core.h | 104 int32_t tfm_has_access_to_region(const void *p, size_t s, uint32_t flags);
|
| /trusted-firmware-m-latest/platform/ext/target/cypress/psoc64/ |
| D | tfm_hal_isolation.c | 78 status = tfm_has_access_to_region((const void *)base, size, flags); in tfm_hal_memory_check()
|
| /trusted-firmware-m-latest/docs/design_docs/dual-cpu/ |
| D | tfm_multi_core_access_check.rst | 13 TF-M memory access check function ``tfm_has_access_to_region()`` checks whether an access has proper 68 In multi-core topology, ``tfm_has_access_to_region()`` is still invoked to keep an uniform interface 72 Multi-core platform specific ``tfm_hal_memory_check()`` can invoke ``tfm_has_access_to_region()`` to 75 During the check process, ``tfm_has_access_to_region()`` compares the access permission with memory 79 ``tfm_has_access_to_region()`` invokes 3 HAL APIs to retrieve attributes of target memory region. 90 The pseudo code of ``tfm_has_access_to_region()`` is shown below. 96 int32_t tfm_has_access_to_region(const void *p, size_t s, uint8_t flags)
|
| /trusted-firmware-m-latest/platform/ext/target/arm/corstone1000/ |
| D | tfm_hal_isolation.c | 193 status = tfm_has_access_to_region((const void *)base, size, flags); in tfm_hal_memory_check()
|
| /trusted-firmware-m-latest/secure_fw/partitions/ns_agent_mailbox/ |
| D | tfm_multi_core_mem_check.c | 381 int32_t tfm_has_access_to_region(const void *p, size_t s, uint32_t flags) in tfm_has_access_to_region() function
|