Searched refs:abstract (Results 51 - 64 of 64) sorted by relevance

123

/gem5/src/base/filters/
H A DBloomFilters.py35 abstract = True variable in class:BloomFilterBase
/gem5/src/arch/x86/bios/
H A DIntelMP.py86 abstract = True variable in class:X86IntelMPBaseConfigEntry
92 abstract = True variable in class:X86IntelMPExtConfigEntry
/gem5/configs/common/
H A DCpuConfig.py58 not cls.abstract and \
H A DMemConfig.py59 not cls.abstract
/gem5/src/mem/cache/
H A DCache.py77 abstract = True variable in class:BaseCache
/gem5/src/dev/net/
H A DEthernet.py107 abstract = True variable in class:EtherTapBase
134 abstract = True variable in class:EtherDevice
193 abstract = True variable in class:EtherDevBase
/gem5/src/cpu/
H A DTimingExpr.py51 abstract = True; variable in class:TimingExpr
H A DBaseCPU.py115 abstract = True variable in class:BaseCPU
/gem5/src/dev/arm/
H A DGic.py48 abstract = True variable in class:BaseGic
79 abstract = True variable in class:ArmInterruptPin
H A DRealView.py84 abstract = True variable in class:AmbaPioDevice
90 abstract = True variable in class:AmbaIntDevice
99 abstract = True variable in class:AmbaDmaDevice
/gem5/src/dev/pci/
H A DPciDevice.py51 abstract = True variable in class:PciDevice
/gem5/src/mem/cache/prefetch/
H A DPrefetcher.py64 abstract = True variable in class:BasePrefetcher
119 abstract = True variable in class:QueuedPrefetcher
/gem5/src/python/m5/
H A DSimObject.py382 if hasattr(simobj, 'abstract') and simobj.abstract:
405 'abstract' : bool,
444 if 'abstract' not in value_dict:
445 value_dict['abstract'] = False
525 # class keywords (e.g., 'abstract'), or setting parameter
729 if not hasattr(cls, 'abstract') or not cls.abstract:
913 if not hasattr(cls, 'abstract') or not cls.abstract
1086 abstract = True variable in class:SimObject
[all...]
/gem5/src/systemc/tests/
H A Dverify.py109 if not d.pop('abstract', False):
116 abstract = True variable in class:TestPhaseBase

Completed in 35 milliseconds

123