Searched refs:USegBase (Results 1 - 4 of 4) sorted by relevance
/gem5/src/arch/alpha/ | ||
H A D | utility.hh | 81 inline bool IsUSeg(Addr a) { assert(USegBase == 0); return a <= USegEnd; } |
H A D | isa_traits.hh | 64 const Addr USegBase = ULL(0x0); member in namespace:AlphaISA |
/gem5/src/arch/arm/ | ||
H A D | isa_traits.hh | 80 const Addr USegBase = ULL(0x0); member in namespace:ArmISA |
/gem5/src/arch/mips/ | ||
H A D | isa_traits.hh | 70 const Addr USegBase = ULL(0x0); member in namespace:MipsISA |
Completed in 7 milliseconds