Home
last modified time | relevance | path

Searched refs:next_pa (Results 1 – 2 of 2) sorted by relevance

/optee_os/core/drivers/crypto/caam/utils/
H A Dutils_mem.c273 paddr_t next_pa = 0; in caam_mem_get_pa_area() local
334 next_pa = virt_to_phys((void *)next_va); in caam_mem_get_pa_area()
335 if (!next_pa) in caam_mem_get_pa_area()
338 if (next_pa != (pa + len_tohandle)) { in caam_mem_get_pa_area()
342 pabufs[nb_pa_area].paddr = next_pa; in caam_mem_get_pa_area()
347 nb_pa_area, next_pa, next_va); in caam_mem_get_pa_area()
351 pa = next_pa; in caam_mem_get_pa_area()
/optee_os/core/mm/
H A Dcore_mmu.c1115 paddr_t next_pa = 0; in collect_mem_ranges() local
1147 next_pa = VCORE_FREE_PA + VCORE_FREE_SZ; in collect_mem_ranges()
1158 next_pa = VCORE_FREE_PA + VCORE_FREE_SZ; in collect_mem_ranges()
1179 ADD_PHYS_MEM(MEM_AREA_SEC_RAM_OVERALL, next_pa, in collect_mem_ranges()
1181 secure_only[0].size - next_pa); in collect_mem_ranges()