18#ifndef __LIBARCH_INTEL_INTELCACHE_H
19#define __LIBARCH_INTEL_INTELCACHE_H
Cache management interface.
Intel cache management implementation.
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 cleanInvalidate(Type type)
Clean and invalidate entire cache.
virtual Result cleanAddress(Type type, Address addr)
Clean one memory page.
virtual Result invalidate(Type type)
Invalidate the entire cache.
unsigned long Address
A memory address.