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

/gem5/src/arch/x86/bios/
H A DSMBios.py125 structures = VectorParam.X86SMBiosSMBiosStructure([], "smbios structures") variable in class:X86SMBiosSMBiosTable
H A Dsmbios.cc206 SimObject(p), structures(p->structures)
267 uint16_t numStructs = X86ISA::gtoh(structures.size());
286 for (it = structures.begin(); it != structures.end(); it++) {
H A Dsmbios.hh204 //Number of structures: computed when written to memory
211 std::vector<SMBiosStructure *> structures; member in class:X86ISA::SMBios::SMBiosTable
/gem5/configs/common/
H A DFSConfig.py544 structures = [X86SMBiosBiosInformation()]
545 self.smbios_table.structures = structures

Completed in 10 milliseconds