Searched refs:cxx_header (Results 176 - 197 of 197) sorted by relevance

12345678

/gem5/src/dev/arm/
H A DFlashDevice.py52 cxx_header = "dev/arm/flash_device.hh" variable in class:FlashDevice
H A DNoMali.py51 cxx_header = "dev/arm/gpu_nomali.hh" variable in class:NoMaliGpu
73 cxx_header = "dev/arm/gpu_nomali.hh" variable in class:CustomNoMaliGpu
H A DRealView.py85 cxx_header = "dev/arm/amba_device.hh" variable in class:AmbaPioDevice
91 cxx_header = "dev/arm/amba_device.hh" variable in class:AmbaIntDevice
100 cxx_header = "dev/arm/amba_device.hh" variable in class:AmbaDmaDevice
109 cxx_header = "dev/arm/a9scu.hh" variable in class:A9SCU
119 cxx_header = "dev/arm/pci_host.hh" variable in class:GenericArmPciHost
210 cxx_header = "dev/arm/rv_ctrl.hh" variable in class:RealViewCtrl
229 cxx_header = "dev/arm/rv_ctrl.hh" variable in class:RealViewOsc
265 cxx_header = "dev/arm/rv_ctrl.hh" variable in class:RealViewTemperatureSensor
349 cxx_header = "dev/arm/amba_fake.hh" variable in class:AmbaFake
355 cxx_header variable in class:Pl011
377 cxx_header = "dev/arm/timer_sp804.hh" variable in class:Sp804
387 cxx_header = "dev/arm/timer_a9global.hh" variable in class:A9GlobalTimer
393 cxx_header = "dev/arm/timer_cpulocal.hh" variable in class:CpuLocalTimer
399 cxx_header = "dev/arm/generic_timer.hh" variable in class:GenericTimer
425 cxx_header = "dev/arm/generic_timer.hh" variable in class:GenericTimerMem
434 cxx_header = "dev/arm/rtc_pl031.hh" variable in class:PL031
450 cxx_header = "dev/arm/kmi.hh" variable in class:Pl050
467 cxx_header = "dev/arm/pl111.hh" variable in class:Pl111
475 cxx_header = "dev/arm/hdlcd.hh" variable in class:HDLcd
541 cxx_header = "dev/arm/realview.hh" variable in class:RealView
[all...]
H A DSMMUv3.py47 cxx_header = 'dev/arm/smmu_v3_slaveifc.hh' variable in class:SMMUv3SlaveInterface
78 cxx_header = 'dev/arm/smmu_v3.hh' variable in class:SMMUv3
H A DDisplay.py44 cxx_header = "dev/arm/display.hh" variable in class:Display
/gem5/src/dev/sparc/
H A DT1000.py40 cxx_header = "dev/sparc/mm_disk.hh" variable in class:MmDisk
46 cxx_header = "dev/sparc/dtod.hh" variable in class:DumbTOD
52 cxx_header = "dev/sparc/iob.hh" variable in class:Iob
59 cxx_header = "dev/sparc/t1000.hh" variable in class:T1000
/gem5/src/mem/ruby/system/
H A DRubySystem.py36 cxx_header = "mem/ruby/system/RubySystem.hh" variable in class:RubySystem
/gem5/src/mem/ruby/structures/
H A DRubyCache.py38 cxx_header = "mem/ruby/structures/CacheMemory.hh" variable in class:RubyCache
/gem5/src/arch/sparc/
H A DSparcSystem.py36 cxx_header = 'arch/sparc/system.hh' variable in class:SparcSystem
/gem5/src/cpu/testers/garnet_synthetic_traffic/
H A DGarnetSyntheticTraffic.py35 cxx_header = \
36 "cpu/testers/garnet_synthetic_traffic/GarnetSyntheticTraffic.hh" variable in class:GarnetSyntheticTraffic
/gem5/src/cpu/testers/traffic_gen/
H A DBaseTrafficGen.py61 cxx_header = "cpu/testers/traffic_gen/traffic_gen.hh" variable in class:BaseTrafficGen
/gem5/src/mem/
H A DCommMonitor.py48 cxx_header = "mem/comm_monitor.hh" variable in class:CommMonitor
H A DDRAMCtrl.py75 cxx_header = "mem/dram_ctrl.hh" variable in class:DRAMCtrl
/gem5/src/sim/
H A DSystem.py56 cxx_header = "sim/system.hh" variable in class:System
/gem5/src/dev/x86/
H A DPc.py51 cxx_header = "dev/x86/pc.hh" variable in class:Pc
H A DSouthBridge.py47 cxx_header = "dev/x86/south_bridge.hh" variable in class:SouthBridge
/gem5/src/arch/arm/
H A DArmISA.py53 cxx_header = "arch/arm/isa.hh" variable in class:ArmISA
H A DArmPMU.py73 cxx_header = 'arch/arm/pmu.hh' variable in class:ArmPMU
/gem5/src/cpu/o3/
H A DO3CPU.py63 cxx_header = 'cpu/o3/deriv.hh' variable in class:DerivO3CPU
/gem5/src/dev/pci/
H A DPciDevice.py50 cxx_header = "dev/pci/device.hh" variable in class:PciDevice
/gem5/src/cpu/
H A DBaseCPU.py116 cxx_header = "cpu/base.hh" variable in class:BaseCPU
/gem5/src/python/m5/
H A DSimObject.py139 code('#include "%s"' % param.ptype._value_dict['cxx_header'])
171 code('#include "%s"' % simobj._value_dict['cxx_header'])
408 'cxx_header' : str,
518 if 'cxx_header' not in cls._value_dict:
684 code('#include "${{cls.cxx_header}}"')
704 #include "${{cls.cxx_header}}"
1088 cxx_header = "sim/sim_object.hh" variable in class:SimObject

Completed in 38 milliseconds

12345678