Searched refs:split_huge_pmd_address (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/include/linux/ |
D | huge_mm.h | 165 void split_huge_pmd_address(struct vm_area_struct *vma, unsigned long address, 309 static inline void split_huge_pmd_address(struct vm_area_struct *vma, in split_huge_pmd_address() function
|
/linux-6.6.21/mm/ |
D | rmap.c | 1495 split_huge_pmd_address(vma, address, false, folio); in try_to_unmap_one() 1844 split_huge_pmd_address(vma, address, true, folio); in try_to_migrate_one()
|
D | huge_memory.c | 2301 void split_huge_pmd_address(struct vm_area_struct *vma, unsigned long address, in split_huge_pmd_address() function 2321 split_huge_pmd_address(vma, address, false, NULL); in split_huge_pmd_if_needed()
|