Searched defs:VAddrOffset (Results 1 - 3 of 3) sorted by relevance

/gem5/src/arch/arm/
H A Disa_traits.hh89 inline Addr VAddrOffset(Addr a) { return a & ArmISA::PageOffset; } function in namespace:ArmISA
/gem5/src/arch/alpha/
H A Dev5.hh48 inline Addr VAddrOffset(Addr a) { return a & PageOffset; } function in namespace:AlphaISA
/gem5/src/arch/mips/
H A Disa_traits.hh104 inline Addr VAddrOffset(Addr a) { return a & MipsISA::PageOffset; } function in namespace:MipsISA

Completed in 4 milliseconds