Searched refs:PMD_SECT_AP_READ (Results 1 – 20 of 20) sorted by relevance
/linux/arch/arm/mm/ |
A D | dump.c | 152 .mask = PMD_SECT_APX | PMD_SECT_AP_READ | PMD_SECT_AP_WRITE, 157 .mask = PMD_SECT_APX | PMD_SECT_AP_READ | PMD_SECT_AP_WRITE, 161 .mask = PMD_SECT_APX | PMD_SECT_AP_READ | PMD_SECT_AP_WRITE, 162 .val = PMD_SECT_AP_READ, 166 .val = PMD_SECT_AP_READ | PMD_SECT_AP_WRITE, 171 .mask = PMD_SECT_AP_READ | PMD_SECT_AP_WRITE, 176 .mask = PMD_SECT_AP_READ | PMD_SECT_AP_WRITE, 180 .mask = PMD_SECT_AP_READ | PMD_SECT_AP_WRITE, 181 .val = PMD_SECT_AP_READ, 184 .mask = PMD_SECT_AP_READ | PMD_SECT_AP_WRITE, [all …]
|
A D | proc-arm720.S | 187 PMD_SECT_AP_READ 191 PMD_SECT_AP_READ
|
A D | proc-v6.S | 276 PMD_SECT_AP_READ | \ 281 PMD_SECT_AP_READ | \ 286 PMD_SECT_AP_READ
|
A D | proc-sa110.S | 209 PMD_SECT_AP_READ 212 PMD_SECT_AP_READ
|
A D | proc-fa526.S | 199 PMD_SECT_AP_READ 203 PMD_SECT_AP_READ
|
A D | proc-sa1100.S | 253 PMD_SECT_AP_READ 256 PMD_SECT_AP_READ
|
A D | proc-arm922.S | 426 PMD_SECT_AP_READ 430 PMD_SECT_AP_READ
|
A D | proc-arm1020e.S | 461 PMD_SECT_AP_READ 465 PMD_SECT_AP_READ
|
A D | proc-arm1022.S | 455 PMD_SECT_AP_READ 459 PMD_SECT_AP_READ
|
A D | proc-arm1026.S | 449 PMD_SECT_AP_READ 453 PMD_SECT_AP_READ
|
A D | proc-arm920.S | 448 PMD_SECT_AP_READ 452 PMD_SECT_AP_READ
|
A D | proc-arm1020.S | 502 PMD_SECT_AP_READ 505 PMD_SECT_AP_READ
|
A D | proc-arm925.S | 491 PMD_SECT_AP_READ 495 PMD_SECT_AP_READ
|
A D | proc-arm926.S | 474 PMD_SECT_AP_READ 478 PMD_SECT_AP_READ
|
A D | proc-xsc3.S | 510 PMD_SECT_AP_READ 513 PMD_SECT_AP_READ
|
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 | \ 655 PMD_SECT_AP_READ | PMD_SECT_AF | \io_mmuflags
|
A D | proc-feroceon.S | 586 PMD_SECT_AP_READ 590 PMD_SECT_AP_READ
|
A D | proc-xscale.S | 624 PMD_SECT_AP_READ 627 PMD_SECT_AP_READ
|
/linux/arch/arm/include/asm/ |
A D | pgtable-3level-hwdef.h | 41 #define PMD_SECT_AP_READ (_AT(pmdval_t, 0)) macro
|
A D | pgtable-2level-hwdef.h | 33 #define PMD_SECT_AP_READ (_AT(pmdval_t, 1) << 11) macro
|
Completed in 35 milliseconds