FreeNOS
Enumerations
SystemControlFlags Namespace Reference

System Control flags. More...

Enumerations

enum  {
  MMUEnabled = (1 << 0) , AlignCheckEnabled = (1 << 1) , Stage1Cache = (1 << 2) , SA = (1 << 2) ,
  SA0 = (1 << 3) , InstrCache = (1 << 12) , WXN = (1 << 19) , E0E = (1 << 24) ,
  EE = (1 << 25)
}
 

Detailed Description

System Control flags.

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
MMUEnabled 
AlignCheckEnabled 
Stage1Cache 
SA 
SA0 
InstrCache 
WXN 
E0E 
EE 

Definition at line 219 of file ARM64Control.h.