Searched refs:huge_fault (Results 1 – 12 of 12) sorted by relevance
| /linux/Documentation/filesystems/ |
| H A D | locking.rst | 579 vm_fault_t (*huge_fault)(struct vm_fault *, unsigned int order); 593 huge_fault: maybe-read 608 ->huge_fault() is called when there is no PUD or PMD entry present. This 612 filesystems should not call filemap_fault() from ->huge_fault().
|
| /linux/fs/erofs/ |
| H A D | data.c | 481 .huge_fault = erofs_dax_huge_fault,
|
| /linux/mm/ |
| H A D | memory.c | 6384 if (vma->vm_ops->huge_fault) in create_huge_pmd() 6385 return vma->vm_ops->huge_fault(vmf, PMD_ORDER); in create_huge_pmd() 6407 if (vma->vm_ops->huge_fault) { in wp_huge_pmd() 6408 ret = vma->vm_ops->huge_fault(vmf, PMD_ORDER); in wp_huge_pmd() 6429 if (vma->vm_ops->huge_fault) in create_huge_pud() 6430 return vma->vm_ops->huge_fault(vmf, PUD_ORDER); in create_huge_pud() 6446 if (vma->vm_ops->huge_fault) { in wp_huge_pud() 6447 ret = vma->vm_ops->huge_fault(vmf, PUD_ORDER); in wp_huge_pud()
|
| H A D | huge_memory.c | 124 const bool has_huge_fault = vma->vm_ops->huge_fault; in vma_file_bypass_thp_tuneables() 156 const bool has_huge_fault = vma->vm_ops->huge_fault; in vma_can_map_huge_file()
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_gem_shmem_helper.c | 733 .huge_fault = drm_gem_shmem_any_fault,
|
| /linux/fs/ext4/ |
| H A D | file.c | 866 .huge_fault = ext4_dax_huge_fault,
|
| /linux/drivers/hv/ |
| H A D | mshv_vtl_main.c | 1280 .huge_fault = mshv_vtl_low_huge_fault,
|
| /linux/tools/testing/vma/include/ |
| H A D | dup.h | 680 vm_fault_t (*huge_fault)(struct vm_fault *vmf, unsigned int order); member
|
| /linux/drivers/gpu/drm/panthor/ |
| H A D | panthor_gem.c | 962 .huge_fault = panthor_gem_any_fault,
|
| /linux/fs/xfs/ |
| H A D | xfs_file.c | 2128 .huge_fault = xfs_filemap_huge_fault,
|
| /linux/drivers/vfio/pci/ |
| H A D | vfio_pci_core.c | 1812 .huge_fault = vfio_pci_mmap_huge_fault,
|
| /linux/include/linux/ |
| H A D | mm.h | 846 vm_fault_t (*huge_fault)(struct vm_fault *vmf, unsigned int order); member
|