exo2: implement SmcSetKernelCarveoutRegion
This commit is contained in:
@@ -23,6 +23,8 @@ namespace ams::secmon {
|
||||
|
||||
constexpr inline int KernelCarveoutCount = 2;
|
||||
|
||||
constexpr size_t CarveoutSizeMax = 512_MB - 128_KB;
|
||||
|
||||
void SetupCpuMemoryControllersEnableMmu();
|
||||
void SetupCpuCoreContext();
|
||||
void SetupCpuSErrorDebug();
|
||||
@@ -37,4 +39,6 @@ namespace ams::secmon {
|
||||
|
||||
void SaveSecurityEngineAesKeySlotTestVector();
|
||||
|
||||
void SetKernelCarveoutRegion(int index, uintptr_t address, size_t size);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user