Searched refs:DIST_SIZE (Results 1 - 4 of 4) sorted by relevance
/gem5/src/sim/ | ||
H A D | initparam_keys.hh | 66 static constexpr const char *DIST_SIZE = "dist-size"; member in struct:PseudoInst::InitParamKey |
H A D | pseudo_inst.cc | 425 } else if (strcmp(key_str, InitParamKey::DIST_SIZE) == 0) { |
/gem5/src/dev/arm/ | ||
H A D | gic_v2.hh | 75 DIST_SIZE = 0x1000, enumerator in enum:GicV2::__anon122 |
H A D | gic_v2.cc | 70 distRange(RangeSize(p->dist_addr, DIST_SIZE)), |
Completed in 9 milliseconds