Searched refs:base (Results 151 - 167 of 167) sorted by relevance

1234567

/gem5/ext/systemc/src/sysc/qt/md/
H A Dhppa.s214 ; take r22 to be our new base register.
/gem5/src/arch/x86/
H A Dutility.cc46 #include "cpu/base.hh"
180 lApicBase.base = 0xFEE00000 >> 12;
193 // TODO Set the SMRAM base address (SMBASE) to 0x00030000
H A Ddecoder.cc34 #include "base/logging.hh"
35 #include "base/trace.hh"
36 #include "base/types.hh"
571 if (emi.modRM.mod == 0 && emi.sib.base == 5)
/gem5/src/arch/hsail/insts/
H A Ddecl.hh683 assert(ib->base.kind == Brig::BRIG_KIND_INST_CMP);
972 assert(ib->base.kind == Brig::BRIG_KIND_INST_BR);
992 assert(ib->base.kind == Brig::BRIG_KIND_INST_MEM_FENCE);
H A Dmem.hh978 rinfo = BrigRegOperandInfo((Brig::BrigKind16_t)op->base.kind,
1034 // fatal in the base class implementation
/gem5/ext/pybind11/include/pybind11/
H A Dpybind11.h1026 "Cannot bind an inaccessible base class method; use a lambda definition instead");
1033 "Cannot bind an inaccessible base class method; use a lambda definition instead");
1066 none_of<is_pyobject<Extra>...>::value || // no base class arguments, or:
1067 ( constexpr_sum(is_pyobject<Extra>::value...) == 1 && // Exactly one base
1085 /* Register base classes specified via template arguments to class_, if any */
1187 static_assert(std::is_same<C, type>::value || std::is_base_of<C, type>::value, "def_readwrite() requires a class member (or base class member)");
1196 static_assert(std::is_same<C, type>::value || std::is_base_of<C, type>::value, "def_readonly() requires a class member (or base class member)");
1396 enum_base(handle base, handle parent) : m_base(base), m_parent(parent) { } argument
1775 * It is not (yet) possible to use as a py::base
[all...]
/gem5/src/arch/arm/freebsd/
H A Dprocess.cc44 #include "base/loader/object_file.hh"
45 #include "base/trace.hh"
1247 table.base = 0;
1259 table.base = 0;
1279 int offset = callnum - base;
/gem5/src/gpu-compute/
H A Dgpu_tlb.cc47 #include "base/bitfield.hh"
48 #include "base/logging.hh"
49 #include "base/output.hh"
50 #include "base/trace.hh"
51 #include "cpu/base.hh"
751 Addr base = tc->readMiscRegNoEffect(MISCREG_SEG_BASE(seg)); local
764 Addr offset = bits(vaddr - base, size - 1, 0);
782 // The vaddr already has the segment base applied.
889 Addr baseAddr = localApicBase.base * PageBytes;
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util-generated.h3182 Iterator(const ParamGeneratorInterface<ParamType>* base, argument
3187 : base_(base),
3213 // Having the same base generator guarantees that the other
3298 Iterator(const ParamGeneratorInterface<ParamType>* base, argument
3305 : base_(base),
3336 // Having the same base generator guarantees that the other
3432 Iterator(const ParamGeneratorInterface<ParamType>* base, argument
3441 : base_(base),
3477 // Having the same base generator guarantees that the other
3583 Iterator(const ParamGeneratorInterface<ParamType>* base, argument
3753 Iterator(const ParamGeneratorInterface<ParamType>* base, const ParamGenerator<T1>& g1, const typename ParamGenerator<T1>::iterator& current1, const ParamGenerator<T2>& g2, const typename ParamGenerator<T2>::iterator& current2, const ParamGenerator<T3>& g3, const typename ParamGenerator<T3>::iterator& current3, const ParamGenerator<T4>& g4, const typename ParamGenerator<T4>::iterator& current4, const ParamGenerator<T5>& g5, const typename ParamGenerator<T5>::iterator& current5, const ParamGenerator<T6>& g6, const typename ParamGenerator<T6>::iterator& current6) argument
3940 Iterator(const ParamGeneratorInterface<ParamType>* base, const ParamGenerator<T1>& g1, const typename ParamGenerator<T1>::iterator& current1, const ParamGenerator<T2>& g2, const typename ParamGenerator<T2>::iterator& current2, const ParamGenerator<T3>& g3, const typename ParamGenerator<T3>::iterator& current3, const ParamGenerator<T4>& g4, const typename ParamGenerator<T4>::iterator& current4, const ParamGenerator<T5>& g5, const typename ParamGenerator<T5>::iterator& current5, const ParamGenerator<T6>& g6, const typename ParamGenerator<T6>::iterator& current6, const ParamGenerator<T7>& g7, const typename ParamGenerator<T7>::iterator& current7) argument
4146 Iterator(const ParamGeneratorInterface<ParamType>* base, const ParamGenerator<T1>& g1, const typename ParamGenerator<T1>::iterator& current1, const ParamGenerator<T2>& g2, const typename ParamGenerator<T2>::iterator& current2, const ParamGenerator<T3>& g3, const typename ParamGenerator<T3>::iterator& current3, const ParamGenerator<T4>& g4, const typename ParamGenerator<T4>::iterator& current4, const ParamGenerator<T5>& g5, const typename ParamGenerator<T5>::iterator& current5, const ParamGenerator<T6>& g6, const typename ParamGenerator<T6>::iterator& current6, const ParamGenerator<T7>& g7, const typename ParamGenerator<T7>::iterator& current7, const ParamGenerator<T8>& g8, const typename ParamGenerator<T8>::iterator& current8) argument
4368 Iterator(const ParamGeneratorInterface<ParamType>* base, const ParamGenerator<T1>& g1, const typename ParamGenerator<T1>::iterator& current1, const ParamGenerator<T2>& g2, const typename ParamGenerator<T2>::iterator& current2, const ParamGenerator<T3>& g3, const typename ParamGenerator<T3>::iterator& current3, const ParamGenerator<T4>& g4, const typename ParamGenerator<T4>::iterator& current4, const ParamGenerator<T5>& g5, const typename ParamGenerator<T5>::iterator& current5, const ParamGenerator<T6>& g6, const typename ParamGenerator<T6>::iterator& current6, const ParamGenerator<T7>& g7, const typename ParamGenerator<T7>::iterator& current7, const ParamGenerator<T8>& g8, const typename ParamGenerator<T8>::iterator& current8, const ParamGenerator<T9>& g9, const typename ParamGenerator<T9>::iterator& current9) argument
4608 Iterator(const ParamGeneratorInterface<ParamType>* base, const ParamGenerator<T1>& g1, const typename ParamGenerator<T1>::iterator& current1, const ParamGenerator<T2>& g2, const typename ParamGenerator<T2>::iterator& current2, const ParamGenerator<T3>& g3, const typename ParamGenerator<T3>::iterator& current3, const ParamGenerator<T4>& g4, const typename ParamGenerator<T4>::iterator& current4, const ParamGenerator<T5>& g5, const typename ParamGenerator<T5>::iterator& current5, const ParamGenerator<T6>& g6, const typename ParamGenerator<T6>::iterator& current6, const ParamGenerator<T7>& g7, const typename ParamGenerator<T7>::iterator& current7, const ParamGenerator<T8>& g8, const typename ParamGenerator<T8>::iterator& current8, const ParamGenerator<T9>& g9, const typename ParamGenerator<T9>::iterator& current9, const ParamGenerator<T10>& g10, const typename ParamGenerator<T10>::iterator& current10) argument
[all...]
/gem5/ext/googletest/googlemock/test/
H A Dgmock-matchers_test.cc697 // are pointers or references to a derived and a base class, correspondingly.
798 Base base; local
800 EXPECT_THAT(&base, A<Base*>());
801 // This shouldn't compile: EXPECT_THAT(&base, A<Derived*>());
1142 // used wherever Ref(base) can be used (Ref(derived) is a sub-type
1143 // of Ref(base), but not vice versa.
1146 Base base, base2; local
1148 Matcher<const Base&> m1 = Ref(base);
1149 EXPECT_TRUE(m1.Matches(base));
1155 EXPECT_FALSE(m1.Matches(base));
3203 Base base; local
[all...]
/gem5/src/dev/net/
H A Di8254xGBe.cc47 #include "base/inet.hh"
48 #include "base/trace.hh"
167 #define IN_RANGE(val, base, len) (val >= base && val < (base + len))
/gem5/ext/googletest/googlemock/scripts/generator/cpp/
H A Dast.py478 """Convert [Token,...] to [Class(...), ] useful for base classes.
1458 # Get base classes.
1475 # TODO(nnorwitz): store that we got virtual for this base.
1477 base, next_token = self.GetName()
1478 bases_ast = self.converter.ToType(base)
/gem5/src/dev/arm/
H A Dsmmu_v3_transl.cc675 "base=%#x (S%d, L%d)\n",
1474 Addr base = addr & ~mask;
1476 doRead(yield, base, ptr, pte_size);
H A DRealView.py122 int_base = Param.Unsigned("PCI interrupt base")
427 base = Param.Addr(0, "Base address") variable in class:GenericTimerMem
919 Generic Timer have the same interrupt lines and base addresses. Other
/gem5/ext/ply/ply/
H A Dlex.py831 base,ext = os.path.splitext(filename)
H A Dyacc.py2832 base,ext = os.path.splitext(filename)
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_nbcommon.inc2939 // Save the current setting, and set the base to decimal.

Completed in 131 milliseconds

1234567