Searched refs:_PAGE_TOLERANT (Results 1 – 3 of 3) sorted by relevance
29 #define _PAGE_TOLERANT 0x00030 /* tolerant memory, cache inhibited */ macro104 #define _PAGE_NO_CACHE _PAGE_TOLERANT142 #define PAGE_PROT_BITS (_PAGE_SAO | _PAGE_NON_IDEMPOTENT | _PAGE_TOLERANT | \194 _PAGE_TOLERANT)821 #define _PAGE_CACHE_CTL (_PAGE_NON_IDEMPOTENT | _PAGE_TOLERANT)834 _PAGE_TOLERANT); in pgprot_noncached_wc()855 if (((pte_v & _PAGE_CACHE_CTL) == _PAGE_TOLERANT) || in pte_ci()
195 .mask = _PAGE_TOLERANT,196 .val = _PAGE_TOLERANT,
225 if ((pteflags & _PAGE_CACHE_CTL) == _PAGE_TOLERANT) in htab_convert_pte_flags()