Go to the documentation of this file.
18 #ifndef __LIBARCH_INTEL_INTELCACHE_H
19 #define __LIBARCH_INTEL_INTELCACHE_H
Intel cache management implementation.
unsigned long Address
A memory address.
virtual Result cleanInvalidate(Type type)
Clean and invalidate entire cache.
virtual Result invalidate(Type type)
Invalidate the entire cache.
virtual Result invalidateAddress(Type type, Address addr)
Invalidate one memory page.
virtual Result cleanInvalidateAddress(Type type, Address addr)
Clean and invalidate one memory page.
virtual Result cleanAddress(Type type, Address addr)
Clean one memory page.
Cache management interface.