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

/gem5/src/arch/x86/
H A Dx86_traits.hh72 const Addr PhysAddrPrefixIO = ULL(0x8000000000000000); member in namespace:X86ISA
83 return PhysAddrPrefixIO | port;
H A Dtlb.cc213 req->setPaddr(PhysAddrPrefixIO | IOPort);
217 req->setPaddr(PhysAddrPrefixIO | IOPort);
/gem5/src/gpu-compute/
H A Dgpu_tlb.cc631 req->setPaddr(PhysAddrPrefixIO | IOPort);
635 req->setPaddr(PhysAddrPrefixIO | IOPort);

Completed in 12 milliseconds