Home
last modified time | relevance | path

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

/arch/parisc/include/asm/
Dpgtable.h169 #define _PAGE_FLUSH (1 << xlate_pabit(_PAGE_FLUSH_BIT)) macro
209 #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()
/arch/parisc/kernel/
Dcache.c288 if (!(pte_val(pte) & (_PAGE_FLUSH|_PAGE_PRESENT))) in translation_exists()