Searched refs:_PAGE_FLUSH (Results 1 – 2 of 2) sorted by relevance
169 #define _PAGE_FLUSH (1 << xlate_pabit(_PAGE_FLUSH_BIT)) macro209 #define PAGE_FLUSH __pgprot(_PAGE_FLUSH)257 #define pte_none(x) ((pte_val(x) == 0) || (pte_val(x) & _PAGE_FLUSH))447 pte_val(pte) |= _PAGE_FLUSH; in ptep_get_and_clear()
288 if (!(pte_val(pte) & (_PAGE_FLUSH|_PAGE_PRESENT))) in translation_exists()