gem5/src/arch/arm/linux
Steve Reinhardt 6f9d294e86 SE: move page allocation from PageTable to Process
PageTable supported an allocate() call that called back
through the Process to allocate memory, but did not have
a method to map addresses without allocating new pages.
It makes more sense for Process to do the allocation, so
this method was renamed allocateMem() and moved to Process,
and uses a new map() call on PageTable.

The remaining uses of the process pointer in PageTable
were only to get the name and the PID, so by passing these
in directly in the constructor, we can make PageTable
completely independent of Process.
2011-10-22 22:30:08 -07:00
..
atag.hh includes: sort all includes 2011-04-15 10:44:06 -07:00
linux.cc includes: sort all includes 2011-04-15 10:44:06 -07:00
linux.hh syscall_emul: implement MAP_FIXED option to mmap() 2011-10-22 22:30:07 -07:00
process.cc SE: move page allocation from PageTable to Process 2011-10-22 22:30:08 -07:00
process.hh includes: sort all includes 2011-04-15 10:44:06 -07:00
system.cc ARM: Mark some variables uncacheable until boot all CPUs are enabled. 2011-08-19 15:08:08 -05:00
system.hh ARM: Mark some variables uncacheable until boot all CPUs are enabled. 2011-08-19 15:08:08 -05:00