gem5
[DEVELOP-FOR-23.0]
|
#include <smmu_v3_defs.hh>
Public Member Functions | |
BitUnion64 (DWORD0) Bitfield< 7 | |
EndBitUnion (DWORD0) DWORD0 dw0 | |
BitUnion64 (DWORD1) Bitfield< 0 > leaf | |
EndBitUnion (DWORD1) DWORD1 dw1 | |
uint64_t | addr () const |
Public Attributes | |
type | |
Bitfield< 10 > | ssec |
Bitfield< 11 > | ssv |
Bitfield< 31, 12 > | ssid |
Bitfield< 47, 32 > | vmid |
Bitfield< 63, 48 > | asid |
Bitfield< 63, 32 > | sid |
Bitfield< 4, 0 > | size |
Bitfield< 4, 0 > | range |
Bitfield< 63, 12 > | address |
Definition at line 359 of file smmu_v3_defs.hh.
|
inline |
Definition at line 380 of file smmu_v3_defs.hh.
Referenced by gem5::SMMUv3::processCommand().
gem5::SMMUCommand::BitUnion64 | ( | DWORD0 | ) |
gem5::SMMUCommand::BitUnion64 | ( | DWORD1 | ) |
gem5::SMMUCommand::EndBitUnion | ( | DWORD0 | ) |
gem5::SMMUCommand::EndBitUnion | ( | DWORD1 | ) |
Bitfield<63, 12> gem5::SMMUCommand::address |
Definition at line 376 of file smmu_v3_defs.hh.
Bitfield<63, 48> gem5::SMMUCommand::asid |
Definition at line 367 of file smmu_v3_defs.hh.
Referenced by gem5::SMMUv3::processCommand().
Bitfield<4, 0> gem5::SMMUCommand::range |
Definition at line 375 of file smmu_v3_defs.hh.
Referenced by gem5::SMMUv3::processCommand().
Bitfield<63, 32> gem5::SMMUCommand::sid |
Definition at line 368 of file smmu_v3_defs.hh.
Referenced by gem5::SMMUv3::processCommand().
Bitfield<4, 0> gem5::SMMUCommand::size |
Definition at line 374 of file smmu_v3_defs.hh.
Bitfield<10> gem5::SMMUCommand::ssec |
Definition at line 363 of file smmu_v3_defs.hh.
Bitfield<31, 12> gem5::SMMUCommand::ssid |
Definition at line 365 of file smmu_v3_defs.hh.
Referenced by gem5::SMMUv3::processCommand().
Bitfield<11> gem5::SMMUCommand::ssv |
Definition at line 364 of file smmu_v3_defs.hh.
gem5::SMMUCommand::type |
Definition at line 362 of file smmu_v3_defs.hh.
Referenced by gem5::SMMUv3::processCommand().
Bitfield<47, 32> gem5::SMMUCommand::vmid |
Definition at line 366 of file smmu_v3_defs.hh.
Referenced by gem5::SMMUv3::processCommand().