MCPcopy Create free account
hub / github.com/Simple-XX/SimpleKernel / MemoryInitSMP

Function MemoryInitSMP

src/memory/memory.cpp:137–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135}
136
137auto MemoryInitSMP() -> void {
138 VirtualMemorySingleton::instance().InitCurrentCore();
139 klog::Info("SMP Memory initialization completed");
140}

Callers 2

main_smpFunction · 0.85
main_smpFunction · 0.85

Calls 2

InfoFunction · 0.85
InitCurrentCoreMethod · 0.45

Tested by

no test coverage detected