gem5/src/arch/x86/linux
Steve Reinhardt 4514f565e3 syscalls: fix latent brk/obreak bug.
Bogus calls to ChunkGenerator with negative size were triggering
a new assertion that was added there.
Also did a little renaming and cleanup in the process.
2008-11-15 09:30:10 -08:00
..
linux.cc Add a tgt_iovec structure to support writev, change the name of X86Linux to X86Linux64, add some syscalls. 2007-07-24 15:42:11 -07:00
linux.hh style: Remove non-leading tabs everywhere they shouldn't be. Developers should configure their editors to not insert tabs 2008-09-10 14:26:15 -04:00
process.cc Make the process objects use the Params structs in their constructors, and use a limit to check if access are on the stack. 2007-10-16 18:04:01 -07:00
process.hh Make the process objects use the Params structs in their constructors, and use a limit to check if access are on the stack. 2007-10-16 18:04:01 -07:00
syscalls.cc syscalls: fix latent brk/obreak bug. 2008-11-15 09:30:10 -08:00
system.cc X86: Make the e820 table manually or automatically configurable from python. 2008-06-12 00:58:36 -04:00
system.hh X86: Make the e820 table manually or automatically configurable from python. 2008-06-12 00:58:36 -04:00