Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/arm/include/asm/
A 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))
A Dpgtable-3level-hwdef.h43 #define PMD_SECT_TEX(x) (_AT(pmdval_t, 0)) macro
/linux-6.3-rc2/arch/arm/mm/
A Dmmu.c483 mem_types[i].prot_sect &= ~PMD_SECT_TEX(7); in build_mem_type_table()
533 mem_types[MT_DEVICE].prot_sect |= PMD_SECT_TEX(1); in build_mem_type_table()
534 mem_types[MT_DEVICE_NONSHARED].prot_sect |= PMD_SECT_TEX(1); in build_mem_type_table()
544 mem_types[MT_DEVICE].prot_sect |= PMD_SECT_TEX(1) | PMD_SECT_BUFFERED; in build_mem_type_table()
545 mem_types[MT_DEVICE_NONSHARED].prot_sect |= PMD_SECT_TEX(2); in build_mem_type_table()
546 mem_types[MT_DEVICE_WC].prot_sect |= PMD_SECT_TEX(1); in build_mem_type_table()
556 mem_types[MT_DEVICE_NONSHARED].prot_sect |= PMD_SECT_TEX(2); in build_mem_type_table()
557 mem_types[MT_DEVICE_WC].prot_sect |= PMD_SECT_TEX(1); in build_mem_type_table()
643 PMD_SECT_TEX(1); in build_mem_type_table()

Completed in 6 milliseconds