Home
last modified time | relevance | path

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

/tf-a-ffa_el3_spmc/include/lib/xlat_tables/aarch32/
A Dxlat_tables_aarch32.h27 #if PAGE_SIZE != PAGE_SIZE_4KB
/tf-a-ffa_el3_spmc/include/lib/xlat_tables/aarch64/
A Dxlat_tables_aarch64.h33 #if PAGE_SIZE == PAGE_SIZE_4KB
/tf-a-ffa_el3_spmc/lib/xlat_tables_v2/aarch64/
A Dxlat_tables_arch.c27 if (size == PAGE_SIZE_4KB) { in xlat_arch_is_granule_size_supported()
51 assert(xlat_arch_is_granule_size_supported(PAGE_SIZE_4KB)); in xlat_arch_get_max_supported_granule_size()
52 return PAGE_SIZE_4KB; in xlat_arch_get_max_supported_granule_size()
/tf-a-ffa_el3_spmc/lib/xlat_tables_v2/aarch32/
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()
/tf-a-ffa_el3_spmc/plat/renesas/common/
A Dbl2_plat_mem_params_desc.c24 extern uint64_t fdt_blob[PAGE_SIZE_4KB / sizeof(uint64_t)];
/tf-a-ffa_el3_spmc/plat/st/stm32mp1/sp_min/
A Dsp_min_setup.c91 CASSERT((STM32MP_NS_SYSRAM_BASE & (PAGE_SIZE_4KB - U(1))) == 0U,
/tf-a-ffa_el3_spmc/lib/debugfs/
A Ddebugfs_smc.c107 PAGE_SIZE_4KB, in debugfs_smc_handler()
/tf-a-ffa_el3_spmc/include/lib/xlat_tables/
A Dxlat_tables_defs.h27 #define PAGE_SIZE_4KB U(4096) macro
/tf-a-ffa_el3_spmc/services/std_svc/spm/spmc/
A Dspmc_shared_mem.c270 if (fragment_length > mbox->rxtx_page_count * PAGE_SIZE_4KB) { in spmc_ffa_fill_desc()
272 fragment_length, mbox->rxtx_page_count * PAGE_SIZE_4KB); in spmc_ffa_fill_desc()
/tf-a-ffa_el3_spmc/plat/renesas/rzg/
A Dbl2_plat_setup.c109 uint64_t fdt_blob[PAGE_SIZE_4KB / sizeof(uint64_t)];
/tf-a-ffa_el3_spmc/plat/renesas/rcar/
A Dbl2_plat_setup.c118 uint64_t fdt_blob[PAGE_SIZE_4KB / sizeof(uint64_t)];

Completed in 15 milliseconds