Home
last modified time | relevance | path

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

/Linux-v6.1/arch/parisc/include/asm/
Dpgtable.h353 #define pte_huge(pte) (pte_val(pte) & _PAGE_HUGE) macro
357 #define pte_huge(pte) (0) macro
/Linux-v6.1/arch/x86/mm/pat/
Dcpa-test.c201 if (!pte || !pte_testbit(*pte) || pte_huge(*pte)) { in pageattr_test()
/Linux-v6.1/arch/arm/include/asm/
Dpgtable-3level.h171 #define pte_huge(pte) (pte_val(pte) && !(pte_val(pte) & PTE_TABLE_BIT)) macro
/Linux-v6.1/Documentation/mm/
Darch_pgtable_helpers.rst217 | pte_huge | Tests a HugeTLB |
/Linux-v6.1/arch/loongarch/include/asm/
Dpgtable.h372 static inline int pte_huge(pte_t pte) { return pte_val(pte) & _PAGE_HUGE; } in pte_huge() function
/Linux-v6.1/arch/mips/include/asm/
Dpgtable.h394 static inline int pte_huge(pte_t pte) { return pte_val(pte) & _PAGE_HUGE; } function
/Linux-v6.1/arch/riscv/include/asm/
Dpgtable.h312 static inline int pte_huge(pte_t pte) in pte_huge() function
/Linux-v6.1/arch/x86/include/asm/
Dpgtable.h163 static inline int pte_huge(pte_t pte) in pte_huge() function
/Linux-v6.1/arch/x86/kvm/mmu/
Dtdp_mmu.c1319 WARN_ON(pte_huge(range->pte) || range->start + 1 != range->end); in set_spte_gfn()
Dmmu.c1410 WARN_ON(pte_huge(pte)); in kvm_set_pte_rmap()
/Linux-v6.1/mm/
Ddebug_vm_pgtable.c945 WARN_ON(!pte_huge(pte_mkhuge(pte))); in hugetlb_basic_tests()
Dhugetlb.c7136 BUG_ON(pte && pte_present(*pte) && !pte_huge(*pte)); in huge_pte_alloc()