Searched refs:MipsLinux (Results 1 - 3 of 3) sorted by relevance
/gem5/src/arch/mips/linux/ |
H A D | linux.cc | 36 #define TARGET MipsLinux
|
H A D | process.cc | 175 /* 3 */ SyscallDesc("read", readFunc<MipsLinux>), 176 /* 4 */ SyscallDesc("write", writeFunc<MipsLinux>), 177 /* 5 */ SyscallDesc("open", openFunc<MipsLinux>), 187 /* 15 */ SyscallDesc("chmod", chmodFunc<MipsLinux>), 226 /* 54 */ SyscallDesc("ioctl", ioctlFunc<MipsLinux>), 249 /* 77 */ SyscallDesc("getrusage", getrusageFunc<MipsLinux>), 262 /* 90 */ SyscallDesc("mmap", mmapFunc<MipsLinux>), 266 /* 94 */ SyscallDesc("fchmod", fchmodFunc<MipsLinux>), 278 /* 106 */ SyscallDesc("stat", statFunc<MipsLinux>), 280 /* 108 */ SyscallDesc("fstat", fstatFunc<MipsLinux>), [all...] |
H A D | linux.hh | 36 class MipsLinux : public Linux class in inherits:Linux
|
Completed in 6 milliseconds