Searched refs:L_PTE_DIRTY (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/include/asm/ |
H A D | pgtable.h | 126 __pgprot_modify(prot, L_PTE_MT_MASK, L_PTE_MT_DEV_SHARED | L_PTE_SHARED | L_PTE_DIRTY | L_PTE_XN) 198 #define pte_dirty(pte) (pte_isset((pte), L_PTE_DIRTY)) 252 return clear_pte_bit(pte, __pgprot(L_PTE_DIRTY)); in pte_mkclean() 257 return set_pte_bit(pte, __pgprot(L_PTE_DIRTY)); in pte_mkdirty()
|
H A D | fixmap.h | 43 #define FIXMAP_PAGE_COMMON (L_PTE_YOUNG | L_PTE_PRESENT | L_PTE_XN | L_PTE_DIRTY)
|
H A D | pgtable-2level.h | 122 #define L_PTE_DIRTY (_AT(pteval_t, 1) << 6) macro
|
H A D | pgtable-3level.h | 74 #define L_PTE_DIRTY (_AT(pteval_t, 1) << 55) macro
|
/kernel/linux/linux-6.6/arch/arm/include/asm/ |
H A D | pgtable.h | 125 __pgprot_modify(prot, L_PTE_MT_MASK, L_PTE_MT_DEV_SHARED | L_PTE_SHARED | L_PTE_DIRTY | L_PTE_XN) 183 #define pte_dirty(pte) (pte_isset((pte), L_PTE_DIRTY)) 238 return clear_pte_bit(pte, __pgprot(L_PTE_DIRTY)); in pte_mkclean() 243 return set_pte_bit(pte, __pgprot(L_PTE_DIRTY)); in pte_mkdirty()
|
H A D | fixmap.h | 43 #define FIXMAP_PAGE_COMMON (L_PTE_YOUNG | L_PTE_PRESENT | L_PTE_XN | L_PTE_DIRTY)
|
H A D | pgtable-2level.h | 122 #define L_PTE_DIRTY (_AT(pteval_t, 1) << 6) macro
|
H A D | pgtable-3level.h | 74 #define L_PTE_DIRTY (_AT(pteval_t, 1) << 55) macro
|
/kernel/linux/linux-5.10/arch/arm/mm/ |
H A D | mmu.c | 229 #define PROT_PTE_DEVICE L_PTE_PRESENT|L_PTE_YOUNG|L_PTE_DIRTY|L_PTE_XN 276 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY | 282 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY | 288 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY, 294 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY | 301 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY | 316 .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, 335 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY | [all...] |
H A D | proc-v7-2level.S | 84 eor r1, r1, #L_PTE_DIRTY 85 tst r1, #L_PTE_RDONLY | L_PTE_DIRTY
|
H A 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
|
H A D | kasan_init.c | 72 __pgprot(_L_PTE_DEFAULT | L_PTE_DIRTY | L_PTE_XN)); in kasan_pte_populate()
|
/kernel/linux/linux-6.6/arch/arm/mm/ |
H A D | mmu.c | 228 #define PROT_PTE_DEVICE L_PTE_PRESENT|L_PTE_YOUNG|L_PTE_DIRTY|L_PTE_XN 275 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY | 281 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY | 287 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY, 293 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY | 300 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY | 315 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY | 322 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY | 329 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY, 334 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY | [all...] |
H A D | proc-v7-2level.S | 86 eor r1, r1, #L_PTE_DIRTY 87 tst r1, #L_PTE_RDONLY | L_PTE_DIRTY
|
H A 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
|
H A D | kasan_init.c | 71 __pgprot(_L_PTE_DEFAULT | L_PTE_DIRTY | L_PTE_XN)); in kasan_pte_populate()
|
Completed in 8 milliseconds