Searched refs:tfm_hal_get_secure_access_attr (Results 1 – 7 of 7) sorted by relevance
| /trusted-firmware-m-latest/platform/include/ |
| D | tfm_hal_multi_core.h | 55 void tfm_hal_get_secure_access_attr(const void *p, size_t s,
|
| /trusted-firmware-m-latest/platform/ext/target/arm/corstone1000/ |
| D | tfm_hal_multi_core.c | 90 void tfm_hal_get_secure_access_attr(const void *p, size_t s, in tfm_hal_get_secure_access_attr() function
|
| /trusted-firmware-m-latest/platform/ext/target/rpi/rp2350/ |
| D | tfm_hal_multi_core.c | 132 void tfm_hal_get_secure_access_attr(const void *p, size_t s, in tfm_hal_get_secure_access_attr() function
|
| /trusted-firmware-m-latest/docs/design_docs/dual-cpu/ |
| D | tfm_multi_core_access_check.rst | 82 - ``tfm_hal_get_secure_access_attr()`` retrieves secure access attributes of the target memory 127 tfm_hal_get_secure_access_attr(p, s, &mem_attr); 252 ``tfm_hal_get_secure_access_attr()`` and ``tfm_hal_get_ns_access_attr()`` implementations should 326 ``tfm_hal_get_secure_access_attr()`` 329 ``tfm_hal_get_secure_access_attr()`` retrieves the secure memory protection configuration 334 void tfm_hal_get_secure_access_attr(const void *p, size_t s, 355 ``tfm_hal_get_secure_access_attr()``, according to current active memory protection configuration. 360 configuration, ``tfm_hal_get_secure_access_attr()`` can select the following values according to 368 according to platform resource assignment, ``tfm_hal_get_secure_access_attr()`` must set
|
| /trusted-firmware-m-latest/platform/ext/target/cypress/psoc64/ |
| D | tfm_hal_multi_core.c | 117 void tfm_hal_get_secure_access_attr(const void *p, size_t s, in tfm_hal_get_secure_access_attr() function
|
| /trusted-firmware-m-latest/secure_fw/partitions/ns_agent_mailbox/ |
| D | tfm_multi_core_mem_check.c | 417 tfm_hal_get_secure_access_attr(p, s, &mem_attr); in tfm_has_access_to_region()
|
| /trusted-firmware-m-latest/docs/integration_guide/platform/ |
| D | porting_tfm_to_a_new_hardware.rst | 660 tfm_hal_get_secure_access_attr: 669 void tfm_hal_get_secure_access_attr(const void *p, size_t s, struct mem_attr_info_t *p_attr);
|