Lines Matching refs:granularity
109 const char *name, uint32_t granularity, in get_memory_region_info() argument
143 *size = ((*size) << (PAGE_SIZE_SHIFT + (granularity << 1))); in get_memory_region_info()
157 uint32_t granularity, size; in build_sp_boot_hob_list() local
175 ret = fdt_read_uint32(sp_manifest, node, "xlat-granule", &granularity); in build_sp_boot_hob_list()
181 if (granularity > 0x02) { in build_sp_boot_hob_list()
182 ERROR("Invalid granularity value: 0x%x\n", granularity); in build_sp_boot_hob_list()
206 "stmm_region", granularity, &base_address, &size); in build_sp_boot_hob_list()
230 "ns_comm_buffer", granularity, &base_address, &size); in build_sp_boot_hob_list()
253 ret = get_memory_region_info(sp_manifest, node, NULL, granularity, in build_sp_boot_hob_list()
276 get_memory_region_info(sp_manifest, node, NULL, granularity, in build_sp_boot_hob_list()
598 sp_mem_regions.granularity = XLAT_BLOCK_SIZE(1); in populate_sp_regions()
600 sp_mem_regions.granularity = XLAT_BLOCK_SIZE(3); in populate_sp_regions()
774 sp_mem_regions.granularity = XLAT_BLOCK_SIZE(3); in spmc_el0_sp_setup()