Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/parisc/include/asm/
H A Dpgtable.h365 #define pte_huge(pte) (pte_val(pte) & _PAGE_HUGE) macro
369 #define pte_huge(pte) (0) macro
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dpgtable-3level.h171 #define pte_huge(pte) (pte_val(pte) && !(pte_val(pte) & PTE_TABLE_BIT)) macro
/OK3568_Linux_fs/kernel/arch/x86/mm/pat/
H A Dcpa-test.c201 if (!pte || !pte_testbit(*pte) || pte_huge(*pte)) { in pageattr_test()
/OK3568_Linux_fs/kernel/arch/riscv/include/asm/
H A Dpgtable.h225 static inline int pte_huge(pte_t pte) in pte_huge() function
/OK3568_Linux_fs/kernel/Documentation/vm/
H A Darch_pgtable_helpers.rst215 | pte_huge | Tests a HugeTLB |
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dpgtable.h418 static inline int pte_huge(pte_t pte) { return pte_val(pte) & _PAGE_HUGE; } function
/OK3568_Linux_fs/kernel/arch/x86/kvm/mmu/
H A Dtdp_mmu.c793 WARN_ON(pte_huge(*ptep)); in set_tdp_spte()
H A Dmmu.c1349 WARN_ON(pte_huge(*ptep)); in kvm_set_pte_rmapp()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dpgtable.h188 static inline int pte_huge(pte_t pte) in pte_huge() function
/OK3568_Linux_fs/kernel/mm/
H A Ddebug_vm_pgtable.c897 WARN_ON(!pte_huge(pte_mkhuge(pte))); in hugetlb_basic_tests()
H A Dhugetlb.c5565 BUG_ON(pte && pte_present(*pte) && !pte_huge(*pte)); in huge_pte_alloc()