Searched refs:L_PTE_DIRTY (Results 1 – 7 of 7) sorted by relevance
/arch/arm/mm/ |
D | proc-macros.S | 100 (L_PTE_XN+L_PTE_USER+L_PTE_RDONLY+L_PTE_DIRTY+L_PTE_YOUNG+\ 155 eor r1, r1, #L_PTE_DIRTY 156 tst r1, #L_PTE_DIRTY|L_PTE_RDONLY 202 eor r3, r1, #L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY 211 tst r3, #L_PTE_RDONLY | L_PTE_DIRTY @ write and dirty? 245 eor r3, r1, #L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY 253 tst r3, #L_PTE_RDONLY | L_PTE_DIRTY @ write and dirty?
|
D | proc-v7-2level.S | 87 eor r1, r1, #L_PTE_DIRTY 88 tst r1, #L_PTE_RDONLY | L_PTE_DIRTY
|
D | mmu.c | 233 #define PROT_PTE_DEVICE L_PTE_PRESENT|L_PTE_YOUNG|L_PTE_DIRTY|L_PTE_XN 279 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY | 285 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY | 291 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY, 301 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY | 308 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY | 315 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY, 320 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY | 328 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY, 563 L_PTE_DIRTY | kern_pgprot); in build_mem_type_table()
|
D | proc-v7-3level.S | 73 tst r3, #1 << (55 - 32) @ L_PTE_DIRTY
|
/arch/arm/include/asm/ |
D | pgtable.h | 217 #define pte_dirty(pte) (pte_val(pte) & L_PTE_DIRTY) 250 PTE_BIT_FUNC(mkclean, &= ~L_PTE_DIRTY); 251 PTE_BIT_FUNC(mkdirty, |= L_PTE_DIRTY);
|
D | pgtable-2level.h | 122 #define L_PTE_DIRTY (_AT(pteval_t, 1) << 6) macro
|
D | pgtable-3level.h | 78 #define L_PTE_DIRTY (_AT(pteval_t, 1) << 55) /* unused */ macro
|