18#ifndef __LIBARCH_ARM_ARMCACHEV6_H
19#define __LIBARCH_ARM_ARMCACHEV6_H
ARMv6 cache management implementation.
virtual Result cleanInvalidateAddress(Type type, Address addr)
Clean and invalidate one memory page.
virtual Result invalidateAddress(Type type, Address addr)
Invalidate one memory page.
virtual Result invalidate(Type type)
Invalidate the entire cache.
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.
ARM System Control Coprocessor (CP15).
Cache management interface.
unsigned long Address
A memory address.