Home
last modified time | relevance | path

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

/Linux-v5.10/arch/arm64/include/asm/
Dhugetlb.h26 extern pte_t arch_make_huge_pte(pte_t entry, struct vm_area_struct *vma,
28 #define arch_make_huge_pte arch_make_huge_pte macro
/Linux-v5.10/arch/powerpc/include/asm/nohash/32/
Dhugetlb-8xx.h69 static inline pte_t arch_make_huge_pte(pte_t entry, struct vm_area_struct *vma, in arch_make_huge_pte() function
79 #define arch_make_huge_pte arch_make_huge_pte macro
/Linux-v5.10/arch/sparc/include/asm/
Dpgtable_64.h380 extern pte_t arch_make_huge_pte(pte_t entry, struct vm_area_struct *vma,
382 #define arch_make_huge_pte arch_make_huge_pte macro
/Linux-v5.10/include/linux/
Dhugetlb.h607 #ifndef arch_make_huge_pte
608 static inline pte_t arch_make_huge_pte(pte_t entry, struct vm_area_struct *vma, in arch_make_huge_pte() function
/Linux-v5.10/arch/arm64/mm/
Dhugetlbpage.c343 pte_t arch_make_huge_pte(pte_t entry, struct vm_area_struct *vma, in arch_make_huge_pte() function
/Linux-v5.10/arch/sparc/mm/
Dhugetlbpage.c180 pte_t arch_make_huge_pte(pte_t entry, struct vm_area_struct *vma, in arch_make_huge_pte() function
/Linux-v5.10/mm/
Dhugetlb.c3694 entry = arch_make_huge_pte(entry, vma, page, writable); in make_huge_pte()
4979 pte = arch_make_huge_pte(pte, vma, NULL, 0); in hugetlb_change_protection()
Dmigrate.c261 pte = arch_make_huge_pte(pte, vma, new, 0); in remove_migration_pte()