Home
last modified time | relevance | path

Searched refs:MT_MEMORY_RWX (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/arch/arm/mach-ux500/
Dsetup.h40 .type = MT_MEMORY_RWX, \
/linux-4.1.27/arch/arm/include/asm/mach/
Dmap.h31 MT_MEMORY_RWX, enumerator
/linux-4.1.27/arch/arm/mm/
Dmmu.c302 [MT_MEMORY_RWX] = {
566 mem_types[MT_MEMORY_RWX].prot_sect |= PMD_SECT_S; in build_mem_type_table()
567 mem_types[MT_MEMORY_RWX].prot_pte |= L_PTE_SHARED; in build_mem_type_table()
629 mem_types[MT_MEMORY_RWX].prot_sect |= ecc_mask | cp->pmd; in build_mem_type_table()
630 mem_types[MT_MEMORY_RWX].prot_pte |= kern_pgprot; in build_mem_type_table()
1350 map.type = MT_MEMORY_RWX; in map_lowmem()
1374 map.type = MT_MEMORY_RWX; in map_lowmem()
Dioremap.c395 mtype = MT_MEMORY_RWX; in __arm_ioremap_exec()