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

/gem5/src/arch/arm/
H A Dtlb.hh9535:508aebb47ca6 Fri Feb 15 17:40:00 EST 2013 Mrinmoy Ghosh <mrinmoy.ghosh@arm.com> arm: fix a page table walker issue where a page could be translated multiple times

If multiple memory operations to the same page are miss the TLB they are
all inserted into the page table queue and before this change could result
in multiple uncessesary walks as well as duplicate enteries being inserted
into the TLB.
H A Dtable_walker.cc9535:508aebb47ca6 Fri Feb 15 17:40:00 EST 2013 Mrinmoy Ghosh <mrinmoy.ghosh@arm.com> arm: fix a page table walker issue where a page could be translated multiple times

If multiple memory operations to the same page are miss the TLB they are
all inserted into the page table queue and before this change could result
in multiple uncessesary walks as well as duplicate enteries being inserted
into the TLB.
H A Dtlb.cc9535:508aebb47ca6 Fri Feb 15 17:40:00 EST 2013 Mrinmoy Ghosh <mrinmoy.ghosh@arm.com> arm: fix a page table walker issue where a page could be translated multiple times

If multiple memory operations to the same page are miss the TLB they are
all inserted into the page table queue and before this change could result
in multiple uncessesary walks as well as duplicate enteries being inserted
into the TLB.

Completed in 61 milliseconds