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

Subversion Repositories c0or1k

[/] [c0or1k/] [trunk/] [include/] [l4/] [api/] [cache.h] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 drasko
/*
2
 * Generic macros for cache operations
3
 *
4
 * Copyright (C) 2009 B Labs Ltd.
5
 */
6
#ifndef __CACHE_CONTROL_H__
7
#define __CACHE_CONTROL_H__
8
 
9
#include INC_GLUE(cache.h)
10
 
11
#define L4_INVALIDATE_ICACHE            ARCH_INVALIDATE_ICACHE
12
#define L4_INVALIDATE_DCACHE            ARCH_INVALIDATE_DCACHE
13
#define L4_CLEAN_DCACHE                 ARCH_CLEAN_DCACHE
14
#define L4_CLEAN_INVALIDATE_DCACHE      ARCH_CLEAN_INVALIDATE_DCACHE
15
#define L4_INVALIDATE_TLB               ARCH_INVALIDATE_TLB
16
 
17
#endif /* __CACHE_CONTROL_H__ */

powered by: WebSVN 2.1.0

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