Searched refs:toc_entry (Results 1 – 2 of 2) sorted by relevance
105 struct fip_toc_entry *toc_entry; in fip_get_entry() local121 toc_entry = toc->entry; in fip_get_entry()132 while (!uuid_cmp(toc_entry->uuid, target_uuid)) { in fip_get_entry()133 if (uuid_is_null(toc_entry->uuid)) in fip_get_entry()135 toc_entry++; in fip_get_entry()140 (uintptr_t)toc, (uintptr_t)toc_entry->offset_address, &address)) { in fip_get_entry()144 if ((uintptr_t)toc_entry->offset_address + toc_entry->size > limit) in fip_get_entry()148 entry_data->size = toc_entry->size; in fip_get_entry()149 entry_data->flags = toc_entry->flags; in fip_get_entry()
92 fip_toc_entry_t *toc_entry; in fw_fip_load_bl2() local114 toc_entry = fip_package.fip_toc_entry; in fw_fip_load_bl2()117 if (memcmp((void *) uuid_null, (void *)toc_entry->uuid, 16) == 0) { in fw_fip_load_bl2()121 if (memcmp((void *)uuid_bl2, (void *)toc_entry->uuid, 16) == 0) { in fw_fip_load_bl2()122 offset += (uint32_t)toc_entry->offset_addr; in fw_fip_load_bl2()124 (unsigned int)toc_entry->size, offset); in fw_fip_load_bl2()131 toc_entry->size); in fw_fip_load_bl2()134 toc_entry++; in fw_fip_load_bl2()
Completed in 3 milliseconds