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

Subversion Repositories c0or1k

[/] [c0or1k/] [trunk/] [src/] [glue/] [arm/] [cache.c] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 drasko
 
2
/*
3
  * Wrapper for arm specific cache related functions
4
  *
5
  * Copyright (C) 2009 B Labs Ltd.
6
  */
7
 
8
#include INC_GLUE(cache.h)
9
 
10
void invalidate_cache(void)
11
{
12
}
13
 
14
 
15
void invalidate_icache(void)
16
{
17
}
18
 
19
void invalidate_dcache(void)
20
{
21
}
22
 
23
void clean_dcache(void)
24
{
25
}
26
 
27
void clean_invalidate_dcache(void)
28
{
29
}
30
 
31
void clean_invalidate_cache(void)
32
{
33
}
34
 
35
void drain_writebuffer(void)
36
{
37
}
38
 
39
void invalidate_tlb(void)
40
{
41
}
42
 
43
void invalidate_itlb(void)
44
{
45
}
46
 
47
void invalidate_dtlb(void)
48
{
49
}

powered by: WebSVN 2.1.0

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