cregit-Linux how code gets into the kernel

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

#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 Ravnborg5886.57%150.00%
David S. Miller913.43%150.00%
Total67100.00%2100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.