Searched refs:PMD_SECT_TEX (Results 1 – 3 of 3) 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))
43 #define PMD_SECT_TEX(x) (_AT(pmdval_t, 0)) macro
450 mem_types[i].prot_sect &= ~PMD_SECT_TEX(7); in build_mem_type_table()499 mem_types[MT_DEVICE].prot_sect |= PMD_SECT_TEX(1); in build_mem_type_table()500 mem_types[MT_DEVICE_NONSHARED].prot_sect |= PMD_SECT_TEX(1); in build_mem_type_table()510 mem_types[MT_DEVICE].prot_sect |= PMD_SECT_TEX(1) | PMD_SECT_BUFFERED; in build_mem_type_table()511 mem_types[MT_DEVICE_NONSHARED].prot_sect |= PMD_SECT_TEX(2); in build_mem_type_table()512 mem_types[MT_DEVICE_WC].prot_sect |= PMD_SECT_TEX(1); in build_mem_type_table()522 mem_types[MT_DEVICE_NONSHARED].prot_sect |= PMD_SECT_TEX(2); in build_mem_type_table()523 mem_types[MT_DEVICE_WC].prot_sect |= PMD_SECT_TEX(1); in build_mem_type_table()606 PMD_SECT_TEX(1); in build_mem_type_table()
Completed in 6 milliseconds