Home
last modified time | relevance | path

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

/Linux-v4.19/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_CACHE_MASK (PMD_SECT_TEX(1) | PMD_SECT_CACHEABLE | PMD_SECT_BUFFERABLE)
51 #define PMD_SECT_NONSHARED_DEV (PMD_SECT_TEX(2))
Dpgtable-3level-hwdef.h55 #define PMD_SECT_TEX(x) (_AT(pmdval_t, 0)) macro
/Linux-v4.19/arch/arm/mm/
Dmmu.c477 mem_types[i].prot_sect &= ~PMD_SECT_TEX(7); in build_mem_type_table()
526 mem_types[MT_DEVICE].prot_sect |= PMD_SECT_TEX(1); in build_mem_type_table()
527 mem_types[MT_DEVICE_NONSHARED].prot_sect |= PMD_SECT_TEX(1); in build_mem_type_table()
537 mem_types[MT_DEVICE].prot_sect |= PMD_SECT_TEX(1) | PMD_SECT_BUFFERED; in build_mem_type_table()
538 mem_types[MT_DEVICE_NONSHARED].prot_sect |= PMD_SECT_TEX(2); in build_mem_type_table()
539 mem_types[MT_DEVICE_WC].prot_sect |= PMD_SECT_TEX(1); in build_mem_type_table()
549 mem_types[MT_DEVICE_NONSHARED].prot_sect |= PMD_SECT_TEX(2); in build_mem_type_table()
550 mem_types[MT_DEVICE_WC].prot_sect |= PMD_SECT_TEX(1); in build_mem_type_table()
637 PMD_SECT_TEX(1); in build_mem_type_table()