/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
H A D | hugetlb.h | 26 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
|
/kernel/linux/linux-6.6/arch/riscv/include/asm/ |
H A D | hugetlb.h | 49 pte_t arch_make_huge_pte(pte_t entry, unsigned int shift, vm_flags_t flags); 50 #define arch_make_huge_pte arch_make_huge_pte macro
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/32/ |
H A D | hugetlb-8xx.h | 69 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
|
/kernel/linux/linux-6.6/arch/arm64/include/asm/ |
H A D | hugetlb.h | 27 pte_t arch_make_huge_pte(pte_t entry, unsigned int shift, vm_flags_t flags); 28 #define arch_make_huge_pte arch_make_huge_pte macro
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/nohash/32/ |
H A D | hugetlb-8xx.h | 70 static inline pte_t arch_make_huge_pte(pte_t entry, unsigned int shift, vm_flags_t flags) in arch_make_huge_pte() function 79 #define arch_make_huge_pte arch_make_huge_pte macro
|
/kernel/linux/linux-5.10/arch/sparc/include/asm/ |
H A 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
|
/kernel/linux/linux-6.6/arch/sparc/include/asm/ |
H A D | pgtable_64.h | 398 pte_t arch_make_huge_pte(pte_t entry, unsigned int shift, vm_flags_t flags); 399 #define arch_make_huge_pte arch_make_huge_pte macro
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | hugetlb.h | 611 #ifndef arch_make_huge_pte 612 static inline pte_t arch_make_huge_pte(pte_t entry, struct vm_area_struct *vma, in arch_make_huge_pte() function
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | hugetlb.h | 863 #ifndef arch_make_huge_pte 864 static inline pte_t arch_make_huge_pte(pte_t entry, unsigned int shift, in arch_make_huge_pte() function
|
/kernel/linux/linux-5.10/arch/arm64/mm/ |
H A D | hugetlbpage.c | 343 pte_t arch_make_huge_pte(pte_t entry, struct vm_area_struct *vma, in arch_make_huge_pte() function
|
/kernel/linux/linux-5.10/arch/sparc/mm/ |
H A D | hugetlbpage.c | 180 pte_t arch_make_huge_pte(pte_t entry, struct vm_area_struct *vma, in arch_make_huge_pte() function
|
/kernel/linux/linux-6.6/arch/arm64/mm/ |
H A D | hugetlbpage.c | 378 pte_t arch_make_huge_pte(pte_t entry, unsigned int shift, vm_flags_t flags) in arch_make_huge_pte() function
|
/kernel/linux/linux-6.6/arch/riscv/mm/ |
H A D | hugetlbpage.c | 184 pte_t arch_make_huge_pte(pte_t entry, unsigned int shift, vm_flags_t flags) in arch_make_huge_pte() function
|
/kernel/linux/linux-6.6/arch/sparc/mm/ |
H A D | hugetlbpage.c | 180 pte_t arch_make_huge_pte(pte_t entry, unsigned int shift, vm_flags_t flags) in arch_make_huge_pte() function
|
/kernel/linux/linux-6.6/mm/ |
H A D | debug_vm_pgtable.c | 951 WARN_ON(!pte_huge(arch_make_huge_pte(pte, PMD_SHIFT, VM_ACCESS_FLAGS))); in hugetlb_basic_tests()
|
H A D | migrate.c | 250 pte = arch_make_huge_pte(pte, shift, vma->vm_flags); in remove_migration_pte()
|
H A D | hugetlb.c | 4979 entry = arch_make_huge_pte(entry, shift, vma->vm_flags); in make_huge_pte() 6667 pte = arch_make_huge_pte(pte, shift, vma->vm_flags); in hugetlb_change_protection()
|
H A D | vmalloc.c | 113 entry = arch_make_huge_pte(entry, ilog2(size), 0); in vmap_pte_range()
|
/kernel/linux/linux-5.10/mm/ |
H A D | migrate.c | 261 pte = arch_make_huge_pte(pte, vma, new, 0); in remove_migration_pte()
|
H A D | hugetlb.c | 3770 entry = arch_make_huge_pte(entry, vma, page, writable); in make_huge_pte() 5101 pte = arch_make_huge_pte(pte, vma, NULL, 0); in hugetlb_change_protection()
|