Searched refs:CACHEABLE (Results 1 – 2 of 2) sorted by relevance
26 #define CACHEABLE BIT(C_SHIFT) macro108 attr = CACHEABLE; in get_attr_encoding()111 attr = CACHEABLE | BUFFERABLE; in get_attr_encoding()117 attr = (1 << TEX_SHIFT) | CACHEABLE | BUFFERABLE; in get_attr_encoding()
20 #define CACHEABLE 0 /* make pages cacheable */ macro