]> Git Repo - linux.git/blob - arch/parisc/include/uapi/asm/cachectl.h
Linux 6.14-rc3
[linux.git] / arch / parisc / include / uapi / asm / cachectl.h
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2 #ifndef _ASM_CACHECTL
3 #define _ASM_CACHECTL
4
5 /*
6  * Options for cacheflush system call
7  */
8 #define ICACHE  (1<<0)          /* flush instruction cache        */
9 #define DCACHE  (1<<1)          /* writeback and flush data cache */
10 #define BCACHE  (ICACHE|DCACHE) /* flush both caches              */
11
12 #endif  /* _ASM_CACHECTL */
This page took 0.032309 seconds and 4 git commands to generate.