Home
last modified time | relevance | path

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

12

/linux/arch/arm/mm/
A Dmmu.c228 #define PROT_SECT_DEVICE PMD_TYPE_SECT|PMD_SECT_AP_WRITE
259 .prot_sect = PMD_TYPE_SECT | PMD_SECT_XN,
263 .prot_sect = PMD_TYPE_SECT | PMD_SECT_XN,
268 .prot_sect = PMD_TYPE_SECT | PMD_SECT_XN | PMD_SECT_MINICACHE,
287 .prot_sect = PMD_TYPE_SECT | PMD_SECT_AP_WRITE,
294 .prot_sect = PMD_TYPE_SECT | PMD_SECT_AP_WRITE,
298 .prot_sect = PMD_TYPE_SECT,
305 .prot_sect = PMD_TYPE_SECT | PMD_SECT_AP_WRITE,
312 .prot_sect = PMD_TYPE_SECT | PMD_SECT_XN,
324 .prot_sect = PMD_TYPE_SECT | PMD_SECT_AP_WRITE | PMD_SECT_S |
A Dproc-arm720.S182 .long PMD_TYPE_SECT | \
188 .long PMD_TYPE_SECT | \
A Dproc-v6.S274 PMD_TYPE_SECT | \
279 PMD_TYPE_SECT | \
283 .long PMD_TYPE_SECT | \
A Dproc-sa110.S205 .long PMD_TYPE_SECT | \
210 .long PMD_TYPE_SECT | \
A Dproc-fa526.S194 .long PMD_TYPE_SECT | \
200 .long PMD_TYPE_SECT | \
A Dproc-sa1100.S249 .long PMD_TYPE_SECT | \
254 .long PMD_TYPE_SECT | \
A Didmap.c91 prot |= PMD_TYPE_SECT | PMD_SECT_AP_WRITE | PMD_SECT_AF; in identity_mapping_add()
A Dproc-arm922.S421 .long PMD_TYPE_SECT | \
427 .long PMD_TYPE_SECT | \
A Dproc-arm1020e.S458 .long PMD_TYPE_SECT | \
462 .long PMD_TYPE_SECT | \
A Dproc-arm1022.S452 .long PMD_TYPE_SECT | \
456 .long PMD_TYPE_SECT | \
A Dproc-arm1026.S446 .long PMD_TYPE_SECT | \
450 .long PMD_TYPE_SECT | \
A Dproc-arm920.S443 .long PMD_TYPE_SECT | \
449 .long PMD_TYPE_SECT | \
A Dproc-arm1020.S500 .long PMD_TYPE_SECT | \
503 .long PMD_TYPE_SECT | \
A Dproc-arm925.S487 .long PMD_TYPE_SECT | \
492 .long PMD_TYPE_SECT | \
A Dproc-arm926.S469 .long PMD_TYPE_SECT | \
475 .long PMD_TYPE_SECT | \
A Dproc-xsc3.S506 .long PMD_TYPE_SECT | \
511 .long PMD_TYPE_SECT | \
A Dproc-v7.S650 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 | \
654 .long PMD_TYPE_SECT | PMD_SECT_AP_WRITE | \
A Dproc-feroceon.S581 .long PMD_TYPE_SECT | \
587 .long PMD_TYPE_SECT | \
A Dproc-xscale.S620 .long PMD_TYPE_SECT | \
625 .long PMD_TYPE_SECT | \
/linux/arch/arm64/include/asm/
A Dkernel-pgtable.h107 #define SWAPPER_PMD_FLAGS (PMD_TYPE_SECT | PMD_SECT_AF | PMD_SECT_S)
A Dpgtable-prot.h37 #define _PROT_SECT_DEFAULT (PMD_TYPE_SECT | PMD_SECT_AF | PMD_SECT_S)
A Dpgtable-hwdef.h116 #define PMD_TYPE_SECT (_AT(pmdval_t, 1) << 0) macro
/linux/arch/arm/include/asm/
A Dpgtable-3level-hwdef.h20 #define PMD_TYPE_SECT (_AT(pmdval_t, 1) << 0) macro
A Dpgtable-2level-hwdef.h19 #define PMD_TYPE_SECT (_AT(pmdval_t, 2) << 0) macro
A Dpgtable-3level.h117 PMD_TYPE_SECT)

Completed in 40 milliseconds

12