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

/gem5/ext/testlib/
H A Duid.py40 self.attributes = args
82 self.attributes))
97 return self.attributes[1]
101 return self.attributes[0]
110 return self.attributes[0]
H A Dresult.py179 for attr in self.attributes:
216 self.attributes = []
218 self.attributes.append(self.result_attribute(result,
240 self.attributes = [
244 self.attributes.append(self.result_attribute(result,
257 self.attributes = [
276 self.attributes = []
/gem5/src/arch/arm/
H A Dpagetable.hh106 uint64_t attributes; // Memory attributes formatted for PAR member in struct:ArmISA::TlbEntry
153 attributes(0), lookupLevel(L1), asid(_asn), vmid(0), N(0),
168 pfn(0), size(0), vpn(0), attributes(0), lookupLevel(L1), asid(0),
244 if ( attributes & (1 << 11) ) {
259 * Inner[6:4](Inner memory attributes)
260 * Outer[3:2](Outer memory attributes)
275 attributes &= ~mask;
276 attributes |= newBits;
282 attributes
316 SERIALIZE_SCALAR(attributes); variable
346 UNSERIALIZE_SCALAR(attributes); variable
[all...]
H A Dtlb.cc1107 // Set memory attributes
1127 DPRINTF(TLBVerbose, "(No MMU) setting memory attributes: shareable: "
1131 setAttr(temp_te.attributes);
1147 // If we have the table entry transfer some of the attributes to the
1150 // Set memory attributes
1152 "Setting memory attributes: shareable: %d, innerAttrs: %d, "
1156 setAttr(te->attributes);
H A Dtable_walker.cc1238 // Different format and source of attributes if this is a stage 2
1264 // LPAE always uses remapping of memory attributes, irrespective of the
1276 // attribute. The other attributes are only used to fill the PAR register
1353 te.attributes |= (uint64_t) attr << 56;
1412 // Select attributes
1448 te.attributes = ((uint64_t) attr << 56) |
/gem5/ext/googletest/googletest/src/
H A Dgtest-filepath.cc212 const DWORD attributes = GetFileAttributes(unicode); local
214 return attributes != kInvalidFileAttributes;
236 const DWORD attributes = GetFileAttributes(unicode); local
238 if ((attributes != kInvalidFileAttributes) &&
239 (attributes & FILE_ATTRIBUTE_DIRECTORY)) {
H A Dgtest.cc2073 // The list of reserved attributes used in the <testsuites> element of XML
2086 // The list of reserved attributes used in the <testsuite> element of XML
2097 // The list of reserved attributes used in the <testcase> element of XML output.
3410 // delimited XML attributes based on the property key="value" pairs.
3412 // to delimit this attribute from prior attributes.
3740 // delimited XML attributes based on the property key="value" pairs.
3743 Message attributes; local
3746 attributes << " " << property.key() << "="
3749 return attributes.GetString();
/gem5/ext/googletest/googletest/test/
H A Dgtest_xml_test_utils.py59 * It has the same set of attributes as expected_node, each with
79 expected_attributes = expected_node.attributes
80 actual_attributes = actual_node .attributes
127 attributes are encountered, or if any other type of node is encountered.
/gem5/src/mem/
H A Dpacket.hh144 * List of command attributes.
170 * Structure that defines attributes and other data associated
176 const std::bitset<NUM_COMMAND_ATTRIBUTES> attributes; member in struct:MemCmd::CommandInfo
194 return commandInfo[cmd].attributes[attrib] != 0;

Completed in 49 milliseconds