Searched refs:arch_make_huge_pte (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.4/arch/arm64/include/asm/ |
D | hugetlb.h | 37 extern pte_t arch_make_huge_pte(pte_t entry, struct vm_area_struct *vma, 39 #define arch_make_huge_pte arch_make_huge_pte macro
|
/Linux-v5.4/arch/sparc/include/asm/ |
D | pgtable_64.h | 380 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.4/include/linux/ |
D | hugetlb.h | 446 #ifndef arch_make_huge_pte 447 static inline pte_t arch_make_huge_pte(pte_t entry, struct vm_area_struct *vma, in arch_make_huge_pte() function
|
/Linux-v5.4/arch/arm64/mm/ |
D | hugetlbpage.c | 295 pte_t arch_make_huge_pte(pte_t entry, struct vm_area_struct *vma, in arch_make_huge_pte() function
|
/Linux-v5.4/arch/sparc/mm/ |
D | hugetlbpage.c | 181 pte_t arch_make_huge_pte(pte_t entry, struct vm_area_struct *vma, in arch_make_huge_pte() function
|
/Linux-v5.4/mm/ |
D | hugetlb.c | 3329 entry = arch_make_huge_pte(entry, vma, page, writable); in make_huge_pte() 4567 pte = arch_make_huge_pte(pte, vma, NULL, 0); in hugetlb_change_protection()
|
D | migrate.c | 256 pte = arch_make_huge_pte(pte, vma, new, 0); in remove_migration_pte()
|