![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 0002 0003 #ifndef __ASM_CSKY_CACHECTL_H 0004 #define __ASM_CSKY_CACHECTL_H 0005 0006 /* 0007 * See "man cacheflush" 0008 */ 0009 #define ICACHE (1<<0) 0010 #define DCACHE (1<<1) 0011 #define BCACHE (ICACHE|DCACHE) 0012 0013 #endif /* __ASM_CSKY_CACHECTL_H */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |