MCPcopy Create free account
hub / github.com/Atmosphere-NX/Atmosphere / Setup1

Function Setup1

exosphere/program/source/secmon_setup.cpp:992–1004  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

990 }
991
992 void Setup1() {
993 /* Load the global configuration context. */
994 InitializeConfigurationContext();
995
996 /* Initialize uart for logging. */
997 SetupLogForBoot();
998
999 /* Initialize the security engine. */
1000 se::Initialize();
1001
1002 /* Initialize the gic. */
1003 gic::InitializeCommon();
1004 }
1005
1006 void Setup1ForWarmboot() {
1007 /* Initialize the security engine. */

Callers 1

MainFunction · 0.85

Calls 4

SetupLogForBootFunction · 0.85
InitializeFunction · 0.50
InitializeCommonFunction · 0.50

Tested by

no test coverage detected