gem5 v24.0.0.0
|
#include <aux_vector.hh>
Public Member Functions | |
AuxVector ()=default | |
AuxVector (IntType _type, IntType _val) | |
Public Attributes | |
IntType | type = 0 |
IntType | val = 0 |
Definition at line 43 of file aux_vector.hh.
|
default |
|
inline |
Definition at line 47 of file aux_vector.hh.
IntType gem5::auxv::AuxVector< IntType >::type = 0 |
Definition at line 49 of file aux_vector.hh.
Referenced by gem5::auxv::swap_byte().
IntType gem5::auxv::AuxVector< IntType >::val = 0 |
Definition at line 50 of file aux_vector.hh.
Referenced by gem5::auxv::swap_byte().