Home
last modified time | relevance | path

Searched refs:__handle_mm_fault (Results 1 – 2 of 2) sorted by relevance

/linux/Documentation/mm/
H A Dpage_tables.rst233 `__handle_mm_fault()` to carry out the actual work of allocating the page
236 The unfortunate case of not being able to call `__handle_mm_fault()` means
242 `__handle_mm_fault()` carries out its work by calling several functions to
266 `__handle_mm_fault()` finally calls `handle_pte_fault()`, which via `do_fault()`
/linux/mm/
H A Dmemory.c5801 static vm_fault_t __handle_mm_fault(struct vm_area_struct *vma, in __handle_mm_fault() function
6062 ret = __handle_mm_fault(vma, address, flags); in handle_mm_fault()