Home
last modified time | relevance | path

Searched refs:spm_mm_boot_info_t (Results 1 – 9 of 9) sorted by relevance

/arm-trusted-firmware-2.8.0/services/std_svc/spm/spm_mm/
A Dspm_mm_setup.c32 const spm_mm_boot_info_t *sp_boot_info = in spm_sp_setup()
203 assert((uintptr_t)shared_buf_ptr + sizeof(spm_mm_boot_info_t) in spm_sp_setup()
212 sizeof(spm_mm_boot_info_t)); in spm_sp_setup()
216 ((spm_mm_boot_info_t *) shared_buf_ptr)->mp_info; in spm_sp_setup()
224 ((spm_mm_boot_info_t *) shared_buf_ptr)->mp_info = in spm_sp_setup()
226 + sizeof(spm_mm_boot_info_t)); in spm_sp_setup()
232 shared_buf_ptr = ((spm_mm_boot_info_t *) shared_buf_ptr)->mp_info; in spm_sp_setup()
/arm-trusted-firmware-2.8.0/plat/socionext/synquacer/
A Dsq_spm.c39 const spm_mm_boot_info_t plat_arm_secure_partition_boot_info = {
42 .h.size = sizeof(spm_mm_boot_info_t),
/arm-trusted-firmware-2.8.0/plat/qemu/common/
A Dqemu_spm.c35 spm_mm_boot_info_t plat_qemu_secure_partition_boot_info = {
38 .h.size = sizeof(spm_mm_boot_info_t),
141 const spm_mm_boot_info_t *
/arm-trusted-firmware-2.8.0/plat/arm/board/tc/
A Dtc_plat.c104 const spm_mm_boot_info_t plat_arm_secure_partition_boot_info = {
107 .h.size = sizeof(spm_mm_boot_info_t),
/arm-trusted-firmware-2.8.0/plat/arm/css/sgi/
A Dsgi_plat_v2.c123 const spm_mm_boot_info_t plat_arm_secure_partition_boot_info = {
126 .h.size = sizeof(spm_mm_boot_info_t),
A Dsgi_plat.c124 const spm_mm_boot_info_t plat_arm_secure_partition_boot_info = {
127 .h.size = sizeof(spm_mm_boot_info_t),
/arm-trusted-firmware-2.8.0/include/services/
A Dspm_mm_partition.h48 } spm_mm_boot_info_t; typedef
/arm-trusted-firmware-2.8.0/plat/arm/board/fvp/
A Dfvp_common.c259 const spm_mm_boot_info_t plat_arm_secure_partition_boot_info = {
262 .h.size = sizeof(spm_mm_boot_info_t),
/arm-trusted-firmware-2.8.0/docs/components/
A Dsecure-partition-manager-mm.rst178 ``spm_mm_boot_info_t`` struct that is populated by the platform

Completed in 8 milliseconds