Searched refs:L_PTE_DIRTY (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/arch/arm/mm/ |
D | proc-macros.S | 100 (L_PTE_XN+L_PTE_USER+L_PTE_RDONLY+L_PTE_DIRTY+L_PTE_YOUNG+\ 151 eor r1, r1, #L_PTE_DIRTY 152 tst r1, #L_PTE_DIRTY|L_PTE_RDONLY 195 eor r3, r1, #L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY 204 tst r3, #L_PTE_RDONLY | L_PTE_DIRTY @ write and dirty? 238 eor r3, r1, #L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY 246 tst r3, #L_PTE_RDONLY | L_PTE_DIRTY @ write and dirty?
|
D | mmu.c | 242 #define PROT_PTE_DEVICE L_PTE_PRESENT|L_PTE_YOUNG|L_PTE_DIRTY|L_PTE_XN 292 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY | 298 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY | 304 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY, 310 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY | 321 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY | 328 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY | 335 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY, 340 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY | 348 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY | [all …]
|
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 | 93 eor r1, r1, #L_PTE_DIRTY 94 tst r1, #L_PTE_RDONLY | L_PTE_DIRTY
|
/linux-4.4.14/arch/arm/include/asm/ |
D | fixmap.h | 25 #define FIXMAP_PAGE_COMMON (L_PTE_YOUNG | L_PTE_PRESENT | L_PTE_XN | L_PTE_DIRTY)
|
D | pgtable.h | 226 #define pte_dirty(pte) (pte_isset((pte), L_PTE_DIRTY)) 279 return clear_pte_bit(pte, __pgprot(L_PTE_DIRTY)); in pte_mkclean() 284 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
|
/linux-4.4.14/drivers/pci/host/ |
D | pci-tegra.c | 385 pgprot_t prot = __pgprot(L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY | in tegra_pcie_bus_alloc()
|