Home
last modified time | relevance | path

Searched refs:L_PTE_YOUNG (Results 1 – 10 of 10) sorted by relevance

/linux-4.4.14/arch/arm/mm/
Dproc-macros.S100 (L_PTE_XN+L_PTE_USER+L_PTE_RDONLY+L_PTE_DIRTY+L_PTE_YOUNG+\
167 tst r1, #L_PTE_YOUNG
195 eor r3, r1, #L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY
207 tst r3, #L_PTE_PRESENT | L_PTE_YOUNG @ present and young?
238 eor r3, r1, #L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY
252 tst r3, #L_PTE_PRESENT | L_PTE_YOUNG @ present and young?
Dmmu.c242 #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 …]
Dcopypage-xscale.c26 #define minicache_pgprot __pgprot(L_PTE_PRESENT | L_PTE_YOUNG | \
Dcopypage-v4mc.c26 #define minicache_pgprot __pgprot(L_PTE_PRESENT | L_PTE_YOUNG | \
Dproc-v7-2level.S103 tst r1, #L_PTE_YOUNG
/linux-4.4.14/arch/arm/include/asm/
Dpgtable.h81 #define _L_PTE_DEFAULT L_PTE_PRESENT | L_PTE_YOUNG
227 #define pte_young(pte) (pte_isset((pte), L_PTE_YOUNG))
289 return clear_pte_bit(pte, __pgprot(L_PTE_YOUNG)); in pte_mkold()
294 return set_pte_bit(pte, __pgprot(L_PTE_YOUNG)); in pte_mkyoung()
Dfixmap.h25 #define FIXMAP_PAGE_COMMON (L_PTE_YOUNG | L_PTE_PRESENT | L_PTE_XN | L_PTE_DIRTY)
Dpgtable-2level.h122 #define L_PTE_YOUNG (_AT(pteval_t, 1) << 1) macro
Dpgtable-3level.h82 #define L_PTE_YOUNG (_AT(pteval_t, 1) << 10) /* AF */ macro
/linux-4.4.14/drivers/pci/host/
Dpci-tegra.c385 pgprot_t prot = __pgprot(L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY | in tegra_pcie_bus_alloc()