cregit-Linux how code gets into the kernel

Release 4.14 arch/sparc/include/asm/tlbflush_32.h

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _SPARC_TLBFLUSH_H

#define _SPARC_TLBFLUSH_H

#include <asm/cachetlb_32.h>


#define flush_tlb_all() \
	sparc32_cachetlb_ops->tlb_all()

#define flush_tlb_mm(mm) \
	sparc32_cachetlb_ops->tlb_mm(mm)

#define flush_tlb_range(vma, start, end) \
	sparc32_cachetlb_ops->tlb_range(vma, start, end)

#define flush_tlb_page(vma, addr) \
	sparc32_cachetlb_ops->tlb_page(vma, addr)

/*
 * This is a kludge, until I know better. --zaitcev XXX
 */

static inline void flush_tlb_kernel_range(unsigned long start, unsigned long end) { flush_tlb_all(); }

Contributors

PersonTokensPropCommitsCommitProp
Sam Ravnborg18100.00%1100.00%
Total18100.00%1100.00%

#endif /* _SPARC_TLBFLUSH_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Sam Ravnborg5885.29%133.33%
David S. Miller913.24%133.33%
Greg Kroah-Hartman11.47%133.33%
Total68100.00%3100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.