Home
last modified time | relevance | path

Searched defs:local_flush_tlb_range (Results 1 – 13 of 13) sorted by relevance

/linux-3.3/arch/sparc/include/asm/
Dtlbflush_32.h27 #define local_flush_tlb_range(vma,start,end) BTFIXUP_CALL(local_flush_tlb_range)(vma,start,end) macro
/linux-3.3/arch/unicore32/include/asm/
Dtlbflush.h170 #define local_flush_tlb_range(vma, start, end) \ macro
/linux-3.3/arch/m32r/mm/
Dfault-nommu.c114 void local_flush_tlb_range(struct vm_area_struct *vma, unsigned long start, in local_flush_tlb_range() function
Dfault.c471 void local_flush_tlb_range(struct vm_area_struct *vma, unsigned long start, in local_flush_tlb_range() function
/linux-3.3/arch/sh/mm/
Dtlbflush_32.c39 void local_flush_tlb_range(struct vm_area_struct *vma, unsigned long start, in local_flush_tlb_range() function
Dnommu.c49 void local_flush_tlb_range(struct vm_area_struct *vma, unsigned long start, in local_flush_tlb_range() function
Dtlbflush_64.c368 void local_flush_tlb_range(struct vm_area_struct *vma, unsigned long start, in local_flush_tlb_range() function
/linux-3.3/arch/microblaze/include/asm/
Dtlbflush.h36 static inline void local_flush_tlb_range(struct vm_area_struct *vma, in local_flush_tlb_range() function
/linux-3.3/arch/mips/mm/
Dtlb-r8k.c63 void local_flush_tlb_range(struct vm_area_struct *vma, unsigned long start, in local_flush_tlb_range() function
Dtlb-r3k.c80 void local_flush_tlb_range(struct vm_area_struct *vma, unsigned long start, in local_flush_tlb_range() function
Dtlb-r4k.c116 void local_flush_tlb_range(struct vm_area_struct *vma, unsigned long start, in local_flush_tlb_range() function
/linux-3.3/arch/score/mm/
Dtlb-score.c80 void local_flush_tlb_range(struct vm_area_struct *vma, unsigned long start, in local_flush_tlb_range() function
/linux-3.3/arch/arm/include/asm/
Dtlbflush.h510 #define local_flush_tlb_range(vma,start,end) __cpu_flush_user_tlb_range(start,end,vma) macro