Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/services/std_svc/spm_mm/
Dspm_mm_setup.c197 assert((uintptr_t)shared_buf_ptr + sizeof(spm_mm_boot_info_t) in spm_sp_setup()
202 const spm_mm_boot_info_t *sp_boot_info = in spm_sp_setup()
208 sizeof(spm_mm_boot_info_t)); in spm_sp_setup()
212 ((spm_mm_boot_info_t *) shared_buf_ptr)->mp_info; in spm_sp_setup()
220 ((spm_mm_boot_info_t *) shared_buf_ptr)->mp_info = in spm_sp_setup()
222 + sizeof(spm_mm_boot_info_t)); in spm_sp_setup()
228 shared_buf_ptr = ((spm_mm_boot_info_t *) shared_buf_ptr)->mp_info; in spm_sp_setup()
/external/arm-trusted-firmware/plat/qemu/common/
Dqemu_spm.c47 spm_mm_boot_info_t plat_qemu_secure_partition_boot_info = {
50 .h.size = sizeof(spm_mm_boot_info_t),
134 const spm_mm_boot_info_t *
/external/arm-trusted-firmware/plat/socionext/synquacer/
Dsq_spm.c39 const spm_mm_boot_info_t plat_arm_secure_partition_boot_info = {
42 .h.size = sizeof(spm_mm_boot_info_t),
/external/arm-trusted-firmware/plat/arm/board/tc0/
Dtc0_plat.c103 const spm_mm_boot_info_t plat_arm_secure_partition_boot_info = {
106 .h.size = sizeof(spm_mm_boot_info_t),
/external/arm-trusted-firmware/plat/arm/css/sgi/
Dsgi_plat.c110 const spm_mm_boot_info_t plat_arm_secure_partition_boot_info = {
113 .h.size = sizeof(spm_mm_boot_info_t),
/external/arm-trusted-firmware/include/services/
Dspm_mm_partition.h48 } spm_mm_boot_info_t; typedef
/external/arm-trusted-firmware/plat/arm/board/fvp/
Dfvp_common.c240 const spm_mm_boot_info_t plat_arm_secure_partition_boot_info = {
243 .h.size = sizeof(spm_mm_boot_info_t),
/external/arm-trusted-firmware/docs/components/
Dsecure-partition-manager-mm.rst178 ``spm_mm_boot_info_t`` struct that is populated by the platform