Searched refs:bootldr (Results 1 - 3 of 3) sorted by relevance

/gem5/system/arm/simple_bootloader/
H A Dsimple.S59 b bootldr // All the interrupt vectors jump to the boot loader
60 b bootldr
61 b bootldr
62 b bootldr
63 b bootldr
64 b bootldr
65 b bootldr
66 b bootldr
67 b bootldr
69 bootldr label
[all...]
/gem5/src/arch/arm/
H A Dsystem.cc61 bootLoaders(), bootldr(nullptr),
102 bootldr = getBootLoader(kernel);
105 bootldr = bootLoaders[0].get();
108 if (!bootLoaders.empty() && !bootldr)
111 if (bootldr) {
112 bootldr->loadGlobalSymbols(debugSymbolTable);
114 warn_if(bootldr->entryPoint() != _resetAddr,
116 bootldr->entryPoint(), _resetAddr);
117 const_cast<Addr&>(_resetAddr) = bootldr->entryPoint();
119 if ((bootldr
[all...]
H A Dsystem.hh75 ObjectFile *bootldr; member in class:ArmSystem

Completed in 6 milliseconds