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

/gem5/src/arch/x86/
H A Dtlb.cc8534:09745e0c3dd9 Fri Sep 02 20:04:00 EDT 2011 Lisa Hsu <Lisa.Hsu@amd.com> TLB: comments and a helpful warning.

Nothing big here, but when you have an address that is not in the page table request to be allocated, if it falls outside of the maximum stack range all you get is a page fault and you don't know why. Add a little warn() to explain it a bit. Also add some comments and alter logic a little so that you don't totally ignore the return value of checkAndAllocNextPage().
/gem5/src/sim/
H A Dprocess.cc8534:09745e0c3dd9 Fri Sep 02 20:04:00 EDT 2011 Lisa Hsu <Lisa.Hsu@amd.com> TLB: comments and a helpful warning.

Nothing big here, but when you have an address that is not in the page table request to be allocated, if it falls outside of the maximum stack range all you get is a page fault and you don't know why. Add a little warn() to explain it a bit. Also add some comments and alter logic a little so that you don't totally ignore the return value of checkAndAllocNextPage().

Completed in 57 milliseconds