gem5
|
#include <process.hh>
Public Member Functions | |
SyscallDesc * | getDesc (int callnum) |
SyscallDesc * | getDesc32 (int callnum) |
Static Public Attributes | |
static SyscallDesc | syscallDescs [] |
Array of syscall descriptors, indexed by call number. More... | |
static SyscallDesc | 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 43 of file process.hh.
SyscallDesc * SparcLinuxProcess::getDesc | ( | int | callnum | ) |
Definition at line 48 of file process.cc.
Referenced by SparcISA::Sparc64LinuxProcess::getDesc().
SyscallDesc * SparcLinuxProcess::getDesc32 | ( | int | callnum | ) |
Definition at line 56 of file process.cc.
Referenced by SparcISA::Sparc32LinuxProcess::getDesc().
|
static |
Definition at line 57 of file process.hh.
|
static |
Definition at line 56 of file process.hh.
|
static |
Array of 32 bit compatibility syscall descriptors, indexed by call number.
Definition at line 51 of file process.hh.
|
static |
Array of syscall descriptors, indexed by call number.
Definition at line 47 of file process.hh.