| /Linux-v5.4/arch/powerpc/include/asm/nohash/32/ |
| D | pte-8xx.h | 129 static inline pte_t pte_mkhuge(pte_t pte) in pte_mkhuge() function 134 #define pte_mkhuge pte_mkhuge macro
|
| /Linux-v5.4/arch/powerpc/include/asm/nohash/ |
| D | pgtable.h | 155 #ifndef pte_mkhuge 156 static inline pte_t pte_mkhuge(pte_t pte) in pte_mkhuge() function
|
| /Linux-v5.4/arch/arc/include/asm/ |
| D | hugepage.h | 29 #define pmd_mkhuge(pmd) pte_pmd(pte_mkhuge(pmd_pte(pmd)))
|
| /Linux-v5.4/arch/parisc/include/asm/ |
| D | pgtable.h | 397 #define pte_mkhuge(pte) (__pte(pte_val(pte) | \ macro 401 #define pte_mkhuge(pte) (pte) macro
|
| /Linux-v5.4/arch/sh/include/asm/ |
| D | pgtable_64.h | 268 static inline pte_t pte_mkhuge(pte_t pte) { set_pte(&pte, __pte(pte_val(pte) | _PAGE_SZHUGE)); retu… in pte_mkhuge() function
|
| /Linux-v5.4/arch/arm/include/asm/ |
| D | pgtable-3level.h | 196 #define pte_mkhuge(pte) (__pte(pte_val(pte) & ~PTE_TABLE_BIT)) macro
|
| /Linux-v5.4/arch/hexagon/include/asm/ |
| D | pgtable.h | 166 #define pte_mkhuge(pte) __pte((pte_val(pte) & ~0x3) | HVM_HUGEPAGE_SIZE) macro
|
| /Linux-v5.4/arch/riscv/include/asm/ |
| D | pgtable.h | 286 static inline pte_t pte_mkhuge(pte_t pte) in pte_mkhuge() function
|
| /Linux-v5.4/arch/sparc/include/asm/ |
| D | pgtable_64.h | 401 static inline pte_t pte_mkhuge(pte_t pte) in pte_mkhuge() function 428 pte = pte_mkhuge(pte); in pmd_mkhuge()
|
| /Linux-v5.4/arch/powerpc/include/asm/book3s/32/ |
| D | pgtable.h | 498 static inline pte_t pte_mkhuge(pte_t pte) in pte_mkhuge() function
|
| /Linux-v5.4/arch/ia64/include/asm/ |
| D | pgtable.h | 313 #define pte_mkhuge(pte) (__pte(pte_val(pte))) macro
|
| /Linux-v5.4/arch/mips/include/asm/ |
| D | pgtable.h | 404 static inline pte_t pte_mkhuge(pte_t pte) function
|
| /Linux-v5.4/arch/parisc/mm/ |
| D | init.c | 456 pte = pte_mkhuge(pte); in map_pages()
|
| /Linux-v5.4/arch/arm64/include/asm/ |
| D | pgtable.h | 289 #define pte_mkhuge(pte) (__pte(pte_val(pte) & ~PTE_TABLE_BIT)) macro
|
| /Linux-v5.4/arch/powerpc/include/asm/book3s/64/ |
| D | pgtable.h | 678 static inline pte_t pte_mkhuge(pte_t pte) in pte_mkhuge() function
|
| /Linux-v5.4/arch/x86/include/asm/ |
| D | pgtable.h | 348 static inline pte_t pte_mkhuge(pte_t pte) in pte_mkhuge() function
|
| /Linux-v5.4/arch/s390/include/asm/ |
| D | pgtable.h | 987 static inline pte_t pte_mkhuge(pte_t pte) in pte_mkhuge() function
|
| /Linux-v5.4/mm/ |
| D | hugetlb.c | 3328 entry = pte_mkhuge(entry); in make_huge_pte() 4566 pte = pte_mkhuge(huge_pte_modify(old_pte, newprot)); in hugetlb_change_protection()
|
| D | migrate.c | 255 pte = pte_mkhuge(pte); in remove_migration_pte()
|