Searched refs:pte_huge (Results 1 - 12 of 12) sorted by relevance

/linux-master/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-master/arch/x86/mm/pat/
H A Dcpa-test.c201 if (!pte || !pte_testbit(*pte) || pte_huge(*pte)) {
/linux-master/arch/arm/include/asm/
H A Dpgtable-3level.h173 #define pte_huge(pte) (pte_val(pte) && !(pte_val(pte) & PTE_TABLE_BIT)) macro
/linux-master/arch/riscv/mm/
H A Dhugetlbpage.c79 WARN_ON_ONCE(pte_present(pteval) && !pte_huge(pteval));
/linux-master/arch/mips/include/asm/
H A Dpgtable.h404 static inline int pte_huge(pte_t pte) { return pte_val(pte) & _PAGE_HUGE; } function
/linux-master/arch/loongarch/include/asm/
H A Dpgtable.h414 static inline int pte_huge(pte_t pte) { return pte_val(pte) & _PAGE_HUGE; } function
/linux-master/arch/riscv/include/asm/
H A Dpgtable.h370 static inline int pte_huge(pte_t pte) function
/linux-master/mm/
H A Ddebug_vm_pgtable.c951 WARN_ON(!pte_huge(arch_make_huge_pte(pte, PMD_SHIFT, VM_ACCESS_FLAGS)));
H A Dhugetlb.c7512 BUG_ON(pte_present(pteval) && !pte_huge(pteval));
/linux-master/arch/x86/include/asm/
H A Dpgtable.h197 static inline int pte_huge(pte_t pte) function
/linux-master/arch/x86/kvm/mmu/
H A Dtdp_mmu.c1267 WARN_ON_ONCE(pte_huge(range->arg.pte) || range->start + 1 != range->end);
H A Dmmu.c1467 WARN_ON_ONCE(pte_huge(pte));

Completed in 570 milliseconds