Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm64/include/asm/
Dhugetlb.h70 extern pte_t arch_make_huge_pte(pte_t entry, struct vm_area_struct *vma,
72 #define arch_make_huge_pte arch_make_huge_pte macro
/Linux-v4.19/include/linux/
Dhugetlb.h458 #ifndef arch_make_huge_pte
459 static inline pte_t arch_make_huge_pte(pte_t entry, struct vm_area_struct *vma, in arch_make_huge_pte() function
/Linux-v4.19/arch/sparc/include/asm/
Dpgtable_64.h410 extern pte_t arch_make_huge_pte(pte_t entry, struct vm_area_struct *vma,
412 #define arch_make_huge_pte arch_make_huge_pte macro
/Linux-v4.19/arch/arm64/mm/
Dhugetlbpage.c283 pte_t arch_make_huge_pte(pte_t entry, struct vm_area_struct *vma, in arch_make_huge_pte() function
/Linux-v4.19/arch/sparc/mm/
Dhugetlbpage.c181 pte_t arch_make_huge_pte(pte_t entry, struct vm_area_struct *vma, in arch_make_huge_pte() function
/Linux-v4.19/mm/
Dhugetlb.c3192 entry = arch_make_huge_pte(entry, vma, page, writable); in make_huge_pte()
4372 pte = arch_make_huge_pte(pte, vma, NULL, 0); in hugetlb_change_protection()
Dmigrate.c259 pte = arch_make_huge_pte(pte, vma, new, 0); in remove_migration_pte()