Home
last modified time | relevance | path

Searched refs:L_PTE_DIRTY (Results 1 – 7 of 7) sorted by relevance

/arch/arm/mm/
Dproc-macros.S100 (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?
Dproc-v7-2level.S87 eor r1, r1, #L_PTE_DIRTY
88 tst r1, #L_PTE_RDONLY | L_PTE_DIRTY
Dmmu.c233 #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()
Dproc-v7-3level.S73 tst r3, #1 << (55 - 32) @ L_PTE_DIRTY
/arch/arm/include/asm/
Dpgtable.h217 #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);
Dpgtable-2level.h122 #define L_PTE_DIRTY (_AT(pteval_t, 1) << 6) macro
Dpgtable-3level.h78 #define L_PTE_DIRTY (_AT(pteval_t, 1) << 55) /* unused */ macro