Home
last modified time | relevance | path

Searched refs:PMD_SECT_AP_WRITE (Results 1 – 24 of 24) sorted by relevance

/linux/arch/arm/mm/
H A Ddump.c152 .mask = PMD_SECT_APX | PMD_SECT_AP_READ | PMD_SECT_AP_WRITE,
153 .val = PMD_SECT_APX | PMD_SECT_AP_WRITE,
157 .mask = PMD_SECT_APX | PMD_SECT_AP_READ | PMD_SECT_AP_WRITE,
158 .val = PMD_SECT_AP_WRITE,
161 .mask = PMD_SECT_APX | PMD_SECT_AP_READ | PMD_SECT_AP_WRITE,
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,
177 .val = PMD_SECT_AP_WRITE,
[all …]
H A Dinit.c355 .mask = ~(PMD_SECT_APX | PMD_SECT_AP_WRITE),
356 .prot = PMD_SECT_APX | PMD_SECT_AP_WRITE,
357 .clear = PMD_SECT_AP_WRITE,
H A Dmmu.c230 #define PROT_SECT_DEVICE PMD_TYPE_SECT|PMD_SECT_AP_WRITE
289 .prot_sect = PMD_TYPE_SECT | PMD_SECT_AP_WRITE,
296 .prot_sect = PMD_TYPE_SECT | PMD_SECT_AP_WRITE,
318 .prot_sect = PMD_TYPE_SECT | PMD_SECT_AP_WRITE,
337 .prot_sect = PMD_TYPE_SECT | PMD_SECT_AP_WRITE | PMD_SECT_S |
600 mem_types[MT_ROM].prot_sect |= PMD_SECT_APX|PMD_SECT_AP_WRITE; in build_mem_type_table()
601 mem_types[MT_MINICLEAN].prot_sect |= PMD_SECT_APX|PMD_SECT_AP_WRITE; in build_mem_type_table()
602 mem_types[MT_CACHECLEAN].prot_sect |= PMD_SECT_APX|PMD_SECT_AP_WRITE; in build_mem_type_table()
603 mem_types[MT_MEMORY_RO].prot_sect |= PMD_SECT_APX|PMD_SECT_AP_WRITE; in build_mem_type_table()
H A Dproc-arm720.S195 PMD_SECT_AP_WRITE | \
199 PMD_SECT_AP_WRITE | \
H A Dproc-v6.S284 PMD_SECT_AP_WRITE | \
289 PMD_SECT_AP_WRITE | \
294 PMD_SECT_AP_WRITE | \
H A Dproc-sa110.S215 PMD_SECT_AP_WRITE | \
218 PMD_SECT_AP_WRITE | \
H A Dproc-fa526.S204 PMD_SECT_AP_WRITE | \
208 PMD_SECT_AP_WRITE | \
H A Dproc-sa1100.S259 PMD_SECT_AP_WRITE | \
262 PMD_SECT_AP_WRITE | \
H A Didmap.c98 prot |= PMD_TYPE_SECT | PMD_SECT_AP_WRITE | PMD_SECT_AF; in identity_mapping_add()
H A Dproc-arm1022.S463 PMD_SECT_AP_WRITE | \
467 PMD_SECT_AP_WRITE | \
H A Dproc-arm1026.S458 PMD_SECT_AP_WRITE | \
462 PMD_SECT_AP_WRITE | \
H A Dproc-arm922.S432 PMD_SECT_AP_WRITE | \
436 PMD_SECT_AP_WRITE | \
H A Dproc-arm1020e.S470 PMD_SECT_AP_WRITE | \
474 PMD_SECT_AP_WRITE | \
H A Dproc-arm1020.S510 PMD_SECT_AP_WRITE | \
513 PMD_SECT_AP_WRITE | \
H A Dproc-arm920.S455 PMD_SECT_AP_WRITE | \
459 PMD_SECT_AP_WRITE | \
H A Dproc-arm925.S498 PMD_SECT_AP_WRITE | \
502 PMD_SECT_AP_WRITE | \
H A Dproc-arm926.S482 PMD_SECT_AP_WRITE | \
486 PMD_SECT_AP_WRITE | \
H A Dproc-xsc3.S518 PMD_SECT_AP_WRITE | \
521 PMD_SECT_AP_WRITE | \
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 | \
658 .long PMD_TYPE_SECT | PMD_SECT_AP_WRITE | \
H A Dproc-feroceon.S578 PMD_SECT_AP_WRITE | \
582 PMD_SECT_AP_WRITE | \
H A Dproc-xscale.S606 PMD_SECT_AP_WRITE | \
609 PMD_SECT_AP_WRITE | \
/linux/arch/arm/include/asm/
H A Dpgtable-3level-hwdef.h41 #define PMD_SECT_AP_WRITE (_AT(pmdval_t, 0)) macro
H A Dpgtable-2level-hwdef.h32 #define PMD_SECT_AP_WRITE (_AT(pmdval_t, 1) << 10) macro
/linux/arch/arm/mach-sa1100/
H A Dassabet.c605 int prot = PMD_TYPE_SECT | PMD_SECT_AP_WRITE | PMD_DOMAIN(DOMAIN_IO); in map_sa1100_gpio_regs()