Searched refs:L_PTE_DIRTY (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.10/arch/arm/mm/ |
D | proc-macros.S | 114 (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?
|
D | proc-v7-3level.S | 79 eor ip, rh, #1 << (55 - 32) @ toggle L_PTE_DIRTY in temp reg to 80 @ test for !L_PTE_DIRTY || L_PTE_RDONLY
|
D | proc-v7-2level.S | 84 eor r1, r1, #L_PTE_DIRTY 85 tst r1, #L_PTE_RDONLY | L_PTE_DIRTY
|
D | mmu.c | 224 #define PROT_PTE_DEVICE L_PTE_PRESENT|L_PTE_YOUNG|L_PTE_DIRTY|L_PTE_XN 271 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY | 277 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY | 283 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY, 289 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY | 300 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY | 307 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY | 314 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY, 319 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY | 327 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY | [all …]
|
/Linux-v5.10/arch/arm/include/asm/ |
D | pgtable.h | 116 __pgprot_modify(prot, L_PTE_MT_MASK, L_PTE_MT_DEV_SHARED | L_PTE_SHARED | L_PTE_DIRTY | L_PTE_XN) 195 #define pte_dirty(pte) (pte_isset((pte), L_PTE_DIRTY)) 249 return clear_pte_bit(pte, __pgprot(L_PTE_DIRTY)); in pte_mkclean() 254 return set_pte_bit(pte, __pgprot(L_PTE_DIRTY)); in pte_mkdirty()
|
D | fixmap.h | 43 #define FIXMAP_PAGE_COMMON (L_PTE_YOUNG | L_PTE_PRESENT | L_PTE_XN | L_PTE_DIRTY)
|
D | pgtable-2level.h | 122 #define L_PTE_DIRTY (_AT(pteval_t, 1) << 6) macro
|
D | pgtable-3level.h | 74 #define L_PTE_DIRTY (_AT(pteval_t, 1) << 55) macro
|