Searched refs:K0SegEnd (Results 1 - 2 of 2) sorted by relevance

/gem5/src/arch/alpha/
H A Dutility.hh84 inline bool IsK0Seg(Addr a) { return K0SegBase <= a && a <= K0SegEnd; }
H A Disa_traits.hh69 const Addr K0SegEnd = ULL(0xfffffdffffffffff); member in namespace:AlphaISA

Completed in 4 milliseconds