Home
last modified time | relevance | path

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

12

/arch/unicore32/include/asm/
Dpgtable-hwdef.h25 #define PMD_TYPE_SECT (3 << 0) macro
/arch/unicore32/mm/
Dmmu.c88 #define PROT_SECT_DEVICE (PMD_TYPE_SECT | PMD_PRESENT | \
117 .prot_sect = PMD_TYPE_SECT | PMD_PRESENT | PMD_SECT_CACHEABLE |
121 .prot_sect = PMD_TYPE_SECT | PMD_PRESENT | PMD_SECT_CACHEABLE |
461 base_pmdval = PMD_SECT_WRITE | PMD_SECT_READ | PMD_TYPE_SECT; in setup_mm_for_reboot()
/arch/arm/include/asm/
Dpgtable-3level-hwdef.h32 #define PMD_TYPE_SECT (_AT(pmdval_t, 1) << 0) macro
Dpgtable-2level-hwdef.h22 #define PMD_TYPE_SECT (_AT(pmdval_t, 2) << 0) macro
Dpgtable-3level.h129 PMD_TYPE_SECT)
/arch/arm/mm/
Dproc-arm720.S198 .long PMD_TYPE_SECT | \
204 .long PMD_TYPE_SECT | \
Dmmu.c234 #define PROT_SECT_DEVICE PMD_TYPE_SECT|PMD_SECT_AP_WRITE
265 .prot_sect = PMD_TYPE_SECT | PMD_SECT_XN,
269 .prot_sect = PMD_TYPE_SECT | PMD_SECT_XN,
274 .prot_sect = PMD_TYPE_SECT | PMD_SECT_XN | PMD_SECT_MINICACHE,
293 .prot_sect = PMD_TYPE_SECT | PMD_SECT_AP_WRITE,
297 .prot_sect = PMD_TYPE_SECT,
304 .prot_sect = PMD_TYPE_SECT | PMD_SECT_AP_WRITE,
311 .prot_sect = PMD_TYPE_SECT | PMD_SECT_XN,
323 .prot_sect = PMD_TYPE_SECT | PMD_SECT_AP_WRITE | PMD_SECT_S |
Dproc-sa110.S210 .long PMD_TYPE_SECT | \
215 .long PMD_TYPE_SECT | \
Dproc-fa526.S201 .long PMD_TYPE_SECT | \
207 .long PMD_TYPE_SECT | \
Dproc-v6.S276 PMD_TYPE_SECT | \
281 PMD_TYPE_SECT | \
285 .long PMD_TYPE_SECT | \
Didmap.c73 prot |= PMD_TYPE_SECT | PMD_SECT_AP_WRITE | PMD_SECT_AF; in identity_mapping_add()
Dproc-sa1100.S254 .long PMD_TYPE_SECT | \
259 .long PMD_TYPE_SECT | \
Dproc-arm922.S437 .long PMD_TYPE_SECT | \
443 .long PMD_TYPE_SECT | \
Dproc-arm1026.S454 .long PMD_TYPE_SECT | \
458 .long PMD_TYPE_SECT | \
Dproc-arm1022.S459 .long PMD_TYPE_SECT | \
463 .long PMD_TYPE_SECT | \
Dproc-v7.S392 ALT_SMP(.long PMD_TYPE_SECT | PMD_SECT_AP_WRITE | PMD_SECT_AP_READ | \
394 ALT_UP(.long PMD_TYPE_SECT | PMD_SECT_AP_WRITE | PMD_SECT_AP_READ | \
396 .long PMD_TYPE_SECT | PMD_SECT_AP_WRITE | \
Dproc-arm1020e.S476 .long PMD_TYPE_SECT | \
480 .long PMD_TYPE_SECT | \
Dproc-arm920.S459 .long PMD_TYPE_SECT | \
465 .long PMD_TYPE_SECT | \
Dproc-arm925.S506 .long PMD_TYPE_SECT | \
510 .long PMD_TYPE_SECT | \
Dproc-arm1020.S518 .long PMD_TYPE_SECT | \
521 .long PMD_TYPE_SECT | \
Dproc-arm926.S485 .long PMD_TYPE_SECT | \
491 .long PMD_TYPE_SECT | \
/arch/arm64/include/asm/
Dpgtable-hwdef.h39 #define PMD_TYPE_SECT (_AT(pmdval_t, 1) << 0) macro
Dpgtable.h57 #define PROT_SECT_DEFAULT (PMD_TYPE_SECT | PMD_SECT_AF | PMD_SECT_S)
60 #define PROT_SECT_DEFAULT (PMD_TYPE_SECT | PMD_SECT_AF)
/arch/arm64/kernel/
Dhead.S78 #define PMD_FLAGS PMD_TYPE_SECT | PMD_SECT_AF
81 #define PMD_FLAGS PMD_TYPE_SECT | PMD_SECT_AF | PMD_SECT_S
/arch/unicore32/kernel/
Dhead.S89 mov r7, #PMD_TYPE_SECT | PMD_PRESENT @ page size: section

12