Searched refs:xlat_arch_is_granule_size_supported (Results 1 – 4 of 4) sorted by relevance
23 bool xlat_arch_is_granule_size_supported(size_t size) in xlat_arch_is_granule_size_supported() function40 if (xlat_arch_is_granule_size_supported(PAGE_SIZE_64KB)) { in xlat_arch_get_max_supported_granule_size()42 } else if (xlat_arch_is_granule_size_supported(PAGE_SIZE_16KB)) { in xlat_arch_get_max_supported_granule_size()45 assert(xlat_arch_is_granule_size_supported(PAGE_SIZE_4KB)); in xlat_arch_get_max_supported_granule_size()
89 bool xlat_arch_is_granule_size_supported(size_t size);
28 bool xlat_arch_is_granule_size_supported(size_t size) in xlat_arch_is_granule_size_supported() function
572 if (!xlat_arch_is_granule_size_supported( in validate_l1_params()