Searched refs:UInt64 (Results 1 - 24 of 24) sorted by relevance

/gem5/src/arch/arm/
H A DArmISA.py85 id_aa64afr0_el1 = Param.UInt64(0x0000000000000000,
88 id_aa64afr1_el1 = Param.UInt64(0x0000000000000000,
92 id_aa64dfr0_el1 = Param.UInt64(0x0000000000101006,
95 id_aa64dfr1_el1 = Param.UInt64(0x0000000000000000,
99 id_aa64isar0_el1 = Param.UInt64(0x0000000000000000,
102 id_aa64isar1_el1 = Param.UInt64(0x0000000000000000,
106 id_aa64mmfr0_el1 = Param.UInt64(0x0000000000f00002,
109 id_aa64mmfr1_el1 = Param.UInt64(0x0000000000101000,
111 id_aa64mmfr2_el1 = Param.UInt64(0x0000000000000000,
/gem5/src/cpu/simple/probes/
H A DSimPoint.py47 interval = Param.UInt64(100000000, "Interval Size (insts)")
/gem5/src/arch/alpha/
H A DAlphaSystem.py39 system_type = Param.UInt64("Type of system we are emulating")
40 system_rev = Param.UInt64("Revision of system we are emulating")
/gem5/src/arch/x86/bios/
H A DE820.py48 range_type = Param.UInt64('type of the region')
H A DIntelMP.py210 length = Param.UInt64(0, 'length of mapping in bytes')
/gem5/src/cpu/o3/probe/
H A DElasticTrace.py58 startTraceInst = Param.UInt64(0, "The number of committed instructions " \
/gem5/src/arch/mips/
H A DMipsSystem.py43 system_type = Param.UInt64("Type of system we are emulating")
44 system_rev = Param.UInt64("Revision of system we are emulating")
/gem5/src/mem/
H A DSerialLink.py64 link_speed = Param.UInt64(1, "Gb/s Speed of each parallel lane inside the"
/gem5/src/sim/
H A DSystem.py105 init_param = Param.UInt64(0, "numerical value to pass into simulator")
113 load_addr_mask = Param.UInt64(0xffffffffffffffff,
117 load_offset = Param.UInt64(0, "Address to offset loading binaries with")
H A DProcess.py63 simpoint = Param.UInt64(0, 'simulation point at which to start simulation')
/gem5/src/dev/arm/
H A DNoMali.py91 shader_present = Param.UInt64("")
92 tiler_present = Param.UInt64("")
93 l2_present = Param.UInt64("")
H A DGic.py188 gits_typer = Param.UInt64(0x30023F01, "GITS_TYPER RO value")
/gem5/src/cpu/minor/
H A DMinorCPU.py78 mask = Param.UInt64(0, "mask for testing ExtMachInst")
79 match = Param.UInt64(0, "match value for testing ExtMachInst:"
/gem5/src/dev/
H A DDevice.py115 ret_data64 = Param.UInt64(0xFFFFFFFFFFFFFFFF, "Default data to return")
/gem5/src/cpu/
H A DTimingExpr.py58 value = Param.UInt64("literal value")
/gem5/src/cpu/pred/
H A DBranchPredictor.py528 imli_mask1 = Param.UInt64(
531 imli_mask4 = Param.UInt64(
534 recencypos_mask = Param.UInt64(
/gem5/ext/googletest/googlemock/test/
H A Dgmock-internal-utils_test.cc170 EXPECT_EQ(kInteger, GMOCK_KIND_OF_(UInt64)); // NOLINT
219 (LosslessArithmeticConvertible<unsigned short, UInt64>::value)); // NOLINT
222 EXPECT_FALSE((LosslessArithmeticConvertible<short, UInt64>::value)); // NOLINT
238 EXPECT_FALSE((LosslessArithmeticConvertible<UInt64, Int64>::value));
H A Dgmock-actions_test.cc72 using testing::internal::UInt64;
121 EXPECT_EQ(0U, BuiltInDefaultValue<UInt64>::Get());
149 EXPECT_TRUE(BuiltInDefaultValue<UInt64>::Exists());
/gem5/ext/googletest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h158 GMOCK_DECLARE_KIND_(UInt64, kInteger);
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-actions.h177 GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_(UInt64, 0);
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest-printers.h426 // pointer. Casting to UInt64 first solves the problem.
428 reinterpret_cast<internal::UInt64>(p));
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h244 // Int32, UInt32, Int64, UInt64, TimeInMillis
2497 typedef TypeWithSize<8>::UInt UInt64; typedef in namespace:testing::internal
/gem5/ext/googletest/googletest/test/
H A Dgtest-printers_test.cc359 Print(static_cast<testing::internal::UInt64>(-1))); // uint64
/gem5/src/python/m5/
H A Dparams.py637 class UInt64(CheckedInt): cxx_type = 'uint64_t'; size = 64; unsigned = True class in inherits:CheckedInt
2180 'Int32', 'UInt32', 'Int64', 'UInt64',

Completed in 75 milliseconds