Searched refs:arch_make_huge_pte (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/arch/tile/include/asm/ |
D | hugetlb.h | 102 static inline pte_t arch_make_huge_pte(pte_t entry, struct vm_area_struct *vma, in arch_make_huge_pte() function 110 #define arch_make_huge_pte arch_make_huge_pte macro
|
/linux-4.4.14/include/linux/ |
D | hugetlb.h | 422 #ifndef arch_make_huge_pte 423 static inline pte_t arch_make_huge_pte(pte_t entry, struct vm_area_struct *vma, in arch_make_huge_pte() function
|
/linux-4.4.14/mm/ |
D | migrate.c | 158 pte = arch_make_huge_pte(pte, vma, new, 0); in remove_migration_pte()
|
D | hugetlb.c | 3037 entry = arch_make_huge_pte(entry, vma, page, writable); in make_huge_pte() 3979 pte = arch_make_huge_pte(pte, vma, NULL, 0); in hugetlb_change_protection()
|