gem5
v20.1.0.0
|
This struct is used to build target-OS-dependent tables that map the target's flags to the host's flags. More...
#include <operatingsystem.hh>
Public Attributes | |
int | tgtFlag |
Target system flag value. More... | |
int | hostFlag |
Corresponding host system flag value. More... | |
This struct is used to build target-OS-dependent tables that map the target's flags to the host's flags.
Definition at line 41 of file operatingsystem.hh.
int SyscallFlagTransTable::hostFlag |
Corresponding host system flag value.
Definition at line 43 of file operatingsystem.hh.
int SyscallFlagTransTable::tgtFlag |
Target system flag value.
Definition at line 42 of file operatingsystem.hh.