/linux-6.12.1/arch/powerpc/mm/kasan/ |
D | 8xx.c | 30 pte_t pte = pte_mkhuge(pfn_pte(PHYS_PFN(__pa(block + i * PAGE_SIZE)), PAGE_KERNEL)); in kasan_init_shadow_8M() 71 pte = pte_mkhuge(pte); in kasan_init_region()
|
/linux-6.12.1/arch/powerpc/include/asm/nohash/32/ |
D | pte-8xx.h | 115 static inline pte_t pte_mkhuge(pte_t pte) in pte_mkhuge() function 120 #define pte_mkhuge pte_mkhuge macro
|
/linux-6.12.1/arch/powerpc/include/asm/nohash/ |
D | pgtable.h | 277 #ifndef pte_mkhuge 278 static inline pte_t pte_mkhuge(pte_t pte) in pte_mkhuge() function
|
/linux-6.12.1/arch/arc/include/asm/ |
D | hugepage.h | 35 #define pmd_mkhuge(pmd) pte_pmd(pte_mkhuge(pmd_pte(pmd)))
|
/linux-6.12.1/arch/parisc/include/asm/ |
D | pgtable.h | 333 #define pte_mkhuge(pte) (__pte(pte_val(pte) | \ macro 337 #define pte_mkhuge(pte) (pte) macro
|
/linux-6.12.1/arch/powerpc/mm/nohash/ |
D | 8xx.c | 93 pte_mkhuge(pfn_pte(pa >> PAGE_SHIFT, prot)), in __early_map_kernel_hugepage()
|
/linux-6.12.1/arch/hexagon/include/asm/ |
D | pgtable.h | 136 #define pte_mkhuge(pte) __pte((pte_val(pte) & ~0x3) | HVM_HUGEPAGE_SIZE) macro
|
/linux-6.12.1/arch/arm/include/asm/ |
D | pgtable-3level.h | 174 #define pte_mkhuge(pte) (__pte(pte_val(pte) & ~PTE_TABLE_BIT)) macro
|
/linux-6.12.1/arch/sparc/include/asm/ |
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()
|
/linux-6.12.1/arch/powerpc/include/asm/book3s/32/ |
D | pgtable.h | 506 static inline pte_t pte_mkhuge(pte_t pte) in pte_mkhuge() function
|
/linux-6.12.1/arch/riscv/mm/ |
D | hugetlbpage.c | 195 entry = pte_mkhuge(entry); in arch_make_huge_pte()
|
/linux-6.12.1/arch/sparc/mm/ |
D | hugetlbpage.c | 181 entry = pte_mkhuge(entry); in arch_make_huge_pte()
|
/linux-6.12.1/arch/arm64/mm/ |
D | hugetlbpage.c | 364 entry = pte_mkhuge(entry); in arch_make_huge_pte()
|
/linux-6.12.1/arch/loongarch/include/asm/ |
D | pgtable.h | 399 static inline pte_t pte_mkhuge(pte_t pte) in pte_mkhuge() function
|
/linux-6.12.1/arch/mips/include/asm/ |
D | pgtable.h | 406 static inline pte_t pte_mkhuge(pte_t pte) function
|
/linux-6.12.1/arch/parisc/mm/ |
D | init.c | 423 pte = pte_mkhuge(pte); in map_pages()
|
/linux-6.12.1/arch/riscv/include/asm/ |
D | pgtable.h | 455 static inline pte_t pte_mkhuge(pte_t pte) in pte_mkhuge() function
|
/linux-6.12.1/include/linux/ |
D | hugetlb.h | 818 return pte_mkhuge(entry); in arch_make_huge_pte()
|
/linux-6.12.1/arch/powerpc/include/asm/book3s/64/ |
D | pgtable.h | 607 static inline pte_t pte_mkhuge(pte_t pte) in pte_mkhuge() function
|
/linux-6.12.1/arch/x86/include/asm/ |
D | pgtable.h | 512 static inline pte_t pte_mkhuge(pte_t pte) in pte_mkhuge() function
|
/linux-6.12.1/arch/s390/include/asm/ |
D | pgtable.h | 1100 static inline pte_t pte_mkhuge(pte_t pte) in pte_mkhuge() function
|
/linux-6.12.1/arch/arm64/include/asm/ |
D | pgtable.h | 444 #define pte_mkhuge(pte) (__pte(pte_val(pte) & ~PTE_TABLE_BIT)) macro
|