gem5
|
#include <process.hh>
Classes | |
struct | SyscallTable |
Protected Member Functions | |
SyscallDesc * | getLinuxDesc (int callnum) |
Protected Attributes | |
std::vector< SyscallTable > | syscallTables |
Definition at line 50 of file process.hh.
|
protected |
Definition at line 1633 of file process.cc.
References ArmISA::i, panic, and syscallTables.
Referenced by ArmLinuxProcess32::getDesc(), and ArmLinuxProcess64::getDesc().
|
protected |
Definition at line 64 of file process.hh.
Referenced by ArmLinuxProcess32::ArmLinuxProcess32(), ArmLinuxProcess64::ArmLinuxProcess64(), and getLinuxDesc().