Home
last modified time | relevance | path

Searched refs:PMD_SECT_TEX (Results 1 – 3 of 3) sorted by relevance

/arch/arm/include/asm/
Dpgtable-2level-hwdef.h37 #define PMD_SECT_TEX(x) (_AT(pmdval_t, (x)) << 12) /* v5 */ macro
48 #define PMD_SECT_MINICACHE (PMD_SECT_TEX(1) | PMD_SECT_CACHEABLE)
49 #define PMD_SECT_WBWA (PMD_SECT_TEX(1) | PMD_SECT_CACHEABLE | PMD_SECT_BUFFERABLE)
50 #define PMD_SECT_NONSHARED_DEV (PMD_SECT_TEX(2))
Dpgtable-3level-hwdef.h55 #define PMD_SECT_TEX(x) (_AT(pmdval_t, 0)) macro
/arch/arm/mm/
Dmmu.c140 pmd &= PMD_SECT_TEX(1) | PMD_SECT_BUFFERABLE | PMD_SECT_CACHEABLE; in init_default_cache_policy()
470 mem_types[i].prot_sect &= ~PMD_SECT_TEX(7); in build_mem_type_table()
519 mem_types[MT_DEVICE].prot_sect |= PMD_SECT_TEX(1); in build_mem_type_table()
520 mem_types[MT_DEVICE_NONSHARED].prot_sect |= PMD_SECT_TEX(1); in build_mem_type_table()
530 mem_types[MT_DEVICE].prot_sect |= PMD_SECT_TEX(1) | PMD_SECT_BUFFERED; in build_mem_type_table()
531 mem_types[MT_DEVICE_NONSHARED].prot_sect |= PMD_SECT_TEX(2); in build_mem_type_table()
532 mem_types[MT_DEVICE_WC].prot_sect |= PMD_SECT_TEX(1); in build_mem_type_table()
542 mem_types[MT_DEVICE_NONSHARED].prot_sect |= PMD_SECT_TEX(2); in build_mem_type_table()
543 mem_types[MT_DEVICE_WC].prot_sect |= PMD_SECT_TEX(1); in build_mem_type_table()
630 PMD_SECT_TEX(1); in build_mem_type_table()