Home
last modified time | relevance | path

Searched refs:PAGE_SIZE_4KB (Results 1 – 14 of 14) sorted by relevance

/rk3399_ARM-atf/plat/arm/common/
H A Dplat_arm_sip_svc.c39 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 Dxlat_tables_arch.c25 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 Dxlat_tables_aarch32.h27 #if PAGE_SIZE != PAGE_SIZE_4KB
/rk3399_ARM-atf/lib/xlat_tables_v2/aarch32/
H A Dxlat_tables_arch.c34 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 Dxlat_tables_aarch64.h33 #if PAGE_SIZE == PAGE_SIZE_4KB
/rk3399_ARM-atf/services/std_svc/drtm/
H A Ddrtm_res_address_map.c64 mmap[i].size / PAGE_SIZE_4KB); in drtm_build_address_map()
/rk3399_ARM-atf/plat/renesas/common/
H A Dbl2_plat_mem_params_desc.c24 extern uint64_t fdt_blob[PAGE_SIZE_4KB / sizeof(uint64_t)];
/rk3399_ARM-atf/plat/st/stm32mp1/sp_min/
H A Dsp_min_setup.c90 CASSERT((STM32MP_NS_SYSRAM_BASE & (PAGE_SIZE_4KB - U(1))) == 0U,
/rk3399_ARM-atf/lib/debugfs/
H A Ddebugfs_smc.c107 PAGE_SIZE_4KB, in debugfs_smc_handler()
/rk3399_ARM-atf/include/lib/xlat_tables/
H A Dxlat_tables_defs.h27 #define PAGE_SIZE_4KB U(4096) macro
/rk3399_ARM-atf/services/std_svc/rmmd/
H A Drmmd_main.c481 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 Dspmc_shared_mem.c333 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 Dbl2_plat_setup.c111 uint64_t fdt_blob[PAGE_SIZE_4KB / sizeof(uint64_t)];
/rk3399_ARM-atf/plat/renesas/rcar/
H A Dbl2_plat_setup.c117 uint64_t fdt_blob[PAGE_SIZE_4KB / sizeof(uint64_t)];