Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef _ASM_X86_CACHEFLUSH_H
0003 #define _ASM_X86_CACHEFLUSH_H
0004 
0005 #include <linux/mm.h>
0006 
0007 /* Caches aren't brain-dead on the intel. */
0008 #include <asm-generic/cacheflush.h>
0009 #include <asm/special_insns.h>
0010 
0011 void clflush_cache_range(void *addr, unsigned int size);
0012 
0013 #endif /* _ASM_X86_CACHEFLUSH_H */