Searched refs:K0SegBase (Results 1 - 4 of 4) sorted by relevance

/gem5/src/arch/alpha/
H A Dutility.hh84 inline bool IsK0Seg(Addr a) { return K0SegBase <= a && a <= K0SegEnd; }
85 inline Addr K0Seg2Phys(Addr addr) { return addr & ~K0SegBase; }
H A Disa_traits.hh68 const Addr K0SegBase = ULL(0xfffffc0000000000); member in namespace:AlphaISA
H A Dremote_gdb.cc170 if (va < (K0SegBase + system()->memSize())) {
H A Dev5.hh67 return addr | K0SegBase;

Completed in 7 milliseconds