Home
last modified time | relevance | path

Searched refs:PMD_TYPE_SECT (Results 1 – 21 of 21) sorted by relevance

/linux/arch/arm/mm/
H A Dproc-arm720.S191 .long PMD_TYPE_SECT | \
197 .long PMD_TYPE_SECT | \
H A Dproc-v6.S283 PMD_TYPE_SECT | \
288 PMD_TYPE_SECT | \
292 .long PMD_TYPE_SECT | \
H A Dproc-sa110.S212 .long PMD_TYPE_SECT | \
217 .long PMD_TYPE_SECT | \
H A Dproc-fa526.S200 .long PMD_TYPE_SECT | \
206 .long PMD_TYPE_SECT | \
H A Dproc-sa1100.S256 .long PMD_TYPE_SECT | \
261 .long PMD_TYPE_SECT | \
H A Didmap.c98 prot |= PMD_TYPE_SECT | PMD_SECT_AP_WRITE | PMD_SECT_AF; in identity_mapping_add()
H A Dproc-arm1022.S461 .long PMD_TYPE_SECT | \
465 .long PMD_TYPE_SECT | \
H A Dproc-arm1026.S456 .long PMD_TYPE_SECT | \
460 .long PMD_TYPE_SECT | \
H A Dproc-arm922.S428 .long PMD_TYPE_SECT | \
434 .long PMD_TYPE_SECT | \
H A Dproc-arm1020e.S468 .long PMD_TYPE_SECT | \
472 .long PMD_TYPE_SECT | \
H A Dproc-arm1020.S509 .long PMD_TYPE_SECT | \
512 .long PMD_TYPE_SECT | \
H A Dproc-arm920.S451 .long PMD_TYPE_SECT | \
457 .long PMD_TYPE_SECT | \
H A Dproc-arm925.S495 .long PMD_TYPE_SECT | \
500 .long PMD_TYPE_SECT | \
H A Dproc-arm926.S478 .long PMD_TYPE_SECT | \
484 .long PMD_TYPE_SECT | \
H A Dproc-xsc3.S515 .long PMD_TYPE_SECT | \
520 .long PMD_TYPE_SECT | \
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.S574 .long PMD_TYPE_SECT | \
580 .long PMD_TYPE_SECT | \
H A Dproc-xscale.S603 .long PMD_TYPE_SECT | \
608 .long PMD_TYPE_SECT | \
/linux/arch/arm/include/asm/
H A Dpgtable-3level-hwdef.h21 #define PMD_TYPE_SECT (_AT(pmdval_t, 1) << 0) macro
H A Dpgtable-2level-hwdef.h19 #define PMD_TYPE_SECT (_AT(pmdval_t, 2) << 0) 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()