Release 4.14 arch/x86/include/asm/cacheflush.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _ASM_X86_CACHEFLUSH_H
#define _ASM_X86_CACHEFLUSH_H
/* Caches aren't brain-dead on the intel. */
#include <asm-generic/cacheflush.h>
#include <asm/special_insns.h>
void clflush_cache_range(void *addr, unsigned int size);
#endif /* _ASM_X86_CACHEFLUSH_H */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Anil S Keshavamurthy | 11 | 37.93% | 1 | 12.50% |
Thomas Gleixner | 8 | 27.59% | 2 | 25.00% |
H. Peter Anvin | 3 | 10.34% | 1 | 12.50% |
David Howells | 3 | 10.34% | 1 | 12.50% |
Akinobu Mita | 2 | 6.90% | 1 | 12.50% |
Greg Kroah-Hartman | 1 | 3.45% | 1 | 12.50% |
Ingo Molnar | 1 | 3.45% | 1 | 12.50% |
Total | 29 | 100.00% | 8 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.