Home
last modified time | relevance | path

Searched refs:next_va (Results 1 – 3 of 3) sorted by relevance

/optee_os/core/drivers/crypto/caam/utils/
A Dutils_mem.c239 vaddr_t next_va = 0; in caam_mem_get_pa_area() local
290 next_va = va + len_tohandle; in caam_mem_get_pa_area()
301 touch_page(next_va); in caam_mem_get_pa_area()
302 next_pa = virt_to_phys((void *)next_va); in caam_mem_get_pa_area()
309 pabufs[nb_pa_area].data = (uint8_t *)next_va; in caam_mem_get_pa_area()
315 nb_pa_area, next_pa, next_va); in caam_mem_get_pa_area()
318 va = next_va; in caam_mem_get_pa_area()
/optee_os/core/mm/
A Dvm.c531 vaddr_t next_va = 0; in vm_remap() local
621 next_va = old_va; in vm_remap()
625 r->va = next_va; in vm_remap()
626 next_va += r->size; in vm_remap()
/optee_os/ldelf/
A Dta_elf.c1437 vaddr_t next_va = maps[map_idx].va + in ta_elf_print_mappings() local
1442 if (next_va == maps[map_idx + 1].va && in ta_elf_print_mappings()

Completed in 8 milliseconds