Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/secure_fw/spm/cmsis_psa/
Dtfm_multi_core.h25 struct security_attr_info_t { struct
55 struct security_attr_info_t *p_attr);
/trusted-firmware-m-3.4.0/platform/include/
Dtfm_hal_multi_core.h43 struct security_attr_info_t *p_attr);
/trusted-firmware-m-3.4.0/secure_fw/partitions/ns_agent_mailbox/
Dtfm_multi_core_mem_check.c35 struct security_attr_info_t *p_attr) in tfm_get_mem_region_security_attr()
220 static void security_attr_init(struct security_attr_info_t *p_attr) in security_attr_init()
262 static enum tfm_status_e security_attr_check(struct security_attr_info_t attr, in security_attr_check()
396 struct security_attr_info_t security_attr; in tfm_has_access_to_region()
/trusted-firmware-m-3.4.0/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-3.4.0/docs/technical_references/design_docs/dual-cpu/
Dtfm_multi_core_access_check.rst162 struct security_attr_info_t security_attr;
308 The structure ``security_attr_info_t`` contains the security attributes
315 struct security_attr_info_t {
368 configuration information and fills the ``security_attr_info_t``.
373 struct security_attr_info_t *p_attr);
382 |``p_attr`` |Pointer to the ``security_attr_info_t`` to be filled |
392 All the fields in ``security_attr_info_t`` should be explicitly set in
/trusted-firmware-m-3.4.0/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-3.4.0/docs/integration_guide/platform/
Dporting_TFM_to_a_new_hardware.rst527 This function shall fill the security_attr_info_t argument with the current
532 …void tfm_spm_hal_get_mem_security_attr(const void *p, size_t s, struct security_attr_info_t *p_att…