Home
last modified time | relevance | path

Searched refs:SIZE_1M (Results 1 – 5 of 5) sorted by relevance

/optee_os/core/arch/arm/plat-marvell/armada3700/
H A Dhal_sec_perf.c157 if (!IS_ALIGNED(addr, SIZE_1M)) { in set_range()
163 if (!IS_ALIGNED(size, SIZE_1M)) { in set_range()
/optee_os/core/arch/arm/plat-marvell/armada7k8k/
H A Dhal_sec_perf.c159 if (!IS_ALIGNED(addr, SIZE_1M)) { in set_range()
165 if (!IS_ALIGNED(size, SIZE_1M)) { in set_range()
/optee_os/lib/libutils/ext/include/
H A Dutil.h17 #define SIZE_1M UINTPTR_C(0x100000) macro
/optee_os/core/crypto/
H A Drng_fortuna.c523 n = MIN(blen - offs, SIZE_1M); in crypto_rng_read()
/optee_os/core/mm/
H A Dmobj.c561 *min_mem_sz = SIZE_1M; in plat_get_protmem_config()