gem5
v21.1.0.2
|
#include <syscall_desc.hh>
Public Member Functions | |
SyscallDescTable (std::initializer_list< SyscallDescABI< ABI >> descs) | |
SyscallDesc * | get (int num, bool fatal_if_missing=true) |
Private Attributes | |
std::map< int, SyscallDescABI< ABI > > | _descs |
Definition at line 184 of file syscall_desc.hh.
|
inline |
Definition at line 190 of file syscall_desc.hh.
|
inline |
Definition at line 199 of file syscall_desc.hh.
Referenced by gem5::MipsISA::EmuLinux::syscall(), and gem5::ArmISA::EmuLinux::syscall().
|
private |
Definition at line 187 of file syscall_desc.hh.
Referenced by gem5::SyscallDescTable< gem5::PowerISA::SEWorkload::SyscallABI >::get(), and gem5::SyscallDescTable< gem5::PowerISA::SEWorkload::SyscallABI >::SyscallDescTable().