Searched refs:clear (Results 226 - 250 of 254) sorted by relevance

1234567891011

/gem5/src/arch/arm/
H A Disa.hh434 void clear();
H A Disa.cc116 clear();
128 ISA::clear() function in class:ArmISA::ISA
444 DPRINTF(MiscRegs, "Reading MiscReg %s with clear res1 bits: %#x\n",
685 return 0x04; // DC ZVA clear 64-byte chunks
/gem5/src/cpu/o3/
H A Dlsq.hh576 flags.clear(Flag::Sent);
/gem5/src/cpu/simple/
H A Datomic.cc122 activeThreads.clear();
H A Dtiming.cc105 activeThreads.clear();
/gem5/src/gpu-compute/
H A Dgpu_tlb.cc1780 iter->second.localTLBAccesses.clear();
1789 //clear the TLBFootprint map
1790 TLBFootprint.clear();
H A Dwavefront.cc811 instructionBuffer.clear();
/gem5/src/dev/arm/
H A Dgic_v3_its.cc291 COMMAND(CLEAR, &ItsCommand::clear),
388 ItsCommand::clear(Yield &yield, CommandEntry &command) function in class:ItsCommand
/gem5/src/systemc/ext/dt/int/
H A Dsc_signed.hh1237 void clear(int i); // Set the ith bit to 0.
1244 clear(i);
1250 clear(i);
H A Dsc_unsigned.hh1141 void clear(int i); // Set the ith bit to 0.
1148 clear(i);
1154 clear(i);
/gem5/src/dev/net/
H A Dns_gige.cc478 // First clear all writable bits
787 is now limited to being used to clear all interrupts upon the kernel
795 panic("Cannot clear a reserved interrupt");
937 txFifo.clear();
953 rxFifo.clear();
/gem5/ext/dsent/model/
H A DElectricalModel.cc175 m_driving_strengths_.clear();
/gem5/ext/googletest/googletest/src/
H A Dgtest.cc460 // This recursive algorithm isn't very efficient, but is clear and
2046 test_part_results_.clear();
2163 test_part_results_.clear();
2164 test_properties_.clear();
5350 g_argvs.clear();
/gem5/ext/googletest/googletest/test/
H A Dgtest-param-test_test.cc664 collected_parameters_.clear();
H A Dgtest-port_test.cc1187 list_->clear();
H A Dgtest_unittest.cc7111 vec.clear();
7119 vec.clear();
7127 vec.clear();
/gem5/src/arch/arm/tracers/
H A Dtarmac_parser.cc726 destRegRecords.clear();
/gem5/ext/pybind11/include/pybind11/
H A Dstl_bind.h483 cl.def("clear", &Vector::clear, "clears the contents");
H A Dnumpy.h1397 shape.clear();
/gem5/src/base/
H A Dstatistics.hh2965 data.cmap.clear();
2979 cmap.clear();
/gem5/src/python/m5/
H A DSimObject.py250 code('this->${{param.name}}.clear();')
334 code('${{param.name}}.clear();')
587 # clears the parent pointer), and this makes it clear that the
1366 # clear out child with given name. This code is not likely to be exercised.
1752 def clear(): function
H A Dparams.py2171 def clear(): function
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_signed.h1352 void clear(int i); // Set the ith bit to 0.
1354 { if (v) set(i); else clear(i); }
1356 { if (test(i)) clear(i); else set(i); }
H A Dsc_unsigned.h1253 void clear(int i); // Set the ith bit to 0.
1255 { if (v) set(i); else clear(i); }
1257 { if (test(i)) clear(i); else set(i); }
/gem5/ext/mcpat/
H A DxmlParser.cc180 return _CXML("Error: Unmatched clear tag end");
1088 // First check whether the token is in the clear tag list (meaning it
1101 // If we didn't find a clear tag then check for standard tokens
1403 // Add clear (unformatted) text to the element.
1426 // Parse a clear (unformatted) type node.
1462 // Add the clear node to the current element
1739 // If we found a clear (unformatted) token
2931 c.clear = d->pClear[i];

Completed in 189 milliseconds

1234567891011