Searched refs:_PAGE_CACHE (Results 1 – 5 of 5) sorted by relevance
30 #define _PAGE_CACHE (1<<3) macro32 #define _CACHE_MASK _PAGE_CACHE34 #define _CACHE_CACHED (_PAGE_VALID | _PAGE_CACHE | _PAGE_BUF)
27 #define _PAGE_CACHE (3<<9) macro33 #define _CACHE_CACHED (_PAGE_VALID | _PAGE_CACHE)
120 #define _PAGE_CACHE _PAGE_C_MEM_WT macro122 #define _PAGE_CACHE _PAGE_C_MEM_WB macro147 …CACHE_L1 __pgprot(_HAVE_PAGE_L | _PAGE_V | _PAGE_M_KRW | _PAGE_D | _PAGE_E | _PAGE_G | _PAGE_CACHE)
2577 unsigned long _PAGE_CACHE __read_mostly;2578 EXPORT_SYMBOL(_PAGE_CACHE);2680 _PAGE_CACHE = _PAGE_CACHE_4U; in sun4u_pgprot_init()2730 _PAGE_CACHE = page_cache4v_flag; in sun4v_pgprot_init()
226 extern unsigned long _PAGE_CACHE;