Searched refs:platform (Results 1 - 25 of 42) sorted by relevance

12

/gem5/src/dev/serial/
H A Duart.cc39 platform(p->platform), device(p->device),
H A Duart.hh52 Platform *platform; member in class:Uart
H A DUart.py51 platform = Param.Platform(Parent.any, "Platform this device is part of.") variable in class:Uart
H A Duart8250.cc44 #include "dev/platform.hh"
55 platform->postConsoleInt();
117 platform->clearConsoleInt();
193 platform->clearConsoleInt();
225 platform->clearConsoleInt();
239 platform->clearConsoleInt();
272 platform->postConsoleInt();
/gem5/src/dev/x86/
H A Dsouth_bridge.cc40 platform(p->platform), pit(p->pit), pic1(p->pic1), pic2(p->pic2),
43 // Let the platform know where we are
44 Pc * pc = dynamic_cast<Pc *>(platform);
H A Dsouth_bridge.hh49 Platform * platform; member in class:SouthBridge
/gem5/src/dev/arm/
H A Dbase_gic.cc51 platform(p->platform)
53 RealView *const rv(dynamic_cast<RealView*>(p->platform));
54 // The platform keeps track of the GIC that is hooked up to the
56 // platform can't take a GIC as parameter. Instead, we need to
57 // register with the platform when a new GIC is created. If we
58 // can't find a platform, something is seriously wrong.
59 fatal_if(!rv, "GIC model can't register with platform code");
86 : ArmInterruptPinGen(p), pin(new ArmSPI(p->platform, p->num))
115 ArmPPI *pin = new ArmPPI(p->platform, t
[all...]
H A Dbase_gic.hh112 Platform *platform; member in class:BaseGic
178 ArmInterruptPin(Platform *platform, ThreadContext *tc,
214 /** Arm platform to use for interrupt generation */
215 RealView *const platform; member in class:ArmInterruptPin
225 ArmSPI(Platform *platform, uint32_t int_num);
236 ArmPPI(Platform *platform, ThreadContext *tc, uint32_t int_num);
H A Dgpu_nomali.cc60 platform(p->platform),
282 assert(platform);
283 assert(platform->gic);
286 platform->gic->sendInt(it_int->second);
288 platform->gic->clearInt(it_int->second);
H A Dgpu_nomali.hh176 RealView *const platform; member in class:NoMaliGpu
H A DNoMali.py55 platform = Param.RealView(Parent.any, "Platform this device is part of.") variable in class:NoMaliGpu
H A DGic.py54 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
/gem5/src/dev/alpha/
H A DAlphaBackdoor.py41 platform = Param.Platform(Parent.any, "Platform this device is part of.") variable in class:AlphaBackdoor
/gem5/system/alpha/palcode/
H A DMakefile64 platform_tlaser.o: platform.S
67 platform_tsunami.o: platform.S
70 platform_bigtsunami.o: platform.S
/gem5/src/dev/pci/
H A Dhost.cc46 #include "dev/platform.hh"
122 platform(*p->platform),
203 platform.postPciInt(mapPciInterrupt(addr, pin));
209 platform.clearPciInt(mapPciInterrupt(addr, pin));
H A DPciHost.py56 platform = Param.Platform(Parent.any, "Platform to use for interrupts") variable in class:GenericPciHost
H A Dhost.hh268 * dynamically map a PciBusAddr and PciIntPin to a platform-specific
319 Platform &platform; member in class:GenericPciHost
/gem5/tests/test-progs/gpu-hello/src/
H A Dgpu-hello.cpp103 // 1. Get platform
105 cl_platform_id platform = NULL; local
127 platform = platforms[i];
135 if (NULL == platform) {
136 printf("NULL platform found so Exiting Application.\n");
140 // 2. create context from platform
142 {CL_CONTEXT_PLATFORM, (cl_context_properties)platform, 0};
/gem5/util/
H A Dregress139 if 'bsd' in sys.platform or sys.platform == 'darwin':
/gem5/src/arch/power/
H A Dprocess.cc151 string platform = "v51"; local
152 int platform_size = platform.size() + 1;
156 // are the ones that were computed ahead of time and include the platform
221 DPRINTF(Stack, "0x%x - platform base\n", platform_base);
242 initVirtMem.writeString(platform_base, platform.c_str());
/gem5/src/systemc/tests/
H A Dverify.py296 def __init__(self, path, platform):
298 self.platform = platform
301 suffix = '.' + platform
303 bases = map(lambda t: t[:-len(platform)], suffixed)
326 platform_name = '.'.join([ name, self.platform ])
/gem5/configs/example/arm/
H A Dfs_bigLITTLE.py119 platform = PlatformConfig.get(machine_type)
120 m5.util.inform("Simulated platform: %s", platform.__name__)
122 sys = devices.SimpleSystem(caches, default_mem_size, platform(),
171 help="Hardware platform class")
H A Ddevices.py190 def __init__(self, caches, mem_size, platform=None, **kwargs):
197 if platform is None:
200 self.realview = platform
/gem5/src/arch/arm/
H A DArmPMU.py175 platform = Param.Platform(Parent.any, "Platform this device is part of.") variable in class:ArmPMU
/gem5/util/batch/
H A Djob.py145 import platform
148 binary = binaries[platform.machine()]

Completed in 31 milliseconds

12