|
gem5
v19.0.0.0
|
#include <process.hh>
Public Member Functions | |
| SyscallDesc * | getDesc (int offset) const |
Public Attributes | |
| int | base |
| SyscallDesc * | descs |
| int | size |
Definition at line 55 of file process.hh.
| SyscallDesc * ArmLinuxProcessBits::SyscallTable::getDesc | ( | int | offset | ) | const |
Definition at line 1707 of file process.cc.
References X86ISA::base, and ArmISA::offset.
| int ArmLinuxProcessBits::SyscallTable::base |
Definition at line 57 of file process.hh.
Referenced by ArmLinuxProcess32::ArmLinuxProcess32(), and ArmLinuxProcess64::ArmLinuxProcess64().
| SyscallDesc* ArmLinuxProcessBits::SyscallTable::descs |
Definition at line 58 of file process.hh.
Referenced by ArmLinuxProcess32::ArmLinuxProcess32(), and ArmLinuxProcess64::ArmLinuxProcess64().
| int ArmLinuxProcessBits::SyscallTable::size |
Definition at line 59 of file process.hh.
Referenced by ArmLinuxProcess32::ArmLinuxProcess32(), and ArmLinuxProcess64::ArmLinuxProcess64().