Home
last modified time | relevance | path

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

/trusted-firmware-m-3.6.0/secure_fw/spm/include/boot/
Dtfm_boot_status.h110 #define GET_MAJOR(tlv_type) ((tlv_type) >> MAJOR_POS) macro
/trusted-firmware-m-3.6.0/secure_fw/spm/core/
Dtfm_boot_data.c206 if (GET_MAJOR(tlv_entry.tlv_type) == tlv_major) { in tfm_core_get_boot_data_handler()
/trusted-firmware-m-3.6.0/platform/ext/common/
Dboot_hal_bl1_1.c207 if (GET_MAJOR(tlv_entry.tlv_type) == major_type && in boot_add_data_to_shared_area()
Dboot_hal_bl1_2.c238 if (GET_MAJOR(tlv_entry.tlv_type) == major_type && in boot_add_data_to_shared_area()
Dboot_hal_bl2.c283 if (GET_MAJOR(tlv_entry.tlv_type) == major_type && in boot_add_data_to_shared_area()