gem5  v20.1.0.0
Public Attributes | List of all members
SyscallFlagTransTable Struct Reference

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...
 

Detailed Description

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.

Member Data Documentation

◆ hostFlag

int SyscallFlagTransTable::hostFlag

Corresponding host system flag value.

Definition at line 43 of file operatingsystem.hh.

◆ tgtFlag

int SyscallFlagTransTable::tgtFlag

Target system flag value.

Definition at line 42 of file operatingsystem.hh.


The documentation for this struct was generated from the following file:

Generated on Wed Sep 30 2020 14:02:32 for gem5 by doxygen 1.8.17