Home
last modified time | relevance | path

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

/optee_os-3.20.0/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-3.20.0/core/mm/
A Dvm.c568 vaddr_t next_va = 0; in vm_remap() local
665 next_va = old_va; in vm_remap()
669 r->va = next_va; in vm_remap()
670 next_va += r->size; in vm_remap()
/optee_os-3.20.0/ldelf/
A Dta_elf.c1484 vaddr_t next_va = maps[map_idx].va + in ta_elf_print_mappings() local
1489 if (next_va == maps[map_idx + 1].va && in ta_elf_print_mappings()

Completed in 9 milliseconds