/openbmc/linux/arch/powerpc/include/asm/nohash/32/ |
H A D | pte-8xx.h | 139 static inline pte_t pte_mkhuge(pte_t pte) in pte_mkhuge() function 144 #define pte_mkhuge pte_mkhuge macro
|
/openbmc/linux/arch/powerpc/mm/kasan/ |
H 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()
|
/openbmc/linux/arch/powerpc/include/asm/nohash/ |
H A D | pgtable.h | 128 #ifndef pte_mkhuge 129 static inline pte_t pte_mkhuge(pte_t pte) in pte_mkhuge() function
|
/openbmc/linux/arch/arc/include/asm/ |
H A D | hugepage.h | 28 #define pmd_mkhuge(pmd) pte_pmd(pte_mkhuge(pmd_pte(pmd)))
|
/openbmc/linux/arch/parisc/include/asm/ |
H A D | pgtable.h | 333 #define pte_mkhuge(pte) (__pte(pte_val(pte) | \ macro 337 #define pte_mkhuge(pte) (pte) macro
|
/openbmc/linux/arch/powerpc/mm/nohash/ |
H A D | 8xx.c | 95 pte_mkhuge(pfn_pte(pa >> PAGE_SHIFT, prot)), in __early_map_kernel_hugepage()
|
/openbmc/linux/arch/hexagon/include/asm/ |
H A D | pgtable.h | 136 #define pte_mkhuge(pte) __pte((pte_val(pte) & ~0x3) | HVM_HUGEPAGE_SIZE) macro
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | pgtable-3level.h | 175 #define pte_mkhuge(pte) (__pte(pte_val(pte) & ~PTE_TABLE_BIT)) macro
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | pgtable_64.h | 418 static inline pte_t pte_mkhuge(pte_t pte) in pte_mkhuge() function 445 pte = pte_mkhuge(pte); in pmd_mkhuge()
|
/openbmc/linux/arch/riscv/mm/ |
H A D | hugetlbpage.c | 195 entry = pte_mkhuge(entry); in arch_make_huge_pte()
|
/openbmc/linux/arch/ia64/include/asm/ |
H A D | pgtable.h | 277 #define pte_mkhuge(pte) (__pte(pte_val(pte))) macro
|
/openbmc/linux/arch/powerpc/include/asm/book3s/32/ |
H A D | pgtable.h | 516 static inline pte_t pte_mkhuge(pte_t pte) in pte_mkhuge() function
|
/openbmc/linux/arch/sparc/mm/ |
H A D | hugetlbpage.c | 184 entry = pte_mkhuge(entry); in arch_make_huge_pte()
|
/openbmc/linux/arch/arm64/mm/ |
H A D | hugetlbpage.c | 382 entry = pte_mkhuge(entry); in arch_make_huge_pte()
|
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | pgtable.h | 419 static inline pte_t pte_mkhuge(pte_t pte) in pte_mkhuge() function
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | pgtable.h | 406 static inline pte_t pte_mkhuge(pte_t pte) function
|
/openbmc/linux/arch/parisc/mm/ |
H A D | init.c | 421 pte = pte_mkhuge(pte); in map_pages()
|
/openbmc/linux/arch/riscv/include/asm/ |
H A D | pgtable.h | 436 static inline pte_t pte_mkhuge(pte_t pte) in pte_mkhuge() function
|
/openbmc/linux/include/linux/ |
H A D | hugetlb.h | 868 return pte_mkhuge(entry); in arch_make_huge_pte()
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | pgtable.h | 368 #define pte_mkhuge(pte) (__pte(pte_val(pte) & ~PTE_TABLE_BIT)) macro
|
/openbmc/linux/arch/powerpc/include/asm/book3s/64/ |
H A D | pgtable.h | 622 static inline pte_t pte_mkhuge(pte_t pte) in pte_mkhuge() function
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | pgtable.h | 447 static inline pte_t pte_mkhuge(pte_t pte) in pte_mkhuge() function
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | pgtable.h | 1056 static inline pte_t pte_mkhuge(pte_t pte) in pte_mkhuge() function
|