Home
last modified time | relevance | path

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

/Linux-v6.6/arch/parisc/include/asm/
Dpgtable.h332 #define pte_huge(pte) (pte_val(pte) & _PAGE_HUGE) macro
336 #define pte_huge(pte) (0) macro
/Linux-v6.6/arch/x86/mm/pat/
Dcpa-test.c201 if (!pte || !pte_testbit(*pte) || pte_huge(*pte)) { in pageattr_test()
/Linux-v6.6/arch/arm/include/asm/
Dpgtable-3level.h174 #define pte_huge(pte) (pte_val(pte) && !(pte_val(pte) & PTE_TABLE_BIT)) macro
/Linux-v6.6/arch/riscv/mm/
Dhugetlbpage.c79 WARN_ON_ONCE(pte_present(pteval) && !pte_huge(pteval)); in huge_pte_alloc()
/Linux-v6.6/Documentation/mm/
Darch_pgtable_helpers.rst223 | pte_huge | Tests a HugeTLB |
/Linux-v6.6/arch/loongarch/include/asm/
Dpgtable.h417 static inline int pte_huge(pte_t pte) { return pte_val(pte) & _PAGE_HUGE; } in pte_huge() function
/Linux-v6.6/arch/mips/include/asm/
Dpgtable.h404 static inline int pte_huge(pte_t pte) { return pte_val(pte) & _PAGE_HUGE; } function
/Linux-v6.6/arch/riscv/include/asm/
Dpgtable.h375 static inline int pte_huge(pte_t pte) in pte_huge() function
/Linux-v6.6/arch/x86/kvm/mmu/
Dtdp_mmu.c1226 WARN_ON_ONCE(pte_huge(range->arg.pte) || range->start + 1 != range->end); in set_spte_gfn()
Dmmu.c1461 WARN_ON_ONCE(pte_huge(pte)); in kvm_set_pte_rmap()
/Linux-v6.6/arch/x86/include/asm/
Dpgtable.h197 static inline int pte_huge(pte_t pte) in pte_huge() function
/Linux-v6.6/mm/
Ddebug_vm_pgtable.c943 WARN_ON(!pte_huge(arch_make_huge_pte(pte, PMD_SHIFT, VM_ACCESS_FLAGS))); in hugetlb_basic_tests()
Dhugetlb.c7120 BUG_ON(pte_present(pteval) && !pte_huge(pteval)); in huge_pte_alloc()