gem5/src
Steve Reinhardt 0e214bdfd1 syscall_emul: factor out flag tables into common file
The openFlagTable and mmapFlagTables for emulated Linux
platforms are basically identical, but are specified
repetitively for every platform.  Use a common file
that gets included for each platform so that we only
have one copy, making them more consistent and simplifying
changes (like adding #ifdefs).

In the process, made some minor fixes that slipped through
due to previous inconsistencies, and added more #ifdefs
to try to fix building on alternative hosts.
2016-04-01 16:38:15 -07:00
..
arch syscall_emul: factor out flag tables into common file 2016-04-01 16:38:15 -07:00
base base: add symbol support for dynamic libraries 2016-03-17 10:34:27 -07:00
cpu kvm: Add an option to force context sync on kvm entry/exit 2016-03-30 10:52:25 +01:00
dev dev: Add post-fork handling for disk images 2015-11-26 10:11:52 +00:00
doc cpu: `Minor' in-order CPU model 2014-07-23 16:09:04 -05:00
doxygen MEM: Put memory system document into doxygen 2012-09-25 11:49:41 -05:00
gpu-compute gpu-compute: remove unused variable from scoreboard check stage 2016-03-21 11:26:23 -04:00
kern syscall_emul: factor out flag tables into common file 2016-04-01 16:38:15 -07:00
mem mem: Adjust cache queue reserve to more conservative values 2016-03-17 09:51:22 -04:00
proto cpu: Support virtual addr in elastic traces 2015-12-07 16:42:16 -06:00
python misc: Don't build region.py as a PySource 2016-03-30 16:21:27 +01:00
sim base: add symbol support for dynamic libraries 2016-03-17 10:34:27 -07:00
unittest style: remove trailing whitespace 2016-02-06 17:21:18 -08:00
Doxyfile Doxygen: Update the version of the Doxyfile 2012-10-11 06:38:42 -04:00
SConscript scons: fix building in non-standard locations 2016-03-13 17:47:33 -07:00