PMD_TYPE_SECT 135 arch/arm/include/asm/pgtable-3level.h PMD_TYPE_SECT) PMD_TYPE_SECT 633 arch/arm/mach-sa1100/assabet.c int prot = PMD_TYPE_SECT | PMD_SECT_AP_WRITE | PMD_DOMAIN(DOMAIN_IO); PMD_TYPE_SECT 90 arch/arm/mm/idmap.c prot |= PMD_TYPE_SECT | PMD_SECT_AP_WRITE | PMD_SECT_AF; PMD_TYPE_SECT 243 arch/arm/mm/mmu.c #define PROT_SECT_DEVICE PMD_TYPE_SECT|PMD_SECT_AP_WRITE PMD_TYPE_SECT 277 arch/arm/mm/mmu.c .prot_sect = PMD_TYPE_SECT | PMD_SECT_XN, PMD_TYPE_SECT 281 arch/arm/mm/mmu.c .prot_sect = PMD_TYPE_SECT | PMD_SECT_XN, PMD_TYPE_SECT 286 arch/arm/mm/mmu.c .prot_sect = PMD_TYPE_SECT | PMD_SECT_XN | PMD_SECT_MINICACHE, PMD_TYPE_SECT 305 arch/arm/mm/mmu.c .prot_sect = PMD_TYPE_SECT | PMD_SECT_AP_WRITE, PMD_TYPE_SECT 312 arch/arm/mm/mmu.c .prot_sect = PMD_TYPE_SECT | PMD_SECT_AP_WRITE, PMD_TYPE_SECT 316 arch/arm/mm/mmu.c .prot_sect = PMD_TYPE_SECT, PMD_TYPE_SECT 323 arch/arm/mm/mmu.c .prot_sect = PMD_TYPE_SECT | PMD_SECT_AP_WRITE, PMD_TYPE_SECT 330 arch/arm/mm/mmu.c .prot_sect = PMD_TYPE_SECT | PMD_SECT_XN, PMD_TYPE_SECT 342 arch/arm/mm/mmu.c .prot_sect = PMD_TYPE_SECT | PMD_SECT_AP_WRITE | PMD_SECT_S | PMD_TYPE_SECT 116 arch/arm64/include/asm/kernel-pgtable.h #define SWAPPER_PMD_FLAGS (PMD_TYPE_SECT | PMD_SECT_AF | PMD_SECT_S) PMD_TYPE_SECT 27 arch/arm64/include/asm/pgtable-prot.h #define _PROT_SECT_DEFAULT (PMD_TYPE_SECT | PMD_SECT_AF | PMD_SECT_S) PMD_TYPE_SECT 333 arch/arm64/include/asm/pgtable.h return __pgprot((pgprot_val(prot) & ~PMD_TABLE_BIT) | PMD_TYPE_SECT); PMD_TYPE_SECT 443 arch/arm64/include/asm/pgtable.h PMD_TYPE_SECT) PMD_TYPE_SECT 84 arch/unicore32/mm/mmu.c #define PROT_SECT_DEVICE (PMD_TYPE_SECT | PMD_PRESENT | \ PMD_TYPE_SECT 113 arch/unicore32/mm/mmu.c .prot_sect = PMD_TYPE_SECT | PMD_PRESENT | PMD_SECT_CACHEABLE | PMD_TYPE_SECT 117 arch/unicore32/mm/mmu.c .prot_sect = PMD_TYPE_SECT | PMD_PRESENT | PMD_SECT_CACHEABLE | PMD_TYPE_SECT 462 arch/unicore32/mm/mmu.c base_pmdval = PMD_SECT_WRITE | PMD_SECT_READ | PMD_TYPE_SECT;