Home
last modified time | relevance | path

Searched refs:tfm_has_access_to_region (Results 1 – 5 of 5) sorted by relevance

/trusted-firmware-m-latest/secure_fw/spm/core/
Dtfm_multi_core.h104 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/
Dtfm_hal_isolation.c78 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/
Dtfm_multi_core_access_check.rst13 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/
Dtfm_hal_isolation.c193 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/
Dtfm_multi_core_mem_check.c381 int32_t tfm_has_access_to_region(const void *p, size_t s, uint32_t flags) in tfm_has_access_to_region() function