Searched refs:arch_make_huge_pte (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | hugetlb.h | 618 #ifndef arch_make_huge_pte 619 static inline pte_t arch_make_huge_pte(pte_t entry, struct vm_area_struct *vma, in arch_make_huge_pte() function
|
| /OK3568_Linux_fs/kernel/arch/arm64/mm/ |
| H A D | hugetlbpage.c | 342 pte_t arch_make_huge_pte(pte_t entry, struct vm_area_struct *vma, in arch_make_huge_pte() function
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | hugetlb.c | 3752 entry = arch_make_huge_pte(entry, vma, page, writable); in make_huge_pte() 5112 pte = arch_make_huge_pte(pte, vma, NULL, 0); in hugetlb_change_protection()
|
| H A D | migrate.c | 239 pte = arch_make_huge_pte(pte, vma, new, 0); in remove_migration_pte()
|