Lines Matching refs:vm_area_struct
32 struct vm_area_struct;
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);
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()
142 static inline void local_flush_tlb_page(struct vm_area_struct *vma, in local_flush_tlb_page()
147 static inline void flush_tlb_page(struct vm_area_struct *vma, in flush_tlb_page()
152 static inline void flush_tlb_page_nohash(struct vm_area_struct *vma, in flush_tlb_page_nohash()
157 static inline void flush_tlb_range(struct vm_area_struct *vma, in flush_tlb_range()