Searched refs:kernel (Results 26 - 34 of 34) sorted by relevance

12

/gem5/util/ccdrv/
H A Ddevtime.c37 #include <linux/kernel.h>
/gem5/tests/configs/
H A Darm_generic.py94 # We typically want the simulator to panic if the kernel
105 system.kernel = SysPaths.binary(default_kernels[self.machine_type])
/gem5/configs/boot/
H A Discsi-client.rcS69 echo "/sbin/hotplug" > /proc/sys/kernel/hotplug
/gem5/src/arch/arm/linux/
H A Dsystem.cc73 "panic", "Kernel panic in simulated kernel", dmesg_output);
76 "panic", "Kernel panic in simulated kernel", dmesg_output);
118 kernel->loadGlobalSymbols(kernelSymtab, 0, 0, loadAddrMask);
119 kernel->loadGlobalSymbols(debugSymbolTable, 0, 0, loadAddrMask);
124 // Check if the kernel image has a symbol that tells us it supports
159 // Warn if the kernel supports FDT and we haven't specified one
164 // Warn if the kernel doesn't support FDT and we have specified one
167 warn("DTB file specified, but no device tree support in kernel\n");
303 // Streamline treats pid == -1 as the kernel process.
325 // Streamline treats pid == -1 as the kernel proces
[all...]
/gem5/src/arch/arm/
H A Dsystem.cc101 if (kernel) {
102 bootldr = getBootLoader(kernel);
104 // No kernel specified, default to the first boot loader
109 fatal("Can't find a matching boot loader / kernel combination!");
167 inform("Using kernel entry physical address at %#x\n",
170 // Set the initial PC to be at start of the kernel code
/gem5/src/arch/x86/
H A Dsystem.cc111 if (!kernel)
112 fatal("No kernel to load.\n");
114 if (kernel->getArch() == ObjectFile::I386)
115 fatal("Loading a 32 bit x86 kernel is not supported.\n");
/gem5/src/sim/
H A Dsystem.hh222 /** kernel symbol table */
225 /** Object pointer for the kernel code */
226 ObjectFile *kernel; member in class:System
231 /** Beginning of kernel code */
234 /** End of kernel code */
237 /** Entry point in the kernel to start at */
522 * Add a function-based event to a kernel symbol.
526 * they automatically use the kernel symbol table. All arguments
548 panic("Failed to find kernel symbol '%s'", lbl);
574 * Returns the address the kernel start
[all...]
/gem5/src/arch/alpha/
H A Dev5.cc307 stats->mode(Kernel::kernel, tc);
/gem5/src/systemc/core/
H A Dsc_module.cc36 #include "systemc/core/kernel.hh"
850 return ::sc_gem5::kernel->startOfSimulationComplete();
856 return ::sc_gem5::kernel->endOfSimulationComplete();

Completed in 17 milliseconds

12