Home
last modified time | relevance | path

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

/arch/arm/mm/
Dproc-macros.S115 (L_PTE_XN+L_PTE_USER+L_PTE_RDONLY+L_PTE_DIRTY+L_PTE_YOUNG+\
166 eor r1, r1, #L_PTE_DIRTY
167 tst r1, #L_PTE_DIRTY|L_PTE_RDONLY
210 eor r3, r1, #L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY
219 tst r3, #L_PTE_RDONLY | L_PTE_DIRTY @ write and dirty?
253 eor r3, r1, #L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY
261 tst r3, #L_PTE_RDONLY | L_PTE_DIRTY @ write and dirty?
Dproc-v7-3level.S91 eor ip, rh, #1 << (55 - 32) @ toggle L_PTE_DIRTY in temp reg to
92 @ test for !L_PTE_DIRTY || L_PTE_RDONLY
Dproc-v7-2level.S87 eor r1, r1, #L_PTE_DIRTY
88 tst r1, #L_PTE_RDONLY | L_PTE_DIRTY
Dmmu.c244 #define PROT_PTE_DEVICE L_PTE_PRESENT|L_PTE_YOUNG|L_PTE_DIRTY|L_PTE_XN
294 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY |
300 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY |
306 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY,
312 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY |
323 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY |
330 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY |
337 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY,
342 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY |
350 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY |
[all …]
/arch/arm/include/asm/
Dfixmap.h43 #define FIXMAP_PAGE_COMMON (L_PTE_YOUNG | L_PTE_PRESENT | L_PTE_XN | L_PTE_DIRTY)
Dpgtable.h228 #define pte_dirty(pte) (pte_isset((pte), L_PTE_DIRTY))
281 return clear_pte_bit(pte, __pgprot(L_PTE_DIRTY)); in pte_mkclean()
286 return set_pte_bit(pte, __pgprot(L_PTE_DIRTY)); in pte_mkdirty()
Dpgtable-2level.h123 #define L_PTE_DIRTY (_AT(pteval_t, 1) << 6) macro
Dpgtable-3level.h84 #define L_PTE_DIRTY (_AT(pteval_t, 1) << 55) macro