Searched refs:UInt16 (Results 1 - 7 of 7) sorted by relevance

/gem5/src/dev/pci/
H A DPciDevice.py61 VendorID = Param.UInt16("Vendor ID")
62 DeviceID = Param.UInt16("Device ID")
63 Command = Param.UInt16(0, "Command")
64 Status = Param.UInt16(0, "Status")
95 SubsystemID = Param.UInt16(0x00, "Subsystem ID")
96 SubsystemVendorID = Param.UInt16(0x00, "Subsystem Vendor ID")
113 Param.UInt16(0x0000, "PCI Power Management Capabilities Register")
115 Param.UInt16(0x0000, "PCI Power Management Control and Status")
123 MSICAPMsgCtrl = Param.UInt16(0x0000, "MSI Message Control")
126 MSICAPMsgData = Param.UInt16(
[all...]
/gem5/src/arch/x86/bios/
H A DSMBios.py102 Param.UInt16(0, "segment location of bios starting address")
H A DIntelMP.py64 oem_table_size = Param.UInt16(0, 'size of the oem configuration table')
/gem5/src/dev/
H A DDevice.py113 ret_data16 = Param.UInt16(0xFFFF, "Default data to return")
/gem5/src/dev/net/
H A DEthernet.py124 port = Param.UInt16(3500, "Port helper should send packets to")
174 phy_pid = Param.UInt16("Phy PID that corresponds to device ID")
175 phy_epid = Param.UInt16("Phy EPID that corresponds to device ID")
/gem5/src/mem/cache/prefetch/
H A DPrefetcher.py216 signature_bits = Param.UInt16(12,
/gem5/src/python/m5/
H A Dparams.py633 class UInt16(CheckedInt): cxx_type = 'uint16_t'; size = 16; unsigned = True class in inherits:CheckedInt
2179 'Int', 'Unsigned', 'Int8', 'UInt8', 'Int16', 'UInt16',

Completed in 14 milliseconds