Searched refs:PMD_TYPE_SECT (Results 1 – 25 of 27) sorted by relevance
12
/linux/arch/arm/mm/ |
A D | mmu.c | 228 #define PROT_SECT_DEVICE PMD_TYPE_SECT|PMD_SECT_AP_WRITE 259 .prot_sect = PMD_TYPE_SECT | PMD_SECT_XN, 263 .prot_sect = PMD_TYPE_SECT | PMD_SECT_XN, 268 .prot_sect = PMD_TYPE_SECT | PMD_SECT_XN | PMD_SECT_MINICACHE, 287 .prot_sect = PMD_TYPE_SECT | PMD_SECT_AP_WRITE, 294 .prot_sect = PMD_TYPE_SECT | PMD_SECT_AP_WRITE, 298 .prot_sect = PMD_TYPE_SECT, 305 .prot_sect = PMD_TYPE_SECT | PMD_SECT_AP_WRITE, 312 .prot_sect = PMD_TYPE_SECT | PMD_SECT_XN, 324 .prot_sect = PMD_TYPE_SECT | PMD_SECT_AP_WRITE | PMD_SECT_S |
|
A D | proc-arm720.S | 182 .long PMD_TYPE_SECT | \ 188 .long PMD_TYPE_SECT | \
|
A D | proc-v6.S | 274 PMD_TYPE_SECT | \ 279 PMD_TYPE_SECT | \ 283 .long PMD_TYPE_SECT | \
|
A D | proc-sa110.S | 205 .long PMD_TYPE_SECT | \ 210 .long PMD_TYPE_SECT | \
|
A D | proc-fa526.S | 194 .long PMD_TYPE_SECT | \ 200 .long PMD_TYPE_SECT | \
|
A D | proc-sa1100.S | 249 .long PMD_TYPE_SECT | \ 254 .long PMD_TYPE_SECT | \
|
A D | idmap.c | 91 prot |= PMD_TYPE_SECT | PMD_SECT_AP_WRITE | PMD_SECT_AF; in identity_mapping_add()
|
A D | proc-arm922.S | 421 .long PMD_TYPE_SECT | \ 427 .long PMD_TYPE_SECT | \
|
A D | proc-arm1020e.S | 458 .long PMD_TYPE_SECT | \ 462 .long PMD_TYPE_SECT | \
|
A D | proc-arm1022.S | 452 .long PMD_TYPE_SECT | \ 456 .long PMD_TYPE_SECT | \
|
A D | proc-arm1026.S | 446 .long PMD_TYPE_SECT | \ 450 .long PMD_TYPE_SECT | \
|
A D | proc-arm920.S | 443 .long PMD_TYPE_SECT | \ 449 .long PMD_TYPE_SECT | \
|
A D | proc-arm1020.S | 500 .long PMD_TYPE_SECT | \ 503 .long PMD_TYPE_SECT | \
|
A D | proc-arm925.S | 487 .long PMD_TYPE_SECT | \ 492 .long PMD_TYPE_SECT | \
|
A D | proc-arm926.S | 469 .long PMD_TYPE_SECT | \ 475 .long PMD_TYPE_SECT | \
|
A D | proc-xsc3.S | 506 .long PMD_TYPE_SECT | \ 511 .long PMD_TYPE_SECT | \
|
A D | proc-v7.S | 650 ALT_SMP(.long PMD_TYPE_SECT | PMD_SECT_AP_WRITE | PMD_SECT_AP_READ | \ 652 ALT_UP(.long PMD_TYPE_SECT | PMD_SECT_AP_WRITE | PMD_SECT_AP_READ | \ 654 .long PMD_TYPE_SECT | PMD_SECT_AP_WRITE | \
|
A D | proc-feroceon.S | 581 .long PMD_TYPE_SECT | \ 587 .long PMD_TYPE_SECT | \
|
A D | proc-xscale.S | 620 .long PMD_TYPE_SECT | \ 625 .long PMD_TYPE_SECT | \
|
/linux/arch/arm64/include/asm/ |
A D | kernel-pgtable.h | 107 #define SWAPPER_PMD_FLAGS (PMD_TYPE_SECT | PMD_SECT_AF | PMD_SECT_S)
|
A D | pgtable-prot.h | 37 #define _PROT_SECT_DEFAULT (PMD_TYPE_SECT | PMD_SECT_AF | PMD_SECT_S)
|
A D | pgtable-hwdef.h | 116 #define PMD_TYPE_SECT (_AT(pmdval_t, 1) << 0) macro
|
/linux/arch/arm/include/asm/ |
A D | pgtable-3level-hwdef.h | 20 #define PMD_TYPE_SECT (_AT(pmdval_t, 1) << 0) macro
|
A D | pgtable-2level-hwdef.h | 19 #define PMD_TYPE_SECT (_AT(pmdval_t, 2) << 0) macro
|
A D | pgtable-3level.h | 117 PMD_TYPE_SECT)
|
Completed in 33 milliseconds
12