Searched refs:PAGE_SIZE_4KB (Results 1 – 14 of 14) sorted by relevance
45 if ((base % PAGE_SIZE_4KB) != 0U && in plat_protect_memory()46 (size % PAGE_SIZE_4KB) != 0U) { in plat_protect_memory()58 for (uint64_t it = base; it < (base + size); it += PAGE_SIZE_4KB) { in plat_protect_memory()
27 #if PAGE_SIZE != PAGE_SIZE_4KB
34 return size == PAGE_SIZE_4KB; in xlat_arch_is_granule_size_supported()39 return PAGE_SIZE_4KB; in xlat_arch_get_max_supported_granule_size()
33 #if PAGE_SIZE == PAGE_SIZE_4KB
25 if (size == PAGE_SIZE_4KB) { in xlat_arch_is_granule_size_supported()45 assert(xlat_arch_is_granule_size_supported(PAGE_SIZE_4KB)); in xlat_arch_get_max_supported_granule_size()46 return PAGE_SIZE_4KB; in xlat_arch_get_max_supported_granule_size()
64 mmap[i].size / PAGE_SIZE_4KB); in drtm_build_address_map()
24 extern uint64_t fdt_blob[PAGE_SIZE_4KB / sizeof(uint64_t)];
182 smc_ret->x[1] = x1 + PAGE_SIZE_4KB; in trp_asc_mark_realm()213 smc_ret->x[1] = x1 + PAGE_SIZE_4KB; in trp_asc_mark_nonsecure()
90 CASSERT((STM32MP_NS_SYSRAM_BASE & (PAGE_SIZE_4KB - U(1))) == 0U,
108 PAGE_SIZE_4KB, in debugfs_smc_handler()
27 #define PAGE_SIZE_4KB U(4096) macro
333 PAGE_SIZE_4KB; in overlapping_memory_regions()341 PAGE_SIZE_4KB; in overlapping_memory_regions()1037 if (fragment_length > (uint64_t)mbox->rxtx_page_count * PAGE_SIZE_4KB) { in spmc_ffa_fill_desc()1039 fragment_length, (uint64_t)mbox->rxtx_page_count * PAGE_SIZE_4KB); in spmc_ffa_fill_desc()
112 uint64_t fdt_blob[PAGE_SIZE_4KB / sizeof(uint64_t)];
118 uint64_t fdt_blob[PAGE_SIZE_4KB / sizeof(uint64_t)];