Home
last modified time | relevance | path

Searched refs:PMD_SECT_AP_READ (Results 1 – 20 of 20) sorted by relevance

/linux/arch/arm/mm/
H A Ddump.c152 .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,
165 .mask = PMD_SECT_APX | PMD_SECT_AP_READ | PMD_SECT_AP_WRITE,
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,
[all …]
H A Dproc-arm720.S196 PMD_SECT_AP_READ
200 PMD_SECT_AP_READ
H A Dproc-v6.S285 PMD_SECT_AP_READ | \
290 PMD_SECT_AP_READ | \
295 PMD_SECT_AP_READ
H A Dproc-sa110.S216 PMD_SECT_AP_READ
219 PMD_SECT_AP_READ
H A Dproc-fa526.S205 PMD_SECT_AP_READ
209 PMD_SECT_AP_READ
H A Dproc-sa1100.S260 PMD_SECT_AP_READ
263 PMD_SECT_AP_READ
H A Dproc-arm1022.S464 PMD_SECT_AP_READ
468 PMD_SECT_AP_READ
H A Dproc-arm1026.S459 PMD_SECT_AP_READ
463 PMD_SECT_AP_READ
H A Dproc-arm922.S433 PMD_SECT_AP_READ
437 PMD_SECT_AP_READ
H A Dproc-arm1020e.S471 PMD_SECT_AP_READ
475 PMD_SECT_AP_READ
H A Dproc-arm1020.S511 PMD_SECT_AP_READ
514 PMD_SECT_AP_READ
H A Dproc-arm920.S456 PMD_SECT_AP_READ
460 PMD_SECT_AP_READ
H A Dproc-arm925.S499 PMD_SECT_AP_READ
503 PMD_SECT_AP_READ
H A Dproc-arm926.S483 PMD_SECT_AP_READ
487 PMD_SECT_AP_READ
H A Dproc-xsc3.S519 PMD_SECT_AP_READ
522 PMD_SECT_AP_READ
H A Dproc-v7.S654 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 | \
659 PMD_SECT_AP_READ | PMD_SECT_AF | \io_mmuflags
H A Dproc-feroceon.S579 PMD_SECT_AP_READ
583 PMD_SECT_AP_READ
H A Dproc-xscale.S607 PMD_SECT_AP_READ
610 PMD_SECT_AP_READ
/linux/arch/arm/include/asm/
H A Dpgtable-3level-hwdef.h42 #define PMD_SECT_AP_READ (_AT(pmdval_t, 0)) macro
H A Dpgtable-2level-hwdef.h33 #define PMD_SECT_AP_READ (_AT(pmdval_t, 1) << 11) macro