Searched refs:PMD_TYPE_SECT (Results 1 – 25 of 26) sorted by relevance
12
/linux/arch/arm/mm/ |
H A D | mmu.c | 230 #define PROT_SECT_DEVICE PMD_TYPE_SECT|PMD_SECT_AP_WRITE 261 .prot_sect = PMD_TYPE_SECT | PMD_SECT_XN, 265 .prot_sect = PMD_TYPE_SECT | PMD_SECT_XN, 270 .prot_sect = PMD_TYPE_SECT | PMD_SECT_XN | PMD_SECT_MINICACHE, 289 .prot_sect = PMD_TYPE_SECT | PMD_SECT_AP_WRITE, 296 .prot_sect = PMD_TYPE_SECT | PMD_SECT_AP_WRITE, 304 .prot_sect = PMD_TYPE_SECT | L_PMD_SECT_RDONLY | PMD_SECT_AP2, 306 .prot_sect = PMD_TYPE_SECT, 311 .prot_sect = PMD_TYPE_SECT, 318 .prot_sect = PMD_TYPE_SECT | PMD_SECT_AP_WRITE, [all …]
|
H A D | proc-arm720.S | 191 .long PMD_TYPE_SECT | \ 197 .long PMD_TYPE_SECT | \
|
H A D | proc-v6.S | 283 PMD_TYPE_SECT | \ 288 PMD_TYPE_SECT | \ 292 .long PMD_TYPE_SECT | \
|
H A D | proc-sa110.S | 212 .long PMD_TYPE_SECT | \ 217 .long PMD_TYPE_SECT | \
|
H A D | proc-fa526.S | 200 .long PMD_TYPE_SECT | \ 206 .long PMD_TYPE_SECT | \
|
H A D | proc-sa1100.S | 256 .long PMD_TYPE_SECT | \ 261 .long PMD_TYPE_SECT | \
|
H A D | idmap.c | 98 prot |= PMD_TYPE_SECT | PMD_SECT_AP_WRITE | PMD_SECT_AF; in identity_mapping_add()
|
H A D | proc-arm1022.S | 461 .long PMD_TYPE_SECT | \ 465 .long PMD_TYPE_SECT | \
|
H A D | proc-arm1026.S | 456 .long PMD_TYPE_SECT | \ 460 .long PMD_TYPE_SECT | \
|
H A D | proc-arm922.S | 428 .long PMD_TYPE_SECT | \ 434 .long PMD_TYPE_SECT | \
|
H A D | proc-arm1020e.S | 468 .long PMD_TYPE_SECT | \ 472 .long PMD_TYPE_SECT | \
|
H A D | proc-arm1020.S | 509 .long PMD_TYPE_SECT | \ 512 .long PMD_TYPE_SECT | \
|
H A D | proc-arm920.S | 451 .long PMD_TYPE_SECT | \ 457 .long PMD_TYPE_SECT | \
|
H A D | proc-arm925.S | 495 .long PMD_TYPE_SECT | \ 500 .long PMD_TYPE_SECT | \
|
H A D | proc-arm926.S | 478 .long PMD_TYPE_SECT | \ 484 .long PMD_TYPE_SECT | \
|
H A D | proc-xsc3.S | 515 .long PMD_TYPE_SECT | \ 520 .long PMD_TYPE_SECT | \
|
H A D | proc-v7.S | 654 ALT_SMP(.long PMD_TYPE_SECT | PMD_SECT_AP_WRITE | PMD_SECT_AP_READ | \ 656 ALT_UP(.long PMD_TYPE_SECT | PMD_SECT_AP_WRITE | PMD_SECT_AP_READ | \ 658 .long PMD_TYPE_SECT | PMD_SECT_AP_WRITE | \
|
H A D | proc-feroceon.S | 574 .long PMD_TYPE_SECT | \ 580 .long PMD_TYPE_SECT | \
|
H A D | proc-xscale.S | 603 .long PMD_TYPE_SECT | \ 608 .long PMD_TYPE_SECT | \
|
/linux/arch/arm/include/asm/ |
H A D | pgtable-3level-hwdef.h | 21 #define PMD_TYPE_SECT (_AT(pmdval_t, 1) << 0) macro
|
H A D | pgtable-2level-hwdef.h | 19 #define PMD_TYPE_SECT (_AT(pmdval_t, 2) << 0) macro
|
H A D | pgtable-3level.h | 120 PMD_TYPE_SECT)
|
/linux/arch/arm64/kernel/pi/ |
H A D | map_range.c | 48 protval |= (level == 2) ? PMD_TYPE_SECT : PTE_TYPE_PAGE; in map_range()
|
/linux/arch/arm64/mm/ |
H A D | ptdump.c | 84 .val = PMD_TYPE_SECT,
|
/linux/arch/arm/mach-sa1100/ |
H A D | assabet.c | 605 int prot = PMD_TYPE_SECT | PMD_SECT_AP_WRITE | PMD_DOMAIN(DOMAIN_IO); in map_sa1100_gpio_regs()
|
12