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

/gem5/src/arch/x86/linux/
H A Dsystem.cc76 const Addr commandLineBuff = 0x90000; local
77 // A pointer to the commandLineBuff stored in the real mode data.
80 if (commandLine.length() + 1 > realModeData - commandLineBuff)
82 commandLine, realModeData - commandLineBuff - 1);
83 physProxy.writeBlob(commandLineBuff, commandLine.c_str(),
89 X86ISA::htog((uint32_t)commandLineBuff);

Completed in 11 milliseconds