Searched refs:pte_mkhuge (Results 1 - 22 of 22) sorted by relevance

/linux-master/arch/powerpc/mm/kasan/
H A D8xx.c27 *new = pte_val(pte_mkhuge(pfn_pte(PHYS_PFN(__pa(block)), PAGE_KERNEL)));
66 pte = pte_mkhuge(pte);
/linux-master/arch/powerpc/include/asm/nohash/32/
H A Dpte-8xx.h116 static inline pte_t pte_mkhuge(pte_t pte) function
121 #define pte_mkhuge pte_mkhuge macro
/linux-master/arch/arc/include/asm/
H A Dhugepage.h35 #define pmd_mkhuge(pmd) pte_pmd(pte_mkhuge(pmd_pte(pmd)))
/linux-master/arch/powerpc/include/asm/nohash/
H A Dpgtable.h247 #ifndef pte_mkhuge
248 static inline pte_t pte_mkhuge(pte_t pte) function
/linux-master/arch/parisc/include/asm/
H A Dpgtable.h333 #define pte_mkhuge(pte) (__pte(pte_val(pte) | \ macro
337 #define pte_mkhuge(pte) (pte) macro
/linux-master/arch/hexagon/include/asm/
H A Dpgtable.h136 #define pte_mkhuge(pte) __pte((pte_val(pte) & ~0x3) | HVM_HUGEPAGE_SIZE) macro
/linux-master/arch/arm/include/asm/
H A Dpgtable-3level.h174 #define pte_mkhuge(pte) (__pte(pte_val(pte) & ~PTE_TABLE_BIT)) macro
/linux-master/arch/powerpc/mm/nohash/
H A D8xx.c97 pte_mkhuge(pfn_pte(pa >> PAGE_SHIFT, prot)), psize);
/linux-master/arch/sparc/mm/
H A Dhugetlbpage.c184 entry = pte_mkhuge(entry);
/linux-master/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h505 static inline pte_t pte_mkhuge(pte_t pte) function
/linux-master/arch/riscv/mm/
H A Dhugetlbpage.c195 entry = pte_mkhuge(entry);
/linux-master/arch/sparc/include/asm/
H A Dpgtable_64.h418 static inline pte_t pte_mkhuge(pte_t pte) function
445 pte = pte_mkhuge(pte);
/linux-master/arch/parisc/mm/
H A Dinit.c422 pte = pte_mkhuge(pte);
/linux-master/arch/mips/include/asm/
H A Dpgtable.h406 static inline pte_t pte_mkhuge(pte_t pte) function
/linux-master/arch/loongarch/include/asm/
H A Dpgtable.h416 static inline pte_t pte_mkhuge(pte_t pte) function
/linux-master/arch/arm64/mm/
H A Dhugetlbpage.c378 entry = pte_mkhuge(entry);
/linux-master/include/linux/
H A Dhugetlb.h871 return pte_mkhuge(entry);
/linux-master/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h605 static inline pte_t pte_mkhuge(pte_t pte) function
/linux-master/arch/riscv/include/asm/
H A Dpgtable.h431 static inline pte_t pte_mkhuge(pte_t pte) function
/linux-master/arch/x86/include/asm/
H A Dpgtable.h463 static inline pte_t pte_mkhuge(pte_t pte) function
/linux-master/arch/arm64/include/asm/
H A Dpgtable.h395 #define pte_mkhuge(pte) (__pte(pte_val(pte) & ~PTE_TABLE_BIT)) macro
/linux-master/arch/s390/include/asm/
H A Dpgtable.h1048 static inline pte_t pte_mkhuge(pte_t pte) function

Completed in 286 milliseconds