Lines Matching defs:entry
302 WARN("Missing xlat table entry at address 0x%lx\n",
311 VERBOSE("Invalid entry (memory not mapped)\n");
349 uint64_t *entry;
366 entry = find_xlat_table_entry(base_va,
371 if (entry == NULL) {
377 *addr_pa = *entry & TABLE_ADDR_MASK;
381 *table_entry = entry;
388 desc = *entry;
493 const uint64_t *entry;
497 entry = find_xlat_table_entry(base_va,
502 if (entry == NULL) {
507 desc = *entry;
543 uint64_t *entry = NULL;
548 &entry, &addr_pa, &level);
570 *entry = INVALID_DESC;
572 dccvac((uintptr_t)entry);
581 *entry = xlat_desc(ctx, new_attr, addr_pa, level);
583 dccvac((uintptr_t)entry);