|
gem5
v19.0.0.0
|
#include <process.hh>
Public Member Functions | |
| SyscallDesc * | getDesc (int callnum) |
| SyscallDesc * | getDesc32 (int callnum) |
Static Public Attributes | |
| static SyscallDescABI< DefaultSyscallABI > | syscallDescs [] |
| Array of syscall descriptors, indexed by call number. More... | |
| static SyscallDescABI< DefaultSyscallABI > | syscall32Descs [] |
| Array of 32 bit compatibility syscall descriptors, indexed by call number. More... | |
| static const int | Num_Syscall_Descs |
| static const int | Num_Syscall32_Descs |
Definition at line 44 of file process.hh.
| SyscallDesc * SparcLinuxProcess::getDesc | ( | int | callnum | ) |
Definition at line 83 of file process.cc.
Referenced by SparcISA::Sparc64LinuxProcess::getDesc().
| SyscallDesc * SparcLinuxProcess::getDesc32 | ( | int | callnum | ) |
Definition at line 91 of file process.cc.
Referenced by SparcISA::Sparc32LinuxProcess::getDesc().
|
static |
|
static |
|
static |
Array of 32 bit compatibility syscall descriptors, indexed by call number.
Definition at line 52 of file process.hh.
Referenced by SparcISA::getresuidFunc().
|
static |
Array of syscall descriptors, indexed by call number.
Definition at line 48 of file process.hh.
Referenced by SparcISA::getresuidFunc().