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

/gem5/src/arch/x86/linux/
H A Dsystem.cc69 const Addr realModeData = 0x90200; local
78 const Addr commandLinePointer = realModeData + 0x228;
80 if (commandLine.length() + 1 > realModeData - commandLineBuff)
82 commandLine, realModeData - commandLineBuff - 1);
123 const Addr e820MapNrPointer = realModeData + 0x1e8;
126 const Addr e820MapPointer = realModeData + 0x2d0;
134 threadContexts[0]->setIntReg(INTREG_RSI, realModeData);

Completed in 3 milliseconds