Searched hist:8962 (Results 1 - 1 of 1) sorted by relevance

/gem5/src/arch/x86/
H A Dtlb.cc8962:397cbf4b11a6 Tue Apr 24 03:48:00 EDT 2012 Gabe Black <gblack@eecs.umich.edu> X86: Clear out duplicate TLB entries when adding a new one.

It's possible for two page table walks to overlap which will go in the same
place in the TLB's trie. They would land on top of each other, so this change
adds some code which detects if an address already matches an entry and if so
throws away the new one.

Completed in 26 milliseconds