Searched refs:PAGE_SIZE_4KB (Results 1 – 14 of 14) sorted by relevance
| /rk3399_ARM-atf/plat/arm/common/ |
| H A D | plat_arm_sip_svc.c | 39 if ((base % PAGE_SIZE_4KB) != 0U && in plat_protect_memory() 40 (size % PAGE_SIZE_4KB) != 0U) { in plat_protect_memory() 52 for (uint64_t it = base; it < (base + size); it += PAGE_SIZE_4KB) { in plat_protect_memory() 58 ? gpt_delegate_pas(it, PAGE_SIZE_4KB, in plat_protect_memory() 60 : gpt_undelegate_pas(it, PAGE_SIZE_4KB, in plat_protect_memory()
|
| /rk3399_ARM-atf/lib/xlat_tables_v2/aarch64/ |
| H A D | xlat_tables_arch.c | 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()
|
| /rk3399_ARM-atf/include/lib/xlat_tables/aarch32/ |
| H A D | xlat_tables_aarch32.h | 27 #if PAGE_SIZE != PAGE_SIZE_4KB
|
| /rk3399_ARM-atf/lib/xlat_tables_v2/aarch32/ |
| H A D | xlat_tables_arch.c | 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()
|
| /rk3399_ARM-atf/include/lib/xlat_tables/aarch64/ |
| H A D | xlat_tables_aarch64.h | 33 #if PAGE_SIZE == PAGE_SIZE_4KB
|
| /rk3399_ARM-atf/services/std_svc/drtm/ |
| H A D | drtm_res_address_map.c | 64 mmap[i].size / PAGE_SIZE_4KB); in drtm_build_address_map()
|
| /rk3399_ARM-atf/plat/renesas/common/ |
| H A D | bl2_plat_mem_params_desc.c | 24 extern uint64_t fdt_blob[PAGE_SIZE_4KB / sizeof(uint64_t)];
|
| /rk3399_ARM-atf/plat/st/stm32mp1/sp_min/ |
| H A D | sp_min_setup.c | 90 CASSERT((STM32MP_NS_SYSRAM_BASE & (PAGE_SIZE_4KB - U(1))) == 0U,
|
| /rk3399_ARM-atf/lib/debugfs/ |
| H A D | debugfs_smc.c | 107 PAGE_SIZE_4KB, in debugfs_smc_handler()
|
| /rk3399_ARM-atf/include/lib/xlat_tables/ |
| H A D | xlat_tables_defs.h | 27 #define PAGE_SIZE_4KB U(4096) macro
|
| /rk3399_ARM-atf/services/std_svc/rmmd/ |
| H A D | rmmd_main.c | 481 ret = gpt_delegate_pas(x1, PAGE_SIZE_4KB, SMC_FROM_REALM); in rmmd_rmm_el3_handler() 484 ret = gpt_undelegate_pas(x1, PAGE_SIZE_4KB, SMC_FROM_REALM); in rmmd_rmm_el3_handler()
|
| /rk3399_ARM-atf/services/std_svc/spm/el3_spmc/ |
| H A D | spmc_shared_mem.c | 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()
|
| /rk3399_ARM-atf/plat/renesas/rzg/ |
| H A D | bl2_plat_setup.c | 111 uint64_t fdt_blob[PAGE_SIZE_4KB / sizeof(uint64_t)];
|
| /rk3399_ARM-atf/plat/renesas/rcar/ |
| H A D | bl2_plat_setup.c | 117 uint64_t fdt_blob[PAGE_SIZE_4KB / sizeof(uint64_t)];
|