Searched refs:reloc_offs (Results 1 – 4 of 4) sorted by relevance
| /optee_os/core/mm/ |
| H A D | fobj.c | 538 unsigned int reloc_offs, in get_num_rels() argument 555 if (offs >= reloc_offs && in get_num_rels() 556 offs <= reloc_offs + num_pages * SMALL_PAGE_SIZE) in get_num_rels() 563 static void init_rels(struct fobj_ro_reloc_paged *rrp, unsigned int reloc_offs, in init_rels() argument 576 if (reloc[n] < reloc_offs) in init_rels() 580 r = reloc[n] - reloc_offs; in init_rels() 596 unsigned int reloc_offs, in fobj_ro_reloc_paged_alloc() argument 613 nrels = get_num_rels(num_pages, reloc_offs, reloc, num_relocs); in fobj_ro_reloc_paged_alloc() 625 init_rels(rrp, reloc_offs, reloc, num_relocs); in fobj_ro_reloc_paged_alloc()
|
| /optee_os/core/include/mm/ |
| H A D | fobj.h | 107 unsigned int reloc_offs,
|
| /optee_os/scripts/ |
| H A D | gen_tee_bin.py | 215 reloc_offs = hash_offs + len(hashes_bin) + hash_pad 217 total_len = reloc_offs + len(reloc_bin) + reloc_pad 221 reloc_offs, len(reloc_bin))
|
| /optee_os/core/arch/arm/kernel/ |
| H A D | boot.c | 464 unsigned int reloc_offs = (vaddr_t)__pageable_start - VCORE_START_VA; in ro_paged_alloc() local 468 return fobj_ro_reloc_paged_alloc(num_pages, hashes, reloc_offs, in ro_paged_alloc()
|