Searched refs:arch_make_huge_pte (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/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
|
/openbmc/linux/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
|
/openbmc/linux/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
|
/openbmc/linux/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
|
/openbmc/linux/include/linux/ |
H A D | hugetlb.h | 864 #ifndef arch_make_huge_pte 865 static inline pte_t arch_make_huge_pte(pte_t entry, unsigned int shift, in arch_make_huge_pte() function
|
/openbmc/linux/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
|
/openbmc/linux/Documentation/mm/ |
H A D | arch_pgtable_helpers.rst | 227 | arch_make_huge_pte | Creates a HugeTLB |
|
/openbmc/linux/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
|
/openbmc/linux/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
|
/openbmc/linux/mm/ |
H A D | debug_vm_pgtable.c | 930 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 | 4974 entry = arch_make_huge_pte(entry, shift, vma->vm_flags); in make_huge_pte() 6666 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()
|