Searched refs:L_PTE_PRESENT (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mm/ |
H A D | mmu.c | 229 #define PROT_PTE_DEVICE L_PTE_PRESENT|L_PTE_YOUNG|L_PTE_DIRTY|L_PTE_XN 276 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY | 282 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY | 288 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY, 294 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY | 301 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY | 316 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY | 323 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY | 330 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY, 335 .prot_pte = L_PTE_PRESENT | L_PTE_YOUN [all...] |
H A D | copypage-xscale.c | 22 #define minicache_pgprot __pgprot(L_PTE_PRESENT | L_PTE_YOUNG | \
|
H A D | copypage-v4mc.c | 22 #define minicache_pgprot __pgprot(L_PTE_PRESENT | L_PTE_YOUNG | \
|
/kernel/linux/linux-6.6/arch/arm/mm/ |
H A D | mmu.c | 228 #define PROT_PTE_DEVICE L_PTE_PRESENT|L_PTE_YOUNG|L_PTE_DIRTY|L_PTE_XN 275 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY | 281 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY | 287 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY, 293 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY | 300 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY | 315 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY | 322 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY | 329 .prot_pte = L_PTE_PRESENT | L_PTE_YOUNG | L_PTE_DIRTY, 334 .prot_pte = L_PTE_PRESENT | L_PTE_YOUN [all...] |
H A D | copypage-v4mc.c | 23 #define minicache_pgprot __pgprot(L_PTE_PRESENT | L_PTE_YOUNG | \
|
H A D | copypage-xscale.c | 23 #define minicache_pgprot __pgprot(L_PTE_PRESENT | L_PTE_YOUNG | \
|
/kernel/linux/linux-5.10/arch/arm/include/asm/ |
H A D | pgtable.h | 88 #define _L_PTE_DEFAULT L_PTE_PRESENT | L_PTE_YOUNG 194 #define pte_present(pte) (pte_isset((pte), L_PTE_PRESENT)) 207 pteval_t mask = L_PTE_PRESENT | L_PTE_USER; in pte_access_permitted()
|
H A D | fixmap.h | 43 #define FIXMAP_PAGE_COMMON (L_PTE_YOUNG | L_PTE_PRESENT | L_PTE_XN | L_PTE_DIRTY)
|
H A D | pgtable-2level.h | 120 #define L_PTE_PRESENT (_AT(pteval_t, 1) << 0) macro
|
H A D | pgtable-3level.h | 69 #define L_PTE_PRESENT (_AT(pteval_t, 3) << 0) /* Present */ macro
|
/kernel/linux/linux-6.6/arch/arm/include/asm/ |
H A D | pgtable.h | 87 #define _L_PTE_DEFAULT L_PTE_PRESENT | L_PTE_YOUNG 179 #define pte_present(pte) (pte_isset((pte), L_PTE_PRESENT)) 192 pteval_t mask = L_PTE_PRESENT | L_PTE_USER; in pte_access_permitted()
|
H A D | fixmap.h | 43 #define FIXMAP_PAGE_COMMON (L_PTE_YOUNG | L_PTE_PRESENT | L_PTE_XN | L_PTE_DIRTY)
|
H A D | pgtable-2level.h | 120 #define L_PTE_PRESENT (_AT(pteval_t, 1) << 0) macro
|
H A D | pgtable-3level.h | 69 #define L_PTE_PRESENT (_AT(pteval_t, 3) << 0) /* Present */ macro
|
Completed in 8 milliseconds