Home
last modified time | relevance | path

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

/linux/arch/arm/mm/
H A Dproc-macros.S114 (L_PTE_XN+L_PTE_USER+L_PTE_RDONLY+L_PTE_DIRTY+L_PTE_YOUNG+\
165 eor r1, r1, #L_PTE_DIRTY
166 tst r1, #L_PTE_DIRTY|L_PTE_RDONLY
209 eor r3, r1, #L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY
218 tst r3, #L_PTE_RDONLY | L_PTE_DIRTY @ write and dirty?
252 eor r3, r1, #L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY
260 tst r3, #L_PTE_RDONLY | L_PTE_DIRTY @ write and dirty?
H A 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
H A Dproc-v7-2level.S86 eor r1, r1, #L_PTE_DIRTY
87 tst r1, #L_PTE_RDONLY | L_PTE_DIRTY
H A Dkasan_init.c77 __pgprot(_L_PTE_DEFAULT | L_PTE_DIRTY | L_PTE_XN)); in kasan_pte_populate()
/linux/arch/arm/include/asm/
H A Dfixmap.h43 #define FIXMAP_PAGE_COMMON (L_PTE_YOUNG | L_PTE_PRESENT | L_PTE_XN | L_PTE_DIRTY)
H A Dpgtable-3level.h74 #define L_PTE_DIRTY (_AT(pteval_t, 1) << 55) macro