Searched refs:PMD_SECT_CACHEABLE (Results 1 - 18 of 18) sorted by relevance

/linux-4.4.14/arch/arm/include/asm/
H A Dpgtable-2level-hwdef.h33 #define PMD_SECT_CACHEABLE (_AT(pmdval_t, 1) << 3) macro
46 #define PMD_SECT_WT (PMD_SECT_CACHEABLE)
47 #define PMD_SECT_WB (PMD_SECT_CACHEABLE | PMD_SECT_BUFFERABLE)
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)
H A Dpgtable-3level-hwdef.h44 #define PMD_SECT_CACHEABLE (_AT(pmdval_t, 1) << 3) macro
/linux-4.4.14/arch/unicore32/include/asm/
H A Dpgtable-hwdef.h31 #define PMD_SECT_CACHEABLE (1 << 5) macro
/linux-4.4.14/arch/arm/mm/
H A Dproc-sa110.S210 PMD_SECT_CACHEABLE | \
H A Dproc-arm720.S198 PMD_SECT_CACHEABLE | \
H A Dproc-fa526.S201 PMD_SECT_CACHEABLE | \
H A Dproc-sa1100.S254 PMD_SECT_CACHEABLE | \
H A Dproc-arm920.S459 PMD_SECT_CACHEABLE | \
H A Dproc-arm922.S437 PMD_SECT_CACHEABLE | \
H A Dproc-arm925.S502 PMD_SECT_CACHEABLE | \
H A Dproc-arm926.S485 PMD_SECT_CACHEABLE | \
H A Dproc-mohawk.S438 PMD_SECT_CACHEABLE | \
H A Dproc-feroceon.S596 PMD_SECT_CACHEABLE | \
H A Dproc-xsc3.S511 PMD_SECT_CACHEABLE | \
H A Dproc-xscale.S624 PMD_SECT_CACHEABLE | \
H A Dmmu.c140 pmd &= PMD_SECT_TEX(1) | PMD_SECT_BUFFERABLE | PMD_SECT_CACHEABLE; init_default_cache_policy()
/linux-4.4.14/arch/unicore32/mm/
H A Dmmu.c117 .prot_sect = PMD_TYPE_SECT | PMD_PRESENT | PMD_SECT_CACHEABLE |
121 .prot_sect = PMD_TYPE_SECT | PMD_PRESENT | PMD_SECT_CACHEABLE |
/linux-4.4.14/arch/unicore32/kernel/
H A Dhead.S90 or r7, r7, #PMD_SECT_CACHEABLE @ cacheable

Completed in 254 milliseconds