1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux 1 2 #ifndef _ASM_CACHECTL 3 #define _ASM_CACHECTL 4 5 /* 6 * Options for cacheflush system call 7 */ 8 #define ICACHE (1<<0) /* flush instr 9 #define DCACHE (1<<1) /* writeback a 10 #define BCACHE (ICACHE|DCACHE) /* flush both 11 12 #endif /* _ASM_CACHECTL */ 13
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.