OpenCores
URL https://opencores.org/ocsvn/c0or1k/c0or1k/trunk

Subversion Repositories c0or1k

[/] [c0or1k/] [trunk/] [src/] [glue/] [arm/] [cache.c] - Rev 2

Compare with Previous | Blame | View Log

 
/*
  * Wrapper for arm specific cache related functions
  *
  * Copyright (C) 2009 B Labs Ltd.
  */
 
#include INC_GLUE(cache.h)
 
void invalidate_cache(void)
{
}
 
 
void invalidate_icache(void)
{
}
 
void invalidate_dcache(void)
{
}
 
void clean_dcache(void)
{
}
 
void clean_invalidate_dcache(void)
{
}
 
void clean_invalidate_cache(void)
{
}
 
void drain_writebuffer(void)
{
}
 
void invalidate_tlb(void)
{
}
 
void invalidate_itlb(void)
{
}
 
void invalidate_dtlb(void)
{
}
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.