Searched refs:TVA_PAGEFAULT (Results 1 – 3 of 3) sorted by relevance
| /linux/include/linux/ |
| H A D | huge_mm.h | 99 TVA_PAGEFAULT, /* Serving a page fault. */ enumerator
|
| /linux/mm/ |
| H A D | memory.c | 4633 orders = thp_vma_allowable_orders(vma, vma->vm_flags, TVA_PAGEFAULT, in alloc_swap_folio() 5150 orders = thp_vma_allowable_orders(vma, vma->vm_flags, TVA_PAGEFAULT, in alloc_anon_folio() 6382 thp_vma_allowable_order(vma, vm_flags, TVA_PAGEFAULT, PUD_ORDER)) { in __handle_mm_fault() 6416 thp_vma_allowable_order(vma, vm_flags, TVA_PAGEFAULT, PMD_ORDER)) { in __handle_mm_fault()
|
| H A D | huge_memory.c | 109 const bool in_pf = type == TVA_PAGEFAULT; in __thp_vma_allowable_orders()
|