Home
last modified time | relevance | path

Searched refs:pte_none_mostly (Results 1 – 5 of 5) sorted by relevance

/linux/mm/
H A Dmincore.c125 if (pte_none_mostly(pte)) in mincore_pte_range()
H A Dhmm.c234 if (pte_none_mostly(pte)) { in hmm_vma_handle_pte()
H A Duserfaultfd.c210 if (!pte_none_mostly(ptep_get(dst_pte))) in mfill_atomic_install_pte()
H A Dmemcontrol-v1.c899 else if (pte_none_mostly(ptent)) in get_mctgt_type()
/linux/include/linux/
H A Dswapops.h482 static inline int pte_none_mostly(pte_t pte) in pte_none_mostly() function