Searched refs:PMD_SECT_AP_READ (Results 1 – 20 of 20) sorted by relevance
/linux-4.4.14/arch/arm/mm/ |
D | dump.c | 135 .mask = PMD_SECT_APX | PMD_SECT_AP_READ | PMD_SECT_AP_WRITE, 139 .mask = PMD_SECT_APX | PMD_SECT_AP_READ | PMD_SECT_AP_WRITE, 143 .mask = PMD_SECT_APX | PMD_SECT_AP_READ | PMD_SECT_AP_WRITE, 144 .val = PMD_SECT_AP_READ, 147 .mask = PMD_SECT_APX | PMD_SECT_AP_READ | PMD_SECT_AP_WRITE, 148 .val = PMD_SECT_AP_READ | PMD_SECT_AP_WRITE, 153 .mask = PMD_SECT_AP_READ | PMD_SECT_AP_WRITE, 157 .mask = PMD_SECT_AP_READ | PMD_SECT_AP_WRITE, 161 .mask = PMD_SECT_AP_READ | PMD_SECT_AP_WRITE, 162 .val = PMD_SECT_AP_READ, [all …]
|
D | proc-arm720.S | 201 PMD_SECT_AP_READ 205 PMD_SECT_AP_READ
|
D | proc-sa110.S | 212 PMD_SECT_AP_READ 215 PMD_SECT_AP_READ
|
D | proc-v6.S | 279 PMD_SECT_AP_READ | \ 284 PMD_SECT_AP_READ | \ 289 PMD_SECT_AP_READ
|
D | proc-fa526.S | 204 PMD_SECT_AP_READ 208 PMD_SECT_AP_READ
|
D | proc-sa1100.S | 256 PMD_SECT_AP_READ 259 PMD_SECT_AP_READ
|
D | proc-arm922.S | 440 PMD_SECT_AP_READ 444 PMD_SECT_AP_READ
|
D | proc-arm1020e.S | 475 PMD_SECT_AP_READ 479 PMD_SECT_AP_READ
|
D | proc-arm1026.S | 454 PMD_SECT_AP_READ 458 PMD_SECT_AP_READ
|
D | proc-arm1022.S | 460 PMD_SECT_AP_READ 464 PMD_SECT_AP_READ
|
D | proc-arm920.S | 462 PMD_SECT_AP_READ 466 PMD_SECT_AP_READ
|
D | proc-arm1020.S | 516 PMD_SECT_AP_READ 519 PMD_SECT_AP_READ
|
D | proc-arm925.S | 505 PMD_SECT_AP_READ 509 PMD_SECT_AP_READ
|
D | proc-arm926.S | 488 PMD_SECT_AP_READ 492 PMD_SECT_AP_READ
|
D | proc-v7.S | 513 ALT_SMP(.long PMD_TYPE_SECT | PMD_SECT_AP_WRITE | PMD_SECT_AP_READ | \ 515 ALT_UP(.long PMD_TYPE_SECT | PMD_SECT_AP_WRITE | PMD_SECT_AP_READ | \ 518 PMD_SECT_AP_READ | PMD_SECT_AF | \io_mmuflags
|
D | proc-xsc3.S | 513 PMD_SECT_AP_READ 516 PMD_SECT_AP_READ
|
D | proc-feroceon.S | 599 PMD_SECT_AP_READ 603 PMD_SECT_AP_READ
|
D | proc-xscale.S | 626 PMD_SECT_AP_READ 629 PMD_SECT_AP_READ
|
/linux-4.4.14/arch/arm/include/asm/ |
D | pgtable-3level-hwdef.h | 53 #define PMD_SECT_AP_READ (_AT(pmdval_t, 0)) macro
|
D | pgtable-2level-hwdef.h | 36 #define PMD_SECT_AP_READ (_AT(pmdval_t, 1) << 11) macro
|