Home
last modified time | relevance | path

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

/Linux-v5.4/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.S79 eor ip, rh, #1 << (55 - 32) @ toggle L_PTE_DIRTY in temp reg to
80 @ test for !L_PTE_DIRTY || L_PTE_RDONLY
Dproc-v7-2level.S84 eor r1, r1, #L_PTE_DIRTY
85 tst r1, #L_PTE_RDONLY | L_PTE_DIRTY
Dmmu.c241 #define PROT_PTE_DEVICE L_PTE_PRESENT|L_PTE_YOUNG|L_PTE_DIRTY|L_PTE_XN
291 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY |
297 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY |
303 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY,
309 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY |
320 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY |
327 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY |
334 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY,
339 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY |
347 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY |
[all …]
/Linux-v5.4/arch/arm/include/asm/
Dpgtable.h126 __pgprot_modify(prot, L_PTE_MT_MASK, L_PTE_MT_DEV_SHARED | L_PTE_SHARED | L_PTE_DIRTY | L_PTE_XN)
228 #define pte_dirty(pte) (pte_isset((pte), L_PTE_DIRTY))
293 return clear_pte_bit(pte, __pgprot(L_PTE_DIRTY)); in pte_mkclean()
298 return set_pte_bit(pte, __pgprot(L_PTE_DIRTY)); in pte_mkdirty()
Dfixmap.h43 #define FIXMAP_PAGE_COMMON (L_PTE_YOUNG | L_PTE_PRESENT | L_PTE_XN | L_PTE_DIRTY)
Dpgtable-2level.h120 #define L_PTE_DIRTY (_AT(pteval_t, 1) << 6) macro
Dpgtable-3level.h72 #define L_PTE_DIRTY (_AT(pteval_t, 1) << 55) macro