Searched refs:ZeroPGE (Results 1 - 2 of 2) sorted by relevance
/gem5/src/arch/mips/linux/ | ||
H A D | system.hh | 81 Addr ZeroPGE() const { return KernelStart + 0x0A000; } function in class:LinuxMipsSystem 84 Addr Param() const { return ZeroPGE() + 0x0; } |
/gem5/src/arch/alpha/linux/ | ||
H A D | system.hh | 78 Addr ZeroPGE() const { return KernelStart + 0x0A000; } function in class:LinuxAlphaSystem 81 Addr Param() const { return ZeroPGE() + 0x0; } |
Completed in 2 milliseconds