18#ifndef __ARM_CONTROL_H
19#define __ARM_CONTROL_H
ARM System Control Coprocessor (CP15).
void set(SystemControlFlags flags)
Set system control flags in CP15.
void write(Register reg, u32 value)
Write register to the CP15.
DomainControlFlags
Domain Control flags.
u32 read(Register reg) const
Read a register from the CP15.
AuxControlFlags
Aux Control flags.
Register
System Control Registers.
@ InstructionFaultAddress
virtual ~ARMControl()
Destructor.
void unset(SystemControlFlags flags)
Unset system control flags in CP15.
unsigned int u32
Unsigned 32-bit number.