Searched refs:pte_cont (Results 1 – 2 of 2) sorted by relevance
153 #define pte_cont(pte) (!!(pte_val(pte) & PTE_CONT)) macro183 #define pte_valid_cont(pte) (pte_valid(pte) && pte_cont(pte))586 #define pmd_cont(pmd) pte_cont(pmd_pte(pmd))791 #define pte_leaf_size(pte) (pte_cont(pte) ? CONT_PTE_SIZE : PAGE_SIZE)1698 pte_valid(pte) && !pte_cont(pte) && !pte_special(pte))) in contpte_try_fold()1837 if (likely(nr == 1 && !pte_cont(__ptep_get(ptep)))) in test_and_clear_young_ptes()1866 if (likely(nr == 1 && !pte_cont(__ptep_get(ptep)))) in clear_flush_young_ptes()1886 if (unlikely(pte_cont(orig_pte))) { in wrprotect_ptes()1923 if (likely(nr == 1 && !pte_cont(__ptep_get(ptep)))) in clear_young_dirty_ptes()
38 if (pte_cont(__ptep_get(ptep + nr - 1))) in contpte_align_addr_ptep()41 if (pte_cont(__ptep_get(ptep))) { in contpte_align_addr_ptep()