Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/mm/
Dproc-macros.S101 L_PTE_PRESENT) > L_PTE_SHARED
168 tstne r1, #L_PTE_PRESENT
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.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 …]
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 | \
/linux-4.1.27/arch/arm/include/asm/
Dpgtable-2level.h121 #define L_PTE_PRESENT (_AT(pteval_t, 1) << 0) macro
Dpgtable.h81 #define _L_PTE_DEFAULT L_PTE_PRESENT | L_PTE_YOUNG
222 #define pte_present(pte) (pte_isset((pte), L_PTE_PRESENT))
Dpgtable-3level.h79 #define L_PTE_PRESENT (_AT(pteval_t, 3) << 0) /* Present */ 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()