Lines Matching defs:size
20 * Default granularity size for an mmap_region_t.
23 * By default, choose the biggest possible block size allowed by the
24 * architectural state and granule size in order to minimize the number of page
48 * size. When using a 4KB translation granule, this might be 4KB, 2MB or 1GB.
144 size_t size;
267 size_t size, unsigned int attr);
284 size_t size, unsigned int attr);
307 size_t size, unsigned int attr);
322 size_t size, unsigned int attr);
326 * Remove a region with the specified base VA and size. Only dynamic regions can
335 int mmap_remove_dynamic_region(uintptr_t base_va, size_t size);
338 size_t size);
350 * The size of this memory region must be a multiple of a page size.
363 * size:
383 size_t size, uint32_t attr);
384 int xlat_change_mem_attributes(uintptr_t base_va, size_t size, uint32_t attr);