Go to the documentation of this file.
18 #ifndef __LIBARCH_ARM_ARMCACHEV6_H
19 #define __LIBARCH_ARM_ARMCACHEV6_H
ARMControl m_control
ARM system control processor object.
virtual Result cleanInvalidate(Type type)
Clean and invalidate entire cache.
virtual Result cleanAddress(Type type, Address addr)
Clean one memory page.
unsigned long Address
A memory address.
virtual Result cleanInvalidateAddress(Type type, Address addr)
Clean and invalidate one memory page.
virtual Result invalidate(Type type)
Invalidate the entire cache.
ARM System Control Coprocessor (CP15).
ARMv6 cache management implementation.
virtual Result invalidateAddress(Type type, Address addr)
Invalidate one memory page.
Cache management interface.