Searched refs:__handle_mm_fault (Results 1 – 2 of 2) sorted by relevance
233 `__handle_mm_fault()` to carry out the actual work of allocating the page236 The unfortunate case of not being able to call `__handle_mm_fault()` means242 `__handle_mm_fault()` carries out its work by calling several functions to266 `__handle_mm_fault()` finally calls `handle_pte_fault()`, which via `do_fault()`
5816 static vm_fault_t __handle_mm_fault(struct vm_area_struct *vma, in __handle_mm_fault() function6077 ret = __handle_mm_fault(vma, address, flags); in handle_mm_fault()