Searched refs:PMD_SECT_AP_READ (Results 1 – 20 of 20) sorted by relevance
/Linux-v4.19/arch/arm/mm/ |
D | dump.c | 153 .mask = PMD_SECT_APX | PMD_SECT_AP_READ | PMD_SECT_AP_WRITE, 158 .mask = PMD_SECT_APX | PMD_SECT_AP_READ | PMD_SECT_AP_WRITE, 162 .mask = PMD_SECT_APX | PMD_SECT_AP_READ | PMD_SECT_AP_WRITE, 163 .val = PMD_SECT_AP_READ, 166 .mask = PMD_SECT_APX | PMD_SECT_AP_READ | PMD_SECT_AP_WRITE, 167 .val = PMD_SECT_AP_READ | PMD_SECT_AP_WRITE, 172 .mask = PMD_SECT_AP_READ | PMD_SECT_AP_WRITE, 177 .mask = PMD_SECT_AP_READ | PMD_SECT_AP_WRITE, 181 .mask = PMD_SECT_AP_READ | PMD_SECT_AP_WRITE, 182 .val = PMD_SECT_AP_READ, [all …]
|
D | proc-arm720.S | 201 PMD_SECT_AP_READ 205 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-sa110.S | 212 PMD_SECT_AP_READ 215 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-arm1020e.S | 475 PMD_SECT_AP_READ 479 PMD_SECT_AP_READ
|
D | proc-arm1022.S | 460 PMD_SECT_AP_READ 464 PMD_SECT_AP_READ
|
D | proc-arm1026.S | 454 PMD_SECT_AP_READ 458 PMD_SECT_AP_READ
|
D | proc-arm922.S | 440 PMD_SECT_AP_READ 444 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-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 | 627 PMD_SECT_AP_READ 630 PMD_SECT_AP_READ
|
D | proc-v7.S | 646 ALT_SMP(.long PMD_TYPE_SECT | PMD_SECT_AP_WRITE | PMD_SECT_AP_READ | \ 648 ALT_UP(.long PMD_TYPE_SECT | PMD_SECT_AP_WRITE | PMD_SECT_AP_READ | \ 651 PMD_SECT_AP_READ | PMD_SECT_AF | \io_mmuflags
|
/Linux-v4.19/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
|