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

/gem5/src/arch/x86/linux/
H A Dsystem.cc55 : X86System(p), commandLine(p->boot_osflags), e820Table(p->e820_table)
80 if (commandLine.length() + 1 > realModeData - commandLineBuff)
82 commandLine, realModeData - commandLineBuff - 1);
83 physProxy.writeBlob(commandLineBuff, commandLine.c_str(),
84 commandLine.length() + 1);
H A Dsystem.hh53 std::string commandLine; member in class:LinuxX86System

Completed in 5 milliseconds