Home
last modified time | relevance | path

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

/openbmc/linux/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
/openbmc/linux/arch/arm/include/asm/
H A Dpgtable-3level.h174 #define pte_huge(pte) (pte_val(pte) && !(pte_val(pte) & PTE_TABLE_BIT)) macro
/openbmc/linux/arch/x86/mm/pat/
H A Dcpa-test.c201 if (!pte || !pte_testbit(*pte) || pte_huge(*pte)) { in pageattr_test()
/openbmc/linux/arch/riscv/mm/
H A Dhugetlbpage.c79 WARN_ON_ONCE(pte_present(pteval) && !pte_huge(pteval)); in huge_pte_alloc()
/openbmc/linux/Documentation/mm/
H A Darch_pgtable_helpers.rst225 | pte_huge | Tests a HugeTLB |
/openbmc/linux/arch/loongarch/include/asm/
H A Dpgtable.h417 static inline int pte_huge(pte_t pte) { return pte_val(pte) & _PAGE_HUGE; } in pte_huge() function
/openbmc/linux/arch/mips/include/asm/
H A Dpgtable.h404 static inline int pte_huge(pte_t pte) { return pte_val(pte) & _PAGE_HUGE; } function
/openbmc/linux/arch/riscv/include/asm/
H A Dpgtable.h375 static inline int pte_huge(pte_t pte) in pte_huge() function
/openbmc/linux/arch/x86/include/asm/
H A Dpgtable.h197 static inline int pte_huge(pte_t pte) in pte_huge() function
/openbmc/linux/arch/x86/kvm/mmu/
H A Dtdp_mmu.c1226 WARN_ON_ONCE(pte_huge(range->arg.pte) || range->start + 1 != range->end); in set_spte_gfn()
H A Dmmu.c1461 WARN_ON_ONCE(pte_huge(pte)); in kvm_set_pte_rmap()
/openbmc/linux/mm/
H A Ddebug_vm_pgtable.c951 WARN_ON(!pte_huge(arch_make_huge_pte(pte, PMD_SHIFT, VM_ACCESS_FLAGS))); in hugetlb_basic_tests()
H A Dhugetlb.c7116 BUG_ON(pte_present(pteval) && !pte_huge(pteval)); in huge_pte_alloc()