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

Function IsRecoveryBoot

exosphere/program/source/secmon_misc.cpp:40–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 }
39
40 bool IsRecoveryBoot() {
41 return (g_bct_params.bootloader_attributes & pkg1::BootloaderAttribute_RecoveryBoot) != 0;
42 }
43
44 u32 GetRestrictedSmcMask() {
45 return (g_bct_params.bootloader_attributes & pkg1::BootloaderAttribute_RestrictedSmcMask) >> pkg1::BootloaderAttribute_RestrictedSmcShift;

Callers 6

DetectBootReasonFunction · 0.50
CreateAutomaticBackupsFunction · 0.50
MainFunction · 0.50
GetConfigFunction · 0.50
GenerateAesKekImplFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected