Searched refs:mtype (Results 1 – 8 of 8) sorted by relevance
/arch/arm/mm/ |
D | ioremap.c | 47 size_t size, unsigned int mtype) in find_static_vm_paddr() argument 56 if ((vm->flags & VM_ARM_MTYPE_MASK) != VM_ARM_MTYPE(mtype)) in find_static_vm_paddr() 108 const struct mem_type *mtype) in ioremap_page() argument 111 __pgprot(mtype->prot_pte)); in ioremap_page() 260 unsigned long offset, size_t size, unsigned int mtype, void *caller) in __arm_ioremap_pfn_caller() argument 276 type = get_mem_type(mtype); in __arm_ioremap_pfn_caller() 291 svm = find_static_vm_paddr(paddr, size, mtype); in __arm_ioremap_pfn_caller() 303 if (WARN_ON(pfn_valid(pfn) && mtype != MT_MEMORY_RW)) in __arm_ioremap_pfn_caller() 337 unsigned int mtype, void *caller) in __arm_ioremap_caller() argument 350 return __arm_ioremap_pfn_caller(pfn, offset, size, mtype, in __arm_ioremap_caller() [all …]
|
D | nommu.c | 347 size_t size, unsigned int mtype) in __arm_ioremap_pfn() argument 356 unsigned int mtype, void *caller) in __arm_ioremap_caller() argument
|
/arch/unicore32/mm/ |
D | ioremap.c | 49 const struct mem_type *mtype) in ioremap_page() argument 52 __pgprot(mtype->prot_pte)); in ioremap_page() 130 unsigned long offset, size_t size, unsigned int mtype, void *caller) in __uc32_ioremap_pfn_caller() argument 154 type = get_mem_type(mtype); in __uc32_ioremap_pfn_caller() 185 unsigned int mtype, void *caller) in __uc32_ioremap_caller() argument 198 return __uc32_ioremap_pfn_caller(pfn, offset, size, mtype, caller); in __uc32_ioremap_caller() 212 unsigned int mtype) in __uc32_ioremap_pfn() argument 214 return __uc32_ioremap_pfn_caller(pfn, offset, size, mtype, in __uc32_ioremap_pfn()
|
/arch/arm/mach-iop13xx/ |
D | io.c | 27 size_t size, unsigned int mtype, void *caller) in __iop13xx_ioremap_caller() argument 49 size, mtype, __builtin_return_address(0)); in __iop13xx_ioremap_caller() 55 retval = __arm_ioremap_caller(cookie, size, mtype, in __iop13xx_ioremap_caller()
|
/arch/arm/mach-imx/ |
D | mm-imx3.c | 68 unsigned int mtype, void *caller) in imx3_ioremap_caller() argument 70 if (mtype == MT_DEVICE) { in imx3_ioremap_caller() 78 mtype = MT_DEVICE_NONSHARED; in imx3_ioremap_caller() 81 return __arm_ioremap_caller(phys_addr, size, mtype, caller); in imx3_ioremap_caller()
|
/arch/arm/mach-mvebu/ |
D | coherency.c | 165 unsigned int mtype, void *caller) in armada_wa_ioremap_caller() argument 167 mtype = MT_UNCACHED; in armada_wa_ioremap_caller() 168 return __arm_ioremap_caller(phys_addr, size, mtype, caller); in armada_wa_ioremap_caller()
|
/arch/arm/include/asm/mach/ |
D | map.h | 61 const struct mem_type *mtype);
|
/arch/arm/mach-ixp4xx/ |
D | common.c | 659 unsigned int mtype, void *caller) in ixp4xx_ioremap_caller() argument 662 return __arm_ioremap_caller(addr, size, mtype, caller); in ixp4xx_ioremap_caller()
|