Searched refs:L_PTE_MT_UNCACHED (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/include/asm/ |
H A 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) 137 __pgprot_modify(prot, L_PTE_MT_MASK, L_PTE_MT_UNCACHED | L_PTE_XN)
|
H A D | pgtable-2level.h | 162 #define L_PTE_MT_UNCACHED (_AT(pteval_t, 0x00) << 2) /* 0000 */ macro
|
H A D | pgtable-3level.h | 93 #define L_PTE_MT_UNCACHED (_AT(pteval_t, 0) << 2) /* strongly ordered */ macro
|
/kernel/linux/linux-6.6/arch/arm/include/asm/ |
H A D | pgtable.h | 116 __pgprot_modify(prot, L_PTE_MT_MASK, L_PTE_MT_UNCACHED) 122 __pgprot_modify(prot, L_PTE_MT_MASK, L_PTE_MT_UNCACHED) 136 __pgprot_modify(prot, L_PTE_MT_MASK, L_PTE_MT_UNCACHED | L_PTE_XN)
|
H A D | pgtable-2level.h | 165 #define L_PTE_MT_UNCACHED (_AT(pteval_t, 0x00) << 2) /* 0000 */ macro
|
H A D | pgtable-3level.h | 96 #define L_PTE_MT_UNCACHED (_AT(pteval_t, 0) << 2) /* strongly ordered */ macro
|
/kernel/linux/linux-5.10/arch/arm/mm/ |
H A D | fault-armv.c | 266 shared_pte_mask = L_PTE_MT_UNCACHED; in check_writebuffer_bugs()
|
H A D | dump.c | 89 .val = L_PTE_MT_UNCACHED,
|
H A D | mmu.c | 85 .pte = L_PTE_MT_UNCACHED, 336 L_PTE_MT_UNCACHED | L_PTE_XN,
|
H A D | proc-xsc3.S | 376 .long 0x00 @ L_PTE_MT_UNCACHED
|
H A D | proc-xscale.S | 487 .long 0x00 @ L_PTE_MT_UNCACHED
|
/kernel/linux/linux-6.6/arch/arm/mm/ |
H A D | fault-armv.c | 268 shared_pte_mask = L_PTE_MT_UNCACHED; in check_writebuffer_bugs()
|
H A D | dump.c | 93 .val = L_PTE_MT_UNCACHED,
|
H A D | mmu.c | 84 .pte = L_PTE_MT_UNCACHED, 335 L_PTE_MT_UNCACHED | L_PTE_XN,
|
H A D | proc-xsc3.S | 376 .long 0x00 @ L_PTE_MT_UNCACHED
|
H A D | proc-xscale.S | 487 .long 0x00 @ L_PTE_MT_UNCACHED
|
Completed in 12 milliseconds