Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/nohash/
H A Dhugetlb-e500.h15 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 Dhugetlb.h50 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 Dhugetlb-8xx.h48 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/Documentation/mm/
H A Darch_pgtable_helpers.rst209 | arch_make_huge_pte | Creates a HugeTLB |
/linux/arch/arm64/mm/
H A Dhugetlbpage.c344 pte_t arch_make_huge_pte(pte_t entry, unsigned int shift, vm_flags_t flags) in arch_make_huge_pte() function
/linux/mm/
H A Dhugetlb.c4850 entry = arch_make_huge_pte(entry, shift, vma->vm_flags); in set_huge_ptep_writable()
4887 newpte = arch_make_huge_pte(newpte, shift, vma->vm_flags); in copy_hugetlb_page_range()
5053 entry = arch_make_huge_pte(entry, huge_page_shift(h), in copy_hugetlb_page_range()
5126 pte = arch_make_huge_pte(pte, huge_page_shift(h), in move_huge_pte()
6131 pte = arch_make_huge_pte(pte, shift, vma->vm_flags); in hugetlb_fault()
6626 pte = arch_make_huge_pte(pte, shift, vma->vm_flags); in hugetlb_change_protection()
6635 pte = arch_make_huge_pte(pte, shift, vma->vm_flags); in hugetlb_change_protection()
H A Dmigrate.c432 pte = arch_make_huge_pte(pte, shift, vma->vm_flags); in remove_migration_pte()
H A Dvmalloc.c129 entry = arch_make_huge_pte(entry, ilog2(size), 0); in vmap_pte_range()