Searched refs:dw1 (Results 1 - 3 of 3) sorted by relevance

/gem5/src/dev/arm/
H A Dsmmu_v3_defs.hh223 DWORD1 dw1; member in struct:StreamTableEntry
296 DWORD1 dw1; member in struct:ContextDescriptor
369 DWORD1 dw1; member in struct:SMMUCommand
373 uint64_t address = (uint64_t)(dw1.address) << 12;
H A Dsmmu_v3.cc407 const auto range = cmd.dw1.range;
495 const bool leaf_only = cmd.dw1.leaf ? true : false;
511 const bool leaf_only = cmd.dw1.leaf ? true : false;
525 if (!cmd.dw1.leaf)
H A Dsmmu_v3_transl.cc630 tc.ttb0 = cd.dw1.ttb0 << CD_TTB_SHIFT;
1380 DPRINTF(SMMUv3, " STE at %#x [1]: 0x%016x\n", ste_addr, ste.dw1);
1443 DPRINTF(SMMUv3, " CD at %#x [1]: 0x%016x\n", cd_addr, cd.dw1);

Completed in 8 milliseconds