Searched refs:L_PTE_MT_UNCACHED (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/arch/arm/include/asm/ |
D | pgtable.h | 117 __pgprot_modify(prot, L_PTE_MT_MASK, L_PTE_MT_UNCACHED) 123 __pgprot_modify(prot, L_PTE_MT_MASK, L_PTE_MT_UNCACHED) 134 __pgprot_modify(prot, L_PTE_MT_MASK, L_PTE_MT_UNCACHED | L_PTE_XN)
|
D | pgtable-2level.h | 134 #define L_PTE_MT_UNCACHED (_AT(pteval_t, 0x00) << 2) /* 0000 */ macro
|
D | pgtable-3level.h | 104 #define L_PTE_MT_UNCACHED (_AT(pteval_t, 0) << 2) /* strongly ordered */ macro
|
/linux-4.1.27/arch/arm/mm/ |
D | fault-armv.c | 265 shared_pte_mask = L_PTE_MT_UNCACHED; in check_writebuffer_bugs()
|
D | dump.c | 77 .val = L_PTE_MT_UNCACHED,
|
D | proc-macros.S | 121 .long 0x00 @ L_PTE_MT_UNCACHED
|
D | mmu.c | 94 .pte = L_PTE_MT_UNCACHED, 340 L_PTE_MT_UNCACHED | L_PTE_XN,
|
D | proc-xsc3.S | 379 .long 0x00 @ L_PTE_MT_UNCACHED
|
D | proc-xscale.S | 489 .long 0x00 @ L_PTE_MT_UNCACHED
|