Searched refs:local_entry (Results 1 - 1 of 1) sorted by relevance

/gem5/src/gpu-compute/
H A Dgpu_tlb.cc1172 TlbEntry *local_entry, *new_entry; local
1176 local_entry = sender_state->tlbEntry;
1186 local_entry = new_entry;
1192 local_entry = insert(virt_page_addr, *new_entry);
1195 assert(local_entry);
1204 "while paddr was %#x.\n", local_entry->vaddr,
1205 local_entry->paddr);
1207 pagingProtectionChecks(tc, pkt, local_entry, mode);
1208 int page_size = local_entry->size();
1209 Addr paddr = local_entry
1419 TlbEntry *local_entry, *new_entry; local
[all...]

Completed in 7 milliseconds