Searched refs:_PAGE_TOLERANT (Results 1 – 3 of 3) sorted by relevance
28 #define _PAGE_TOLERANT 0x00030 /* tolerant memory, cache inhibited */ macro92 #define _PAGE_NO_CACHE _PAGE_TOLERANT127 #define PAGE_PROT_BITS (_PAGE_SAO | _PAGE_NON_IDEMPOTENT | _PAGE_TOLERANT | \179 _PAGE_TOLERANT)745 #define _PAGE_CACHE_CTL (_PAGE_NON_IDEMPOTENT | _PAGE_TOLERANT)758 _PAGE_TOLERANT); in pgprot_noncached_wc()779 if (((pte_v & _PAGE_CACHE_CTL) == _PAGE_TOLERANT) || in pte_ci()
197 .mask = _PAGE_TOLERANT,198 .val = _PAGE_TOLERANT,
223 if ((pteflags & _PAGE_CACHE_CTL) == _PAGE_TOLERANT) in htab_convert_pte_flags()