Searched defs:platform (Results 1 - 18 of 18) sorted by relevance
/gem5/src/dev/alpha/ |
H A D | AlphaBackdoor.py | 41 platform = Param.Platform(Parent.any, "Platform this device is part of.") variable in class:AlphaBackdoor
|
/gem5/src/dev/x86/ |
H A D | south_bridge.hh | 49 Platform * platform; member in class:SouthBridge
|
H A D | SouthBridge.py | 48 platform = Param.Platform(Parent.any, "Platform this device is part of") variable in class:SouthBridge
|
/gem5/src/dev/arm/ |
H A D | gpu_nomali.hh | 176 RealView *const platform; member in class:NoMaliGpu
|
H A D | base_gic.hh | 112 Platform *platform; member in class:BaseGic 215 RealView *const platform; member in class:ArmInterruptPin
|
H A D | NoMali.py | 55 platform = Param.RealView(Parent.any, "Platform this device is part of.") variable in class:NoMaliGpu
|
H A D | Gic.py | 54 platform = Param.Platform(Parent.any, "Platform this device is part of.") variable in class:BaseGic 81 platform = Param.Platform(Parent.any, "Platform with interrupt controller") variable in class:ArmInterruptPin 139 platform = Param.Platform(Parent.any, "Platform this device is part of.") variable in class:VGic
|
H A D | vgic.hh | 115 Platform *platform; member in class:VGic
|
/gem5/src/dev/serial/ |
H A D | uart.hh | 52 Platform *platform; member in class:Uart
|
H A D | Uart.py | 51 platform = Param.Platform(Parent.any, "Platform this device is part of.") variable in class:Uart
|
/gem5/src/dev/pci/ |
H A D | PciHost.py | 56 platform = Param.Platform(Parent.any, "Platform to use for interrupts") variable in class:GenericPciHost
|
H A D | host.hh | 319 Platform &platform; member in class:GenericPciHost
|
/gem5/src/arch/arm/ |
H A D | ArmPMU.py | 175 platform = Param.Platform(Parent.any, "Platform this device is part of.") variable in class:ArmPMU
|
H A D | process.cc | 329 string platform = "v71"; local
|
/gem5/tests/test-progs/gpu-hello/src/ |
H A D | gpu-hello.cpp | 105 cl_platform_id platform = NULL; local
|
/gem5/src/dev/sparc/ |
H A D | T1000.py | 53 platform = Param.Platform(Parent.any, "Platform this device is part of.") variable in class:Iob
|
/gem5/src/arch/power/ |
H A D | process.cc | 151 string platform = "v51"; local
|
/gem5/src/arch/x86/ |
H A D | process.cc | 908 string platform = "x86_64"; local
|
Completed in 26 milliseconds