Searched refs:arch_make_huge_pte (Results 1 – 8 of 8) sorted by relevance
| /linux/arch/powerpc/include/asm/nohash/ |
| H A D | hugetlb-e500.h | 15 static inline pte_t arch_make_huge_pte(pte_t entry, unsigned int shift, vm_flags_t flags) in arch_make_huge_pte() function 22 #define arch_make_huge_pte arch_make_huge_pte macro
|
| /linux/arch/riscv/include/asm/ |
| H A D | hugetlb.h | 50 pte_t arch_make_huge_pte(pte_t entry, unsigned int shift, vm_flags_t flags); 51 #define arch_make_huge_pte arch_make_huge_pte macro
|
| /linux/arch/powerpc/include/asm/nohash/32/ |
| H A D | hugetlb-8xx.h | 48 static inline pte_t arch_make_huge_pte(pte_t entry, unsigned int shift, vm_flags_t flags) in arch_make_huge_pte() function 57 #define arch_make_huge_pte arch_make_huge_pte macro
|
| /linux/include/linux/ |
| H A D | hugetlb.h | 849 #ifndef arch_make_huge_pte 850 static inline pte_t arch_make_huge_pte(pte_t entry, unsigned int shift, in arch_make_huge_pte() function
|
| /linux/Documentation/mm/ |
| H A D | arch_pgtable_helpers.rst | 209 | arch_make_huge_pte | Creates a HugeTLB |
|
| /linux/mm/ |
| H A D | migrate.c | 420 pte = arch_make_huge_pte(pte, shift, vma->vm_flags); in remove_migration_pte()
|
| H A D | hugetlb.c | 4812 entry = arch_make_huge_pte(entry, shift, vma->vm_flags); in make_huge_pte() 6494 pte = arch_make_huge_pte(pte, shift, vma->vm_flags); in hugetlb_change_protection()
|
| H A D | vmalloc.c | 127 entry = arch_make_huge_pte(entry, ilog2(size), 0); in vmap_pte_range()
|