| /linux-4.4.14/arch/arc/include/asm/ |
| D | hugepage.h | 31 #define pmd_mkhuge(pmd) pte_pmd(pte_mkhuge(pmd_pte(pmd)))
|
| /linux-4.4.14/arch/tile/include/asm/ |
| D | pgtable.h | 214 #define pte_mkhuge hv_pte_set_page macro 477 #define pmd_mkhuge(pmd) pte_pmd(pte_mkhuge(pmd_pte(pmd)))
|
| /linux-4.4.14/arch/parisc/mm/ |
| D | init.c | 479 pte = pte_mkhuge(pte); in map_pages() 485 pte = pte_mkhuge(pte); in map_pages() 491 pte = pte_mkhuge(pte); in map_pages()
|
| /linux-4.4.14/arch/parisc/include/asm/ |
| D | pgtable.h | 375 #define pte_mkhuge(pte) (__pte(pte_val(pte) | \ macro 379 #define pte_mkhuge(pte) (pte) macro
|
| /linux-4.4.14/arch/powerpc/include/asm/ |
| D | pgtable.h | 97 static inline pte_t pte_mkhuge(pte_t pte) { in pte_mkhuge() function
|
| /linux-4.4.14/arch/tile/mm/ |
| D | init.c | 465 *(pte_t *)pmd = pte_mkhuge(pfn_pte(pfn, prot)); in kernel_physical_mapping_init() 553 pteval = pte_mkhuge(pteval); in kernel_physical_mapping_init()
|
| /linux-4.4.14/arch/metag/include/asm/ |
| D | pgtable.h | 137 static inline pte_t pte_mkhuge(pte_t pte) { return pte; } in pte_mkhuge() function
|
| /linux-4.4.14/arch/hexagon/include/asm/ |
| D | pgtable.h | 180 #define pte_mkhuge(pte) __pte((pte_val(pte) & ~0x3) | HVM_HUGEPAGE_SIZE) macro
|
| /linux-4.4.14/arch/arm/include/asm/ |
| D | pgtable-3level.h | 209 #define pte_mkhuge(pte) (__pte(pte_val(pte) & ~PTE_TABLE_BIT)) macro
|
| /linux-4.4.14/arch/sh/include/asm/ |
| D | pgtable_64.h | 271 static inline pte_t pte_mkhuge(pte_t pte) { set_pte(&pte, __pte(pte_val(pte) | _PAGE_SZHUGE)); retu… in pte_mkhuge() function
|
| /linux-4.4.14/arch/sparc/include/asm/ |
| D | pgtable_64.h | 396 static inline pte_t pte_mkhuge(pte_t pte) in pte_mkhuge() function 411 pte = pte_mkhuge(pte); in pmd_mkhuge()
|
| /linux-4.4.14/arch/ia64/include/asm/ |
| D | pgtable.h | 312 #define pte_mkhuge(pte) (__pte(pte_val(pte))) macro
|
| /linux-4.4.14/arch/mips/include/asm/ |
| D | pgtable.h | 388 static inline pte_t pte_mkhuge(pte_t pte) in pte_mkhuge() function
|
| /linux-4.4.14/arch/x86/include/asm/ |
| D | pgtable.h | 233 static inline pte_t pte_mkhuge(pte_t pte) in pte_mkhuge() function
|
| /linux-4.4.14/arch/arm64/include/asm/ |
| D | pgtable.h | 297 #define pte_mkhuge(pte) (__pte(pte_val(pte) & ~PTE_TABLE_BIT)) macro
|
| /linux-4.4.14/mm/ |
| D | migrate.c | 157 pte = pte_mkhuge(pte); in remove_migration_pte()
|
| D | hugetlb.c | 3036 entry = pte_mkhuge(entry); in make_huge_pte() 3978 pte = pte_mkhuge(huge_pte_modify(pte, newprot)); in hugetlb_change_protection()
|
| /linux-4.4.14/arch/s390/include/asm/ |
| D | pgtable.h | 969 static inline pte_t pte_mkhuge(pte_t pte) in pte_mkhuge() function
|