Lines Matching defs:mmap_region_t
20 * Default granularity size for an mmap_region_t.
29 /* Helper macro to define an mmap_region_t. */
33 /* Helper macro to define an mmap_region_t with an identity mapping. */
38 * Helper macro to define entries for mmap_region_t. It allows to define 'pa'
44 * Helper macro to define an mmap_region_t to map with the desired granularity
148 } mmap_region_t;
182 * Number of mmap_region_t to allocate.
268 void mmap_add_region_ctx(xlat_ctx_t *ctx, const mmap_region_t *mm);
275 void mmap_add(const mmap_region_t *mm);
276 void mmap_add_ctx(xlat_ctx_t *ctx, const mmap_region_t *mm);
285 void mmap_add_region_alloc_va_ctx(xlat_ctx_t *ctx, mmap_region_t *mm);
292 void mmap_add_alloc_va(mmap_region_t *mm);
308 int mmap_add_dynamic_region_ctx(xlat_ctx_t *ctx, mmap_region_t *mm);
323 int mmap_add_dynamic_region_alloc_va_ctx(xlat_ctx_t *ctx, mmap_region_t *mm);