/linux-6.1.9/arch/powerpc/include/asm/nohash/32/ |
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-6.1.9/arch/powerpc/mm/kasan/ |
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-6.1.9/arch/powerpc/include/asm/nohash/ |
D | pgtable.h | 128 #ifndef pte_mkhuge 129 static inline pte_t pte_mkhuge(pte_t pte) in pte_mkhuge() function
|
/linux-6.1.9/arch/arc/include/asm/ |
D | hugepage.h | 28 #define pmd_mkhuge(pmd) pte_pmd(pte_mkhuge(pmd_pte(pmd)))
|
/linux-6.1.9/arch/parisc/include/asm/ |
D | pgtable.h | 354 #define pte_mkhuge(pte) (__pte(pte_val(pte) | \ macro 358 #define pte_mkhuge(pte) (pte) macro
|
/linux-6.1.9/arch/powerpc/mm/nohash/ |
D | 8xx.c | 94 set_huge_pte_at(&init_mm, va, ptep, pte_mkhuge(pfn_pte(pa >> PAGE_SHIFT, prot))); in __early_map_kernel_hugepage()
|
/linux-6.1.9/arch/hexagon/include/asm/ |
D | pgtable.h | 133 #define pte_mkhuge(pte) __pte((pte_val(pte) & ~0x3) | HVM_HUGEPAGE_SIZE) macro
|
/linux-6.1.9/arch/arm/include/asm/ |
D | pgtable-3level.h | 172 #define pte_mkhuge(pte) (__pte(pte_val(pte) & ~PTE_TABLE_BIT)) macro
|
/linux-6.1.9/arch/sparc/include/asm/ |
D | pgtable_64.h | 378 static inline pte_t pte_mkhuge(pte_t pte) in pte_mkhuge() function 405 pte = pte_mkhuge(pte); in pmd_mkhuge()
|
/linux-6.1.9/arch/powerpc/include/asm/book3s/32/ |
D | pgtable.h | 494 static inline pte_t pte_mkhuge(pte_t pte) in pte_mkhuge() function
|
/linux-6.1.9/Documentation/mm/ |
D | arch_pgtable_helpers.rst | 219 | pte_mkhuge | Creates a HugeTLB |
|
/linux-6.1.9/arch/ia64/include/asm/ |
D | pgtable.h | 289 #define pte_mkhuge(pte) (__pte(pte_val(pte))) macro
|
/linux-6.1.9/arch/sparc/mm/ |
D | hugetlbpage.c | 184 entry = pte_mkhuge(entry); in arch_make_huge_pte()
|
/linux-6.1.9/arch/loongarch/include/asm/ |
D | pgtable.h | 374 static inline pte_t pte_mkhuge(pte_t pte) in pte_mkhuge() function
|
/linux-6.1.9/arch/arm64/mm/ |
D | hugetlbpage.c | 400 entry = pte_mkhuge(entry); in arch_make_huge_pte()
|
/linux-6.1.9/arch/mips/include/asm/ |
D | pgtable.h | 396 static inline pte_t pte_mkhuge(pte_t pte) function
|
/linux-6.1.9/arch/parisc/mm/ |
D | init.c | 420 pte = pte_mkhuge(pte); in map_pages()
|
/linux-6.1.9/arch/riscv/include/asm/ |
D | pgtable.h | 373 static inline pte_t pte_mkhuge(pte_t pte) in pte_mkhuge() function
|
/linux-6.1.9/include/linux/ |
D | hugetlb.h | 822 return pte_mkhuge(entry); in arch_make_huge_pte()
|
/linux-6.1.9/arch/arm64/include/asm/ |
D | pgtable.h | 364 #define pte_mkhuge(pte) (__pte(pte_val(pte) & ~PTE_TABLE_BIT)) macro
|
/linux-6.1.9/arch/x86/include/asm/ |
D | pgtable.h | 344 static inline pte_t pte_mkhuge(pte_t pte) in pte_mkhuge() function
|
/linux-6.1.9/arch/powerpc/include/asm/book3s/64/ |
D | pgtable.h | 692 static inline pte_t pte_mkhuge(pte_t pte) in pte_mkhuge() function
|
/linux-6.1.9/mm/ |
D | debug_vm_pgtable.c | 945 WARN_ON(!pte_huge(pte_mkhuge(pte))); in hugetlb_basic_tests()
|
D | migrate.c | 240 pte = pte_mkhuge(pte); in remove_migration_pte()
|
/linux-6.1.9/arch/s390/include/asm/ |
D | pgtable.h | 1036 static inline pte_t pte_mkhuge(pte_t pte) in pte_mkhuge() function
|