Searched refs:UInt32 (Results 1 - 25 of 26) sorted by relevance

12

/gem5/src/dev/arm/
H A DNoMali.py58 ver_maj = Param.UInt32(0, "GPU Version (Major)")
59 ver_min = Param.UInt32(0, "GPU Version (Minor)")
60 ver_status = Param.UInt32(0, "GPU Version (Status)")
62 int_gpu = Param.UInt32("Interrupt number for GPU interrupts")
63 int_job = Param.UInt32("Interrupt number for JOB interrupts")
64 int_mmu = Param.UInt32("Interrupt number for MMU interrupts")
75 gpu_id = Param.UInt32("")
76 l2_features = Param.UInt32("")
77 tiler_features = Param.UInt32("")
78 mem_features = Param.UInt32("")
[all...]
H A DUFSHostDevice.py51 int_num = Param.UInt32("Interrupt number that connects to GIC")
52 img_blk_size = Param.UInt32(512, "Size of one image block in bytes")
64 ufs_slots = Param.UInt32(32, "Number of commands that can be queued in \
H A DSMMUv3.py156 smmu_idr0 = Param.UInt32(0x094C100F, "SMMU_IDR0 register");
160 smmu_idr1 = Param.UInt32(0x00A00000, "SMMU_IDR1 register");
162 smmu_idr2 = Param.UInt32(0, "SMMU_IDR2 register");
163 smmu_idr3 = Param.UInt32(0, "SMMU_IDR3 register");
164 smmu_idr4 = Param.UInt32(0, "SMMU_IDR4 register");
169 smmu_idr5 = Param.UInt32(0x55, "SMMU_IDR5 register");
170 smmu_iidr = Param.UInt32(0, "SMMU_IIDR register");
173 smmu_aidr = Param.UInt32(0, "SMMU_AIDR register");
H A DGic.py56 gicd_iidr = Param.UInt32(0,
58 gicd_pidr = Param.UInt32(0,
60 gicc_iidr = Param.UInt32(0,
62 gicv_iidr = Param.UInt32(0,
82 num = Param.UInt32("Interrupt number in GIC")
104 it_lines = Param.UInt32(128, "Number of interrupt lines supported (max = 1020)")
123 spi_base = Param.UInt32(0x0, "Frame SPI base number");
124 spi_len = Param.UInt32(0x0, "Frame SPI total number");
144 maint_int = Param.UInt32("HV maintenance interrupt number")
147 gicv_iidr = Param.UInt32(Sel
[all...]
H A DFlashDevice.py69 num_planes = Param.UInt32(1, "Number of planes per die")
H A DRealView.py86 amba_id = Param.UInt32("ID of AMBA device for kernel detection")
93 int_num = Param.UInt32("Interrupt number that connects to GIC")
104 int_num = Param.UInt32("Interrupt number that connects to GIC")
105 amba_id = Param.UInt32("ID of AMBA device for kernel detection")
211 proc_id0 = Param.UInt32(0x0C000000, "Processor ID, SYS_PROCID")
212 proc_id1 = Param.UInt32(0x0C000222, "Processor ID, SYS_PROCID1")
213 idreg = Param.UInt32(0x00000000, "ID Register, SYS_ID")
357 int_num = Param.UInt32("Interrupt number that connects to GIC")
379 int_num0 = Param.UInt32("Interrupt number that connects to GIC")
381 int_num1 = Param.UInt32("Interrup
[all...]
/gem5/src/mem/ruby/structures/
H A DRubyPrefetcher.py40 num_streams = Param.UInt32(4,
42 pf_per_stream = Param.UInt32(1, "Number of prefetches per stream")
43 unit_filter = Param.UInt32(8,
45 nonunit_filter = Param.UInt32(8,
47 train_misses = Param.UInt32(4, "")
48 num_startup_pfs = Param.UInt32(1, "")
/gem5/src/mem/ruby/network/garnet2.0/
H A DGarnetNetwork.py41 ni_flit_size = Param.UInt32(16, "network interface flit size in bytes")
42 vcs_per_vnet = Param.UInt32(4, "virtual channels per virtual network");
43 buffers_per_data_vc = Param.UInt32(4, "buffers per data virtual channel");
44 buffers_per_ctrl_vc = Param.UInt32(1, "buffers per ctrl virtual channel");
49 garnet_deadlock_threshold = Param.UInt32(50000,
57 id = Param.UInt32("ID in relation to other network interfaces")
58 vcs_per_vnet = Param.UInt32(Parent.vcs_per_vnet,
60 virt_nets = Param.UInt32(Parent.number_of_virtual_networks,
62 garnet_deadlock_threshold = Param.UInt32(Parent.garnet_deadlock_threshold,
69 vcs_per_vnet = Param.UInt32(Paren
[all...]
/gem5/src/arch/arm/
H A DArmISA.py60 midr = Param.UInt32(0x410fc0f0, "MIDR value")
64 id_mmfr0 = Param.UInt32(0x10201103, "Memory Model Feature Register 0")
65 id_mmfr1 = Param.UInt32(0x00000000, "Memory Model Feature Register 1")
68 id_mmfr2 = Param.UInt32(0x01230000, "Memory Model Feature Register 2")
71 id_mmfr3 = Param.UInt32(0x02102211, "Memory Model Feature Register 3")
75 id_isar0 = Param.UInt32(0x02101111, "Instruction Set Attribute Register 0")
76 id_isar1 = Param.UInt32(0x02112111, "Instruction Set Attribute Register 1")
77 id_isar2 = Param.UInt32(0x21232141, "Instruction Set Attribute Register 2")
78 id_isar3 = Param.UInt32(0x01112131, "Instruction Set Attribute Register 3")
79 id_isar4 = Param.UInt32(
[all...]
/gem5/src/dev/pci/
H A DPciDevice.py74 BAR0 = Param.UInt32(0x00, "Base Address Register 0")
75 BAR1 = Param.UInt32(0x00, "Base Address Register 1")
76 BAR2 = Param.UInt32(0x00, "Base Address Register 2")
77 BAR3 = Param.UInt32(0x00, "Base Address Register 3")
78 BAR4 = Param.UInt32(0x00, "Base Address Register 4")
79 BAR5 = Param.UInt32(0x00, "Base Address Register 5")
94 CardbusCIS = Param.UInt32(0x00, "Cardbus Card Information Structure")
97 ExpansionROM = Param.UInt32(0x00, "Expansion ROM Base Address")
124 MSICAPMsgAddr = Param.UInt32(0x00000000, "MSI Message Address")
125 MSICAPMsgUpperAddr = Param.UInt32(
[all...]
/gem5/src/mem/ruby/slicc_interface/
H A DController.py54 cluster_id = Param.UInt32(0, "Id of this controller's cluster")
58 buffer_size = Param.UInt32(0, "max buffer size 0 means infinite")
/gem5/src/arch/x86/bios/
H A DACPI.py49 oem_revision = Param.UInt32(0, 'oem revision number for the table')
53 creator_revision = Param.UInt32(0,
H A DIntelMP.py62 oem_table_addr = Param.UInt32(0,
65 local_apic = Param.UInt32(0xFEE00000, 'address of the local APIC')
109 feature_flags = Param.UInt32(0, 'flags returned by the CPUID instruction')
134 address = Param.UInt32(0xfec00000, 'address of this APIC')
/gem5/src/dev/storage/
H A DIde.py69 io_shift = Param.UInt32(0x0, "IO port shift");
70 ctrl_offset = Param.UInt32(0x0, "IDE disk control offset")
/gem5/src/mem/ruby/system/
H A DRubySystem.py41 block_size_bytes = Param.UInt32(64,
43 memory_size_bits = Param.UInt32(64,
/gem5/src/sim/
H A DClockDomain.py73 init_perf_level = Param.UInt32(0, "Initial performance level")
/gem5/src/dev/net/
H A DEthernet.py76 dist_rank = Param.UInt32('0', "Rank of this gem5 process (dist run)")
77 dist_size = Param.UInt32('1', "Number of gem5 processes (dist run)")
81 server_port = Param.UInt32('2200', "Message server port")
84 num_nodes = Param.UInt32('2', "Number of simulate nodes")
251 rx_max_intr = Param.UInt32(10, "max rx packets per interrupt")
256 virtual_count = Param.UInt32(1, "Virtualized SINIC")
257 zero_copy_size = Param.UInt32(64, "Bytes to copy if below threshold")
258 zero_copy_threshold = Param.UInt32(256,
/gem5/src/cpu/testers/directedtest/
H A DRubyDirectedTester.py46 num_series = Param.UInt32(1,
/gem5/src/dev/
H A DDevice.py114 ret_data32 = Param.UInt32(0xFFFFFFFF, "Default data to return")
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h754 static const UInt32 kMaxRange = 1u << 31;
756 explicit Random(UInt32 seed) : state_(seed) {}
758 void Reseed(UInt32 seed) { state_ = seed; }
762 UInt32 Generate(UInt32 range);
765 UInt32 state_;
H A Dgtest-port.h244 // Int32, UInt32, Int64, UInt64, TimeInMillis
2495 typedef TypeWithSize<4>::UInt UInt32; typedef in namespace:testing::internal
/gem5/ext/googletest/googletest/src/
H A Dgtest.cc311 UInt32 Random::Generate(UInt32 range) {
1733 const UInt32 kMaxCodePoint1 = (static_cast<UInt32>(1) << 7) - 1;
1736 const UInt32 kMaxCodePoint2 = (static_cast<UInt32>(1) << (5 + 6)) - 1;
1739 const UInt32 kMaxCodePoint3 = (static_cast<UInt32>(1) << (4 + 2*6)) - 1;
1742 const UInt32 kMaxCodePoint4 = (static_cast<UInt32>(
[all...]
H A Dgtest-internal-inl.h228 // code_point parameter is of type UInt32 because wchar_t may not be
233 GTEST_API_ std::string CodePointToUtf8(UInt32 code_point);
/gem5/ext/googletest/googletest/test/
H A Dgtest_unittest.cc284 using testing::internal::UInt32;
724 const UInt32 kRange = 10000;
739 const UInt32 kRange = 10000;
740 UInt32 values[kArraySize];
/gem5/src/python/m5/
H A DSimObject.py1090 eventq_index = Param.UInt32(Parent.eventq_index, "Event Queue Index")

Completed in 88 milliseconds

12