Home
last modified time | relevance | path

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

/optee_os/core/mm/
H A Dboot_mem.c183 static void *add_offs(void *p, size_t offs) in add_offs() function
202 boot_mem_desc = add_offs(boot_mem_desc, offs); in boot_mem_relocate()
208 boot_mem_desc->reloc = add_offs(boot_mem_desc->reloc, offs); in boot_mem_relocate()
212 reloc->ptrs[n] = add_offs(reloc->ptrs[n], offs); in boot_mem_relocate()
218 reloc->next = add_offs(reloc->next, offs); in boot_mem_relocate()
222 boot_mem_desc->padding = add_offs(boot_mem_desc->padding, offs); in boot_mem_relocate()
228 pad->next = add_offs(pad->next, offs); in boot_mem_relocate()