Searched refs:spm_boot_info_t (Results 1 – 3 of 3) sorted by relevance
78 const spm_boot_info_t *sp_boot_info = in spm_mm_setup()157 assert((uintptr_t)shared_buf_ptr + sizeof(spm_boot_info_t) in spm_mm_setup()166 sizeof(spm_boot_info_t)); in spm_mm_setup()170 ((spm_boot_info_t *) shared_buf_ptr)->mp_info; in spm_mm_setup()178 ((spm_boot_info_t *) shared_buf_ptr)->mp_info = in spm_mm_setup()180 + sizeof(spm_boot_info_t)); in spm_mm_setup()186 shared_buf_ptr = ((spm_boot_info_t *) shared_buf_ptr)->mp_info; in spm_mm_setup()
123 const spm_boot_info_t plat_arm_secure_partition_boot_info = {126 .h.size = sizeof(spm_boot_info_t),
48 } spm_boot_info_t; typedef
Completed in 5 milliseconds