Go to the documentation of this file. 1 #ifndef _ASM_CRIS_ARCH_CACHE_H
2 #define _ASM_CRIS_ARCH_CACHE_H
7 #define L1_CACHE_BYTES 32
8 #define L1_CACHE_SHIFT 5
10 #define __read_mostly __attribute__((__section__(".data..read_mostly")))
15 #define flush_dma_context(c) \
16 flush_dma_list(phys_to_virt((c)->saved_data));