Searched refs:L_PTE_DIRTY (Results 1 – 8 of 8) sorted by relevance
/arch/arm/mm/ |
D | proc-macros.S | 115 (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?
|
D | proc-v7-3level.S | 91 eor ip, rh, #1 << (55 - 32) @ toggle L_PTE_DIRTY in temp reg to 92 @ test for !L_PTE_DIRTY || L_PTE_RDONLY
|
D | proc-v7-2level.S | 87 eor r1, r1, #L_PTE_DIRTY 88 tst r1, #L_PTE_RDONLY | L_PTE_DIRTY
|
D | mmu.c | 244 #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/ |
D | fixmap.h | 43 #define FIXMAP_PAGE_COMMON (L_PTE_YOUNG | L_PTE_PRESENT | L_PTE_XN | L_PTE_DIRTY)
|
D | pgtable.h | 228 #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()
|
D | pgtable-2level.h | 123 #define L_PTE_DIRTY (_AT(pteval_t, 1) << 6) macro
|
D | pgtable-3level.h | 84 #define L_PTE_DIRTY (_AT(pteval_t, 1) << 55) macro
|