20 #include "pedigree/kernel/processor/Processor.h" 21 #include "InterruptManager.h" 22 #include "pedigree/kernel/processor/TlbManager.h" 30 TlbManager::instance().initialise();
46 asm volatile(
"mfc0 %0, $15; nop" :
"=r"(prId));
Bootstrap structure passed to the kernel entry point.
static void initialiseProcessor()
static void initialise2(const BootstrapStruct_t &Info) INITIALISATION_ONLY
second/last stage in the initialisation of the processor-specific interface
static void initialise1(const BootstrapStruct_t &Info) INITIALISATION_ONLY
first stage in the initialisation of the processor-specific interface
static void identify(HugeStaticString &str)