Searched refs:pte_cont (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/arm64/mm/
H A Dhugetlbpage.c150 if (!pte_present(orig_pte) || !pte_cont(orig_pte))
254 if (!pte_cont(pte)) {
409 if (!pte_cont(orig_pte))
457 if (!pte_cont(pte))
491 if (!pte_cont(__ptep_get(ptep))) {
516 if (!pte_cont(__ptep_get(ptep)))
/linux-master/arch/arm64/include/asm/
H A Dpgtable.h115 #define pte_cont(pte) (!!(pte_val(pte) & PTE_CONT)) macro
144 #define pte_valid_cont(pte) (pte_valid(pte) && pte_cont(pte))
504 #define pmd_cont(pmd) pte_cont(pmd_pte(pmd))
627 #define pte_leaf_size(pte) (pte_cont(pte) ? CONT_PTE_SIZE : PAGE_SIZE)
1414 pte_valid(pte) && !pte_cont(pte) && !pte_special(pte)))
1587 if (unlikely(pte_cont(orig_pte))) {

Completed in 122 milliseconds