Home
last modified time | relevance | path

Searched refs:mmap_region (Results 1 – 15 of 15) sorted by relevance

/rk3399_ARM-atf/include/lib/xlat_tables/
H A Dxlat_tables_v2_helpers.h32 struct mmap_region;
64 struct mmap_region *mmap;
H A Dxlat_tables_v2.h141 typedef struct mmap_region { struct
256 uintptr_t va_max, struct mmap_region *mmap,
H A Dxlat_tables.h85 typedef struct mmap_region { struct
/rk3399_ARM-atf/include/common/
H A Dbl_common.h203 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 Dsq_common.h45 const struct mmap_region *mmap);
/rk3399_ARM-atf/plat/socionext/synquacer/
H A Dsq_xlat_setup.c16 const struct mmap_region *mmap) in sq_mmap_setup()
H A Dsq_spm.c61 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 Dtc_plat.c141 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 Dnrd_plat2.c150 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 Dsecurity-advisory-tfv-3.rst27 memory mappings in the form of ``mmap_region`` structures. Each ``mmap_region``
/rk3399_ARM-atf/include/plat/common/
H A Dplatform.h41 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 Dspmc_setup.c507 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 Dxlat-tables-lib-v2-design.rst56 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 Dxlat_tables_core.c1174 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 Dfvp_common.c348 const struct mmap_region *plat_get_secure_partition_mmap(void *cookie) in plat_get_secure_partition_mmap()