Home
last modified time | relevance | path

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

/linux/arch/x86/mm/pat/
H A Dcpa-test.c201 if (!pte || !pte_testbit(*pte) || pte_huge(*pte)) { in pageattr_test()
/linux/arch/riscv/mm/
H A Dhugetlbpage.c79 WARN_ON_ONCE(pte_present(pteval) && !pte_huge(pteval)); in huge_pte_alloc()
/linux/Documentation/mm/
H A Darch_pgtable_helpers.rst219 | pte_huge | Tests a HugeTLB |
/linux/arch/mips/include/asm/
H A Dpgtable.h404 static inline int pte_huge(pte_t pte) { return pte_val(pte) & _PAGE_HUGE; } function
/linux/arch/riscv/include/asm/
H A Dpgtable.h382 static inline int pte_huge(pte_t pte) in pte_huge() function
/linux/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.c7358 BUG_ON(pte_present(pteval) && !pte_huge(pteval)); in huge_pte_alloc()