Searched defs:local_flush_tlb_range (Results 1 – 13 of 13) sorted by relevance
/linux-3.3/arch/sparc/include/asm/ |
D | tlbflush_32.h | 27 #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/ |
D | tlbflush.h | 170 #define local_flush_tlb_range(vma, start, end) \ macro
|
/linux-3.3/arch/m32r/mm/ |
D | fault-nommu.c | 114 void local_flush_tlb_range(struct vm_area_struct *vma, unsigned long start, in local_flush_tlb_range() function
|
D | fault.c | 471 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/ |
D | tlbflush_32.c | 39 void local_flush_tlb_range(struct vm_area_struct *vma, unsigned long start, in local_flush_tlb_range() function
|
D | nommu.c | 49 void local_flush_tlb_range(struct vm_area_struct *vma, unsigned long start, in local_flush_tlb_range() function
|
D | tlbflush_64.c | 368 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/ |
D | tlbflush.h | 36 static inline void local_flush_tlb_range(struct vm_area_struct *vma, in local_flush_tlb_range() function
|
/linux-3.3/arch/mips/mm/ |
D | tlb-r8k.c | 63 void local_flush_tlb_range(struct vm_area_struct *vma, unsigned long start, in local_flush_tlb_range() function
|
D | tlb-r3k.c | 80 void local_flush_tlb_range(struct vm_area_struct *vma, unsigned long start, in local_flush_tlb_range() function
|
D | tlb-r4k.c | 116 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/ |
D | tlb-score.c | 80 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/ |
D | tlbflush.h | 510 #define local_flush_tlb_range(vma,start,end) __cpu_flush_user_tlb_range(start,end,vma) macro
|