Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/mm/
Dproc-macros.S100 (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?
Dmmu.c241 #define PROT_PTE_DEVICE L_PTE_PRESENT|L_PTE_YOUNG|L_PTE_DIRTY|L_PTE_XN
291 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY |
297 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY |
303 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY,
309 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY |
320 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY |
327 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY |
334 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY,
339 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY |
347 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY |
[all …]
Dproc-v7-3level.S91 eor ip, rh, #1 << (55 - 32) @ toggle L_PTE_DIRTY in temp reg to
92 @ test for !L_PTE_DIRTY || L_PTE_RDONLY
Dproc-v7-2level.S91 eor r1, r1, #L_PTE_DIRTY
92 tst r1, #L_PTE_RDONLY | L_PTE_DIRTY
/linux-4.1.27/arch/arm/include/asm/
Dpgtable.h226 #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()
Dpgtable-2level.h123 #define L_PTE_DIRTY (_AT(pteval_t, 1) << 6) macro
Dpgtable-3level.h84 #define L_PTE_DIRTY (_AT(pteval_t, 1) << 55) macro
/linux-4.1.27/drivers/pci/host/
Dpci-tegra.c385 pgprot_t prot = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY | L_PTE_XN | in tegra_pcie_bus_alloc()