Home
last modified time | relevance | path

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

/linux-4.1.27/arch/tile/include/asm/
Dhugetlb.h115 static inline pte_t arch_make_huge_pte(pte_t entry, struct vm_area_struct *vma, in arch_make_huge_pte() function
123 #define arch_make_huge_pte arch_make_huge_pte macro
/linux-4.1.27/include/linux/
Dhugetlb.h408 #ifndef arch_make_huge_pte
409 static inline pte_t arch_make_huge_pte(pte_t entry, struct vm_area_struct *vma, in arch_make_huge_pte() function
/linux-4.1.27/mm/
Dmigrate.c157 pte = arch_make_huge_pte(pte, vma, new, 0); in remove_migration_pte()
Dhugetlb.c2617 entry = arch_make_huge_pte(entry, vma, page, writable); in make_huge_pte()
3542 pte = arch_make_huge_pte(pte, vma, NULL, 0); in hugetlb_change_protection()