Home
last modified time | relevance | path

Searched refs:PAGE_SIZE_64KB (Results 1 – 4 of 4) sorted by relevance

/rk3399_ARM-atf/lib/xlat_tables_v2/aarch64/
H A Dxlat_tables_arch.c30 } else if (size == PAGE_SIZE_64KB) { in xlat_arch_is_granule_size_supported()
40 if (xlat_arch_is_granule_size_supported(PAGE_SIZE_64KB)) { in xlat_arch_get_max_supported_granule_size()
41 return PAGE_SIZE_64KB; in xlat_arch_get_max_supported_granule_size()
/rk3399_ARM-atf/include/lib/xlat_tables/aarch64/
H A Dxlat_tables_aarch64.h35 #elif (PAGE_SIZE == PAGE_SIZE_16KB) || (PAGE_SIZE == PAGE_SIZE_64KB)
/rk3399_ARM-atf/plat/nxp/s32/s32g274ardb2/
H A Dplat_bl31_setup.c62 PAGE_SIZE_64KB, in mmap_gic()
/rk3399_ARM-atf/include/lib/xlat_tables/
H A Dxlat_tables_defs.h29 #define PAGE_SIZE_64KB U(65536) macro