Searched refs:PMD_SECT_TEX (Results 1 – 2 of 2) sorted by relevance
34 #define PMD_SECT_TEX(x) (_AT(pmdval_t, (x)) << 12) /* v5 */ macro45 #define PMD_SECT_MINICACHE (PMD_SECT_TEX(1) | PMD_SECT_CACHEABLE)46 #define PMD_SECT_WBWA (PMD_SECT_TEX(1) | PMD_SECT_CACHEABLE | PMD_SECT_BUFFERABLE)47 #define PMD_SECT_CACHE_MASK (PMD_SECT_TEX(1) | PMD_SECT_CACHEABLE | PMD_SECT_BUFFERABLE)48 #define PMD_SECT_NONSHARED_DEV (PMD_SECT_TEX(2))
44 #define PMD_SECT_TEX(x) (_AT(pmdval_t, 0)) macro