Home
last modified time | relevance | path

Searched refs:pte_huge (Results 1 – 11 of 11) sorted by relevance

/linux-6.15/arch/parisc/include/asm/
H A Dpgtable.h332 #define pte_huge(pte) (pte_val(pte) & _PAGE_HUGE) macro
336 #define pte_huge(pte) (0) macro
/linux-6.15/arch/x86/mm/pat/
H A Dcpa-test.c201 if (!pte || !pte_testbit(*pte) || pte_huge(*pte)) { in pageattr_test()
/linux-6.15/arch/arm/include/asm/
H A Dpgtable-3level.h173 #define pte_huge(pte) (pte_val(pte) && !(pte_val(pte) & PTE_TABLE_BIT)) macro
/linux-6.15/arch/riscv/mm/
H A Dhugetlbpage.c79 WARN_ON_ONCE(pte_present(pteval) && !pte_huge(pteval)); in huge_pte_alloc()
/linux-6.15/Documentation/mm/
H A Darch_pgtable_helpers.rst219 | pte_huge | Tests a HugeTLB |
/linux-6.15/arch/loongarch/include/asm/
H A Dpgtable.h400 static inline int pte_huge(pte_t pte) { return pte_val(pte) & _PAGE_HUGE; } in pte_huge() function
/linux-6.15/arch/mips/include/asm/
H A Dpgtable.h404 static inline int pte_huge(pte_t pte) { return pte_val(pte) & _PAGE_HUGE; } function
/linux-6.15/arch/riscv/include/asm/
H A Dpgtable.h394 static inline int pte_huge(pte_t pte) in pte_huge() function
/linux-6.15/arch/x86/include/asm/
H A Dpgtable.h237 static inline int pte_huge(pte_t pte) in pte_huge() function
/linux-6.15/mm/
H A Ddebug_vm_pgtable.c931 WARN_ON(!pte_huge(arch_make_huge_pte(pte, PMD_SHIFT, VM_ACCESS_FLAGS))); in hugetlb_basic_tests()
H A Dhugetlb.c7676 BUG_ON(pte_present(pteval) && !pte_huge(pteval)); in huge_pte_alloc()