Searched refs:access_error (Results 1 – 4 of 4) sorted by relevance
366 static inline int access_error(int error_code, struct vm_area_struct *vma) in access_error() function473 if (unlikely(access_error(error_code, vma))) { in do_page_fault()
158 static inline bool access_error(unsigned int fsr, struct vm_area_struct *vma) in access_error() function188 if (access_error(fsr, vma)) { in __do_pf()
213 static inline bool access_error(unsigned int fsr, struct vm_area_struct *vma) in access_error() function244 if (access_error(fsr, vma)) { in __do_page_fault()
1028 access_error(unsigned long error_code, struct vm_area_struct *vma) in access_error() function1249 if (unlikely(access_error(error_code, vma))) { in __do_page_fault()