Home
last modified time | relevance | path

Searched refs:arch_make_huge_pte (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/arch/tile/include/asm/
Dhugetlb.h102 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/
Dhugetlb.h422 #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/
Dmigrate.c158 pte = arch_make_huge_pte(pte, vma, new, 0); in remove_migration_pte()
Dhugetlb.c3037 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()