Searched refs:L_PTE_PRESENT (Results 1 – 9 of 9) sorted by relevance
| /linux-4.4.14/arch/arm/mm/ |
| D | proc-macros.S | 101 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?
|
| 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 | copypage-xscale.c | 26 #define minicache_pgprot __pgprot(L_PTE_PRESENT | L_PTE_YOUNG | \
|
| D | copypage-v4mc.c | 26 #define minicache_pgprot __pgprot(L_PTE_PRESENT | L_PTE_YOUNG | \
|
| /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-2level.h | 121 #define L_PTE_PRESENT (_AT(pteval_t, 1) << 0) macro
|
| D | pgtable.h | 81 #define _L_PTE_DEFAULT L_PTE_PRESENT | L_PTE_YOUNG 222 #define pte_present(pte) (pte_isset((pte), L_PTE_PRESENT))
|
| D | pgtable-3level.h | 79 #define L_PTE_PRESENT (_AT(pteval_t, 3) << 0) /* Present */ 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()
|