Home
last modified time | relevance | path

Searched refs:pte_valid_cont (Results 1 – 2 of 2) sorted by relevance

/linux/arch/arm64/include/asm/
H A Dvmalloc.h54 return pte_valid_cont(__ptep_get(ptep)) ? CONT_PTE_SIZE : PAGE_SIZE; in arch_vmap_pte_range_unmap_size()
H A Dpgtable.h226 #define pte_valid_cont(pte) (pte_valid(pte) && pte_cont(pte)) macro
1725 if (unlikely(pte_valid_cont(pte))) in contpte_try_unfold()
1732 if (!pte_valid_cont(pte)) in pte_batch_hint()
1761 if (likely(!pte_valid_cont(pte))) in ptep_get()
1772 if (likely(!pte_valid_cont(pte))) in ptep_get_lockless()
1789 WARN_ON_ONCE(pte_valid_cont(orig_pte)); in set_pte()
1858 if (likely(!pte_valid_cont(orig_pte))) in ptep_test_and_clear_young()
1870 if (likely(!pte_valid_cont(orig_pte))) in ptep_clear_flush_young()
1916 if (likely(!pte_valid_cont(orig_pte))) in ptep_set_access_flags()