Searched refs:mmap_region (Results 1 – 15 of 15) sorted by relevance
| /rk3399_ARM-atf/include/lib/xlat_tables/ |
| H A D | xlat_tables_v2_helpers.h | 32 struct mmap_region; 64 struct mmap_region *mmap;
|
| H A D | xlat_tables_v2.h | 141 typedef struct mmap_region { struct 256 uintptr_t va_max, struct mmap_region *mmap,
|
| H A D | xlat_tables.h | 85 typedef struct mmap_region { struct
|
| /rk3399_ARM-atf/include/common/ |
| H A D | bl_common.h | 203 struct mmap_region; 205 void setup_page_tables(const struct mmap_region *bl_regions, 206 const struct mmap_region *plat_regions);
|
| /rk3399_ARM-atf/plat/socionext/synquacer/include/ |
| H A D | sq_common.h | 45 const struct mmap_region *mmap);
|
| /rk3399_ARM-atf/plat/socionext/synquacer/ |
| H A D | sq_xlat_setup.c | 16 const struct mmap_region *mmap) in sq_mmap_setup()
|
| H A D | sq_spm.c | 61 const struct mmap_region *plat_get_secure_partition_mmap(void *cookie) in plat_get_secure_partition_mmap()
|
| /rk3399_ARM-atf/plat/arm/board/tc/ |
| H A D | tc_plat.c | 141 const struct mmap_region *plat_get_secure_partition_mmap(void *cookie) in plat_get_secure_partition_mmap()
|
| /rk3399_ARM-atf/plat/arm/board/neoverse_rd/common/ |
| H A D | nrd_plat2.c | 150 const struct mmap_region *plat_get_secure_partition_mmap(void *cookie) in plat_get_secure_partition_mmap()
|
| /rk3399_ARM-atf/docs/security_advisories/ |
| H A D | security-advisory-tfv-3.rst | 27 memory mappings in the form of ``mmap_region`` structures. Each ``mmap_region``
|
| /rk3399_ARM-atf/include/plat/common/ |
| H A D | platform.h | 41 struct mmap_region; 467 const struct mmap_region *plat_get_secure_partition_mmap(void *cookie);
|
| /rk3399_ARM-atf/services/std_svc/spm/el3_spmc/ |
| H A D | spmc_setup.c | 507 struct mmap_region sp_mem_regions = {0}; in populate_sp_regions() 710 struct mmap_region sp_mem_regions __unused = {0}; in spmc_el0_sp_setup()
|
| /rk3399_ARM-atf/docs/components/ |
| H A D | xlat-tables-lib-v2-design.rst | 56 An ``mmap_region`` is an abstract, concise way to represent a memory region to 65 See the ``struct mmap_region`` type in ``xlat_tables_v2.h``. 208 Although the ``mmap_region`` structure is a publicly visible type, it is not 212 compatibility breaks, should the ``mmap_region`` structure type evolve in the
|
| /rk3399_ARM-atf/lib/xlat_tables_v2/ |
| H A D | xlat_tables_core.c | 1174 uintptr_t va_max, struct mmap_region *mmap, in xlat_setup_dynamic_ctx() 1186 memset(ctx->mmap, 0, sizeof(struct mmap_region) * mmap_num); in xlat_setup_dynamic_ctx()
|
| /rk3399_ARM-atf/plat/arm/board/fvp/ |
| H A D | fvp_common.c | 348 const struct mmap_region *plat_get_secure_partition_mmap(void *cookie) in plat_get_secure_partition_mmap()
|