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.h34 #define PMD_SECT_TEX(x) (_AT(pmdval_t, (x)) << 12) /* v5 */ macro
45 #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))
Dpgtable-3level-hwdef.h43 #define PMD_SECT_TEX(x) (_AT(pmdval_t, 0)) macro
/arch/arm/mm/
Dmmu.c463 mem_types[i].prot_sect &= ~PMD_SECT_TEX(7); in build_mem_type_table()
513 mem_types[MT_DEVICE].prot_sect |= PMD_SECT_TEX(1); in build_mem_type_table()
514 mem_types[MT_DEVICE_NONSHARED].prot_sect |= PMD_SECT_TEX(1); in build_mem_type_table()
524 mem_types[MT_DEVICE].prot_sect |= PMD_SECT_TEX(1) | PMD_SECT_BUFFERED; in build_mem_type_table()
525 mem_types[MT_DEVICE_NONSHARED].prot_sect |= PMD_SECT_TEX(2); in build_mem_type_table()
526 mem_types[MT_DEVICE_WC].prot_sect |= PMD_SECT_TEX(1); in build_mem_type_table()
536 mem_types[MT_DEVICE_NONSHARED].prot_sect |= PMD_SECT_TEX(2); in build_mem_type_table()
537 mem_types[MT_DEVICE_WC].prot_sect |= PMD_SECT_TEX(1); in build_mem_type_table()
623 PMD_SECT_TEX(1); in build_mem_type_table()