Home
last modified time | relevance | path

Searched refs:pte_cont (Results 1 – 3 of 3) sorted by relevance

/linux/arch/arm64/mm/
H A Dhugetlbpage.c136 if (!pte_present(orig_pte) || !pte_cont(orig_pte)) in huge_ptep_get()
240 if (!pte_cont(pte)) { in set_huge_pte_at()
395 if (!pte_cont(orig_pte)) in huge_ptep_get_and_clear()
443 if (!pte_cont(pte)) in huge_ptep_set_access_flags()
477 if (!pte_cont(__ptep_get(ptep))) { in huge_ptep_set_wrprotect()
502 if (!pte_cont(__ptep_get(ptep))) in huge_ptep_clear_flush()
H A Dcontpte.c381 if (pte_cont(__ptep_get(ptep + nr - 1))) in contpte_clear_young_dirty_ptes()
384 if (pte_cont(__ptep_get(ptep))) { in contpte_clear_young_dirty_ptes()
/linux/arch/arm64/include/asm/
H A Dpgtable.h110 #define pte_cont(pte) (!!(pte_val(pte) & PTE_CONT)) macro
141 #define pte_valid_cont(pte) (pte_valid(pte) && pte_cont(pte))
574 #define pmd_cont(pmd) pte_cont(pmd_pte(pmd))
726 #define pte_leaf_size(pte) (pte_cont(pte) ? CONT_PTE_SIZE : PAGE_SIZE)
1578 pte_valid(pte) && !pte_cont(pte) && !pte_special(pte))) in contpte_try_fold()
1751 if (unlikely(pte_cont(orig_pte))) { in wrprotect_ptes()
1788 if (likely(nr == 1 && !pte_cont(__ptep_get(ptep)))) in clear_young_dirty_ptes()