gem5
v20.1.0.0
|
#include <process.hh>
Static Public Attributes | |
static SyscallDescTable< Sparc64Process::SyscallABI > | syscallDescs |
64 bit syscall descriptors, indexed by call number. More... | |
static SyscallDescTable< Sparc32Process::SyscallABI > | syscall32Descs |
32 bit compatibility syscall descriptors, indexed by call number. More... | |
Definition at line 42 of file process.hh.
|
static |
32 bit compatibility syscall descriptors, indexed by call number.
Definition at line 49 of file process.hh.
Referenced by SparcISA::Sparc32LinuxProcess::syscall().
|
static |
64 bit syscall descriptors, indexed by call number.
Definition at line 46 of file process.hh.
Referenced by SparcISA::Sparc64LinuxProcess::syscall().