Lines Matching refs:vma
37 extern void flush_tlb_range(struct vm_area_struct *vma, unsigned long start,
42 extern void local_flush_tlb_page(struct vm_area_struct *vma, unsigned long vmaddr);
49 extern void flush_tlb_page(struct vm_area_struct *vma, unsigned long vmaddr);
54 #define flush_tlb_page(vma,addr) local_flush_tlb_page(vma,addr) argument
57 #define flush_tlb_page_nohash(vma,addr) flush_tlb_page(vma,addr) argument
65 extern void flush_tlb_page(struct vm_area_struct *vma, unsigned long vmaddr);
66 extern void flush_tlb_page_nohash(struct vm_area_struct *vma, unsigned long addr);
67 extern void flush_tlb_range(struct vm_area_struct *vma, unsigned long start,
70 static inline void local_flush_tlb_page(struct vm_area_struct *vma, in local_flush_tlb_page() argument
73 flush_tlb_page(vma, vmaddr); in local_flush_tlb_page()
142 static inline void local_flush_tlb_page(struct vm_area_struct *vma, in local_flush_tlb_page() argument
147 static inline void flush_tlb_page(struct vm_area_struct *vma, in flush_tlb_page() argument
152 static inline void flush_tlb_page_nohash(struct vm_area_struct *vma, in flush_tlb_page_nohash() argument
157 static inline void flush_tlb_range(struct vm_area_struct *vma, in flush_tlb_range() argument