Searched refs:PMD_TYPE_SECT (Results 1 – 25 of 29) sorted by relevance
12
/arch/unicore32/include/asm/ |
D | pgtable-hwdef.h | 25 #define PMD_TYPE_SECT (3 << 0) macro
|
/arch/unicore32/mm/ |
D | mmu.c | 88 #define PROT_SECT_DEVICE (PMD_TYPE_SECT | PMD_PRESENT | \ 117 .prot_sect = PMD_TYPE_SECT | PMD_PRESENT | PMD_SECT_CACHEABLE | 121 .prot_sect = PMD_TYPE_SECT | PMD_PRESENT | PMD_SECT_CACHEABLE | 461 base_pmdval = PMD_SECT_WRITE | PMD_SECT_READ | PMD_TYPE_SECT; in setup_mm_for_reboot()
|
/arch/arm/include/asm/ |
D | pgtable-3level-hwdef.h | 32 #define PMD_TYPE_SECT (_AT(pmdval_t, 1) << 0) macro
|
D | pgtable-2level-hwdef.h | 22 #define PMD_TYPE_SECT (_AT(pmdval_t, 2) << 0) macro
|
D | pgtable-3level.h | 129 PMD_TYPE_SECT)
|
/arch/arm/mm/ |
D | proc-arm720.S | 198 .long PMD_TYPE_SECT | \ 204 .long PMD_TYPE_SECT | \
|
D | mmu.c | 234 #define PROT_SECT_DEVICE PMD_TYPE_SECT|PMD_SECT_AP_WRITE 265 .prot_sect = PMD_TYPE_SECT | PMD_SECT_XN, 269 .prot_sect = PMD_TYPE_SECT | PMD_SECT_XN, 274 .prot_sect = PMD_TYPE_SECT | PMD_SECT_XN | PMD_SECT_MINICACHE, 293 .prot_sect = PMD_TYPE_SECT | PMD_SECT_AP_WRITE, 297 .prot_sect = PMD_TYPE_SECT, 304 .prot_sect = PMD_TYPE_SECT | PMD_SECT_AP_WRITE, 311 .prot_sect = PMD_TYPE_SECT | PMD_SECT_XN, 323 .prot_sect = PMD_TYPE_SECT | PMD_SECT_AP_WRITE | PMD_SECT_S |
|
D | proc-sa110.S | 210 .long PMD_TYPE_SECT | \ 215 .long PMD_TYPE_SECT | \
|
D | proc-fa526.S | 201 .long PMD_TYPE_SECT | \ 207 .long PMD_TYPE_SECT | \
|
D | proc-v6.S | 276 PMD_TYPE_SECT | \ 281 PMD_TYPE_SECT | \ 285 .long PMD_TYPE_SECT | \
|
D | idmap.c | 73 prot |= PMD_TYPE_SECT | PMD_SECT_AP_WRITE | PMD_SECT_AF; in identity_mapping_add()
|
D | proc-sa1100.S | 254 .long PMD_TYPE_SECT | \ 259 .long PMD_TYPE_SECT | \
|
D | proc-arm922.S | 437 .long PMD_TYPE_SECT | \ 443 .long PMD_TYPE_SECT | \
|
D | proc-arm1026.S | 454 .long PMD_TYPE_SECT | \ 458 .long PMD_TYPE_SECT | \
|
D | proc-arm1022.S | 459 .long PMD_TYPE_SECT | \ 463 .long PMD_TYPE_SECT | \
|
D | proc-v7.S | 392 ALT_SMP(.long PMD_TYPE_SECT | PMD_SECT_AP_WRITE | PMD_SECT_AP_READ | \ 394 ALT_UP(.long PMD_TYPE_SECT | PMD_SECT_AP_WRITE | PMD_SECT_AP_READ | \ 396 .long PMD_TYPE_SECT | PMD_SECT_AP_WRITE | \
|
D | proc-arm1020e.S | 476 .long PMD_TYPE_SECT | \ 480 .long PMD_TYPE_SECT | \
|
D | proc-arm920.S | 459 .long PMD_TYPE_SECT | \ 465 .long PMD_TYPE_SECT | \
|
D | proc-arm925.S | 506 .long PMD_TYPE_SECT | \ 510 .long PMD_TYPE_SECT | \
|
D | proc-arm1020.S | 518 .long PMD_TYPE_SECT | \ 521 .long PMD_TYPE_SECT | \
|
D | proc-arm926.S | 485 .long PMD_TYPE_SECT | \ 491 .long PMD_TYPE_SECT | \
|
/arch/arm64/include/asm/ |
D | pgtable-hwdef.h | 39 #define PMD_TYPE_SECT (_AT(pmdval_t, 1) << 0) macro
|
D | pgtable.h | 57 #define PROT_SECT_DEFAULT (PMD_TYPE_SECT | PMD_SECT_AF | PMD_SECT_S) 60 #define PROT_SECT_DEFAULT (PMD_TYPE_SECT | PMD_SECT_AF)
|
/arch/arm64/kernel/ |
D | head.S | 78 #define PMD_FLAGS PMD_TYPE_SECT | PMD_SECT_AF 81 #define PMD_FLAGS PMD_TYPE_SECT | PMD_SECT_AF | PMD_SECT_S
|
/arch/unicore32/kernel/ |
D | head.S | 89 mov r7, #PMD_TYPE_SECT | PMD_PRESENT @ page size: section
|
12