Searched refs:local_flush_tlb_range (Results 1 - 21 of 21) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dtlbflush.h17 extern void local_flush_tlb_range(struct vm_area_struct *vma,
39 #define flush_tlb_range(vma, vmaddr, end) local_flush_tlb_range(vma, vmaddr, end)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Dtlbflush.h15 extern void local_flush_tlb_range(struct vm_area_struct *vma,
42 local_flush_tlb_range(vma, start, end)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dtlbflush_32.h12 BTFIXUPDEF_CALL(void, local_flush_tlb_range, struct vm_area_struct *, unsigned long, unsigned long)
17 #define local_flush_tlb_range(vma,start,end) BTFIXUP_CALL(local_flush_tlb_range)(vma,start,end) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/score/include/asm/
H A Dtlbflush.h17 extern void local_flush_tlb_range(struct vm_area_struct *vma,
28 local_flush_tlb_range(vma, vmaddr, end)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/include/asm/
H A Dtlbflush.h36 static inline void local_flush_tlb_range(struct vm_area_struct *vma, function
47 #define flush_tlb_range local_flush_tlb_range
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/include/asm/
H A Dtlbflush.h20 extern void local_flush_tlb_range(struct vm_area_struct *, unsigned long,
29 local_flush_tlb_range(vma, start, end)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/mm/
H A Dnommu.c49 void local_flush_tlb_range(struct vm_area_struct *vma, unsigned long start, function
H A Dtlbflush_32.c39 void local_flush_tlb_range(struct vm_area_struct *vma, unsigned long start, function
H A Dtlbflush_64.c365 void local_flush_tlb_range(struct vm_area_struct *vma, unsigned long start, function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/mm/
H A Dfault-nommu.c114 void local_flush_tlb_range(struct vm_area_struct *vma, unsigned long start, function
H A Dfault.c471 void local_flush_tlb_range(struct vm_area_struct *vma, unsigned long start, function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dsmp.c344 local_flush_tlb_range(fd->vma, fd->addr1, fd->addr2);
369 local_flush_tlb_range(vma, start, end);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/mm/
H A Dtlb-r8k.c63 void local_flush_tlb_range(struct vm_area_struct *vma, unsigned long start, function
H A Dtlb-r3k.c79 void local_flush_tlb_range(struct vm_area_struct *vma, unsigned long start, function
H A Dtlb-r4k.c115 void local_flush_tlb_range(struct vm_area_struct *vma, unsigned long start, function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/score/mm/
H A Dtlb-score.c80 void local_flush_tlb_range(struct vm_area_struct *vma, unsigned long start, function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/
H A Dsmp.c400 local_flush_tlb_range(fd->vma, fd->addr1, fd->addr2);
422 local_flush_tlb_range(vma, start, end);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dsmp_32.c196 xc3((smpfunc_t) BTFIXUP_CALL(local_flush_tlb_range), (unsigned long) vma, start, end);
197 local_flush_tlb_range(vma, start, end);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/include/asm/
H A Dtlbflush.h543 #define local_flush_tlb_range(vma,start,end) __cpu_flush_user_tlb_range(start,end,vma) macro
551 #define flush_tlb_range local_flush_tlb_range
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Dsmp.c1199 local_flush_tlb_range(ta->ta_vma, ta->ta_start, ta->ta_end);
1256 local_flush_tlb_range(vma, start, end);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/mm/
H A Dsrmmu.c2183 BTFIXUPCOPY_CALL(local_flush_tlb_range, flush_tlb_range);

Completed in 268 milliseconds