/linux/arch/powerpc/include/asm/nohash/32/ |
A D | pte-8xx.h | 132 static inline pte_t pte_mkhuge(pte_t pte) in pte_mkhuge() function 137 #define pte_mkhuge pte_mkhuge macro
|
/linux/arch/powerpc/mm/kasan/ |
A D | 8xx.c | 27 *new = pte_val(pte_mkhuge(pfn_pte(PHYS_PFN(__pa(block)), PAGE_KERNEL))); in kasan_init_shadow_8M() 66 pte = pte_mkhuge(pte); in kasan_init_region()
|
/linux/arch/powerpc/include/asm/nohash/ |
A D | pgtable.h | 148 #ifndef pte_mkhuge 149 static inline pte_t pte_mkhuge(pte_t pte) in pte_mkhuge() function
|
/linux/arch/arc/include/asm/ |
A D | hugepage.h | 28 #define pmd_mkhuge(pmd) pte_pmd(pte_mkhuge(pmd_pte(pmd)))
|
/linux/arch/parisc/include/asm/ |
A D | pgtable.h | 364 #define pte_mkhuge(pte) (__pte(pte_val(pte) | \ macro 368 #define pte_mkhuge(pte) (pte) macro
|
/linux/arch/powerpc/mm/nohash/ |
A D | 8xx.c | 104 set_huge_pte_at(&init_mm, va, ptep, pte_mkhuge(pfn_pte(pa >> PAGE_SHIFT, prot))); in __early_map_kernel_hugepage()
|
/linux/arch/arm/include/asm/ |
A D | pgtable-3level.h | 172 #define pte_mkhuge(pte) (__pte(pte_val(pte) & ~PTE_TABLE_BIT)) macro
|
/linux/arch/hexagon/include/asm/ |
A D | pgtable.h | 160 #define pte_mkhuge(pte) __pte((pte_val(pte) & ~0x3) | HVM_HUGEPAGE_SIZE) macro
|
/linux/arch/sparc/include/asm/ |
A D | pgtable_64.h | 397 static inline pte_t pte_mkhuge(pte_t pte) in pte_mkhuge() function 424 pte = pte_mkhuge(pte); in pmd_mkhuge()
|
/linux/arch/powerpc/include/asm/book3s/32/ |
A D | pgtable.h | 506 static inline pte_t pte_mkhuge(pte_t pte) in pte_mkhuge() function
|
/linux/Documentation/vm/ |
A D | arch_pgtable_helpers.rst | 217 | pte_mkhuge | Creates a HugeTLB |
|
/linux/arch/ia64/include/asm/ |
A D | pgtable.h | 306 #define pte_mkhuge(pte) (__pte(pte_val(pte))) macro
|
/linux/arch/riscv/include/asm/ |
A D | pgtable.h | 350 static inline pte_t pte_mkhuge(pte_t pte) in pte_mkhuge() function
|
/linux/arch/parisc/mm/ |
A D | init.c | 420 pte = pte_mkhuge(pte); in map_pages()
|
/linux/arch/mips/include/asm/ |
A D | pgtable.h | 413 static inline pte_t pte_mkhuge(pte_t pte) function
|
/linux/arch/arm64/include/asm/ |
A D | pgtable.h | 349 #define pte_mkhuge(pte) (__pte(pte_val(pte) & ~PTE_TABLE_BIT)) macro
|
/linux/arch/x86/include/asm/ |
A D | pgtable.h | 340 static inline pte_t pte_mkhuge(pte_t pte) in pte_mkhuge() function
|
/linux/arch/powerpc/include/asm/book3s/64/ |
A D | pgtable.h | 707 static inline pte_t pte_mkhuge(pte_t pte) in pte_mkhuge() function
|
/linux/mm/ |
A D | debug_vm_pgtable.c | 930 WARN_ON(!pte_huge(pte_mkhuge(pte))); in hugetlb_basic_tests()
|
A D | migrate.c | 237 pte = pte_mkhuge(pte); in remove_migration_pte()
|
A D | hugetlb.c | 4640 entry = pte_mkhuge(entry); in make_huge_pte() 6175 pte = pte_mkhuge(huge_pte_modify(old_pte, newprot)); in hugetlb_change_protection()
|
A D | vmalloc.c | 119 entry = pte_mkhuge(entry); in vmap_pte_range()
|
/linux/arch/s390/include/asm/ |
A D | pgtable.h | 987 static inline pte_t pte_mkhuge(pte_t pte) in pte_mkhuge() function
|