Home
last modified time | relevance | path

Searched refs:security_attr_info_t (Results 1 – 7 of 7) sorted by relevance

/trusted-firmware-m-latest/secure_fw/spm/core/
Dtfm_multi_core.h27 struct security_attr_info_t { struct
57 struct security_attr_info_t *p_attr);
/trusted-firmware-m-latest/platform/include/
Dtfm_hal_multi_core.h43 struct security_attr_info_t *p_attr);
/trusted-firmware-m-latest/secure_fw/partitions/ns_agent_mailbox/
Dtfm_multi_core_mem_check.c27 struct security_attr_info_t *p_attr) in tfm_get_mem_region_security_attr()
212 static void security_attr_init(struct security_attr_info_t *p_attr) in security_attr_init()
254 static int32_t security_attr_check(struct security_attr_info_t attr, uint8_t flags) in security_attr_check()
383 struct security_attr_info_t security_attr; in tfm_has_access_to_region()
/trusted-firmware-m-latest/platform/ext/target/arm/corstone1000/
Dtfm_hal_multi_core.c84 struct security_attr_info_t *p_attr) in tfm_hal_get_mem_security_attr()
/trusted-firmware-m-latest/docs/design_docs/dual-cpu/
Dtfm_multi_core_access_check.rst98 struct security_attr_info_t security_attr;
230 The structure ``security_attr_info_t`` contains the security attributes
237 struct security_attr_info_t {
287 and fills the ``security_attr_info_t``.
292 struct security_attr_info_t *p_attr);
301 | ``p_attr`` | Pointer to the ``security_attr_info_t`` to be filled |
311 All the fields in ``security_attr_info_t`` shall be explicitly set in
444 according to the static system-level memory layout and fills the ``security_attr_info_t``.
449 struct security_attr_info_t *p_attr);
458 | ``p_attr`` | Pointer to the ``security_attr_info_t`` to be filled |
/trusted-firmware-m-latest/platform/ext/target/cypress/psoc64/
Dtfm_hal_multi_core.c111 struct security_attr_info_t *p_attr) in tfm_hal_get_mem_security_attr()
/trusted-firmware-m-latest/docs/integration_guide/platform/
Dporting_tfm_to_a_new_hardware.rst653 This function shall fill the security_attr_info_t argument with the current
658 … void tfm_hal_get_mem_security_attr(const void *p, size_t s, struct security_attr_info_t *p_attr);