Home
last modified time | relevance | path

Searched refs:mtype (Results 1 – 10 of 10) sorted by relevance

/arch/arm/mm/
Dioremap.c46 size_t size, unsigned int mtype) in find_static_vm_paddr() argument
55 if ((vm->flags & VM_ARM_MTYPE_MASK) != VM_ARM_MTYPE(mtype)) in find_static_vm_paddr()
107 const struct mem_type *mtype) in ioremap_page() argument
110 __pgprot(mtype->prot_pte)); in ioremap_page()
259 unsigned long offset, size_t size, unsigned int mtype, void *caller) in __arm_ioremap_pfn_caller() argument
275 type = get_mem_type(mtype); in __arm_ioremap_pfn_caller()
290 svm = find_static_vm_paddr(paddr, size, mtype); in __arm_ioremap_pfn_caller()
335 unsigned int mtype, void *caller) in __arm_ioremap_caller() argument
348 return __arm_ioremap_pfn_caller(pfn, offset, size, mtype, in __arm_ioremap_caller()
363 unsigned int mtype) in __arm_ioremap_pfn() argument
[all …]
Dnommu.c355 size_t size, unsigned int mtype) in __arm_ioremap_pfn() argument
364 size_t size, unsigned int mtype, void *caller) in __arm_ioremap_pfn_caller() argument
366 return __arm_ioremap_pfn(pfn, offset, size, mtype); in __arm_ioremap_pfn_caller()
370 unsigned int mtype) in __arm_ioremap() argument
379 unsigned int mtype, void *caller) in __arm_ioremap_caller() argument
381 return __arm_ioremap(phys_addr, size, mtype); in __arm_ioremap_caller()
/arch/unicore32/mm/
Dioremap.c49 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/
Dio.c27 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-msm/
Dio.c148 unsigned int mtype, void *caller) in __msm_ioremap_caller() argument
150 if (mtype == MT_DEVICE) { in __msm_ioremap_caller()
156 mtype = MT_DEVICE_NONSHARED; in __msm_ioremap_caller()
159 return __arm_ioremap_caller(phys_addr, size, mtype, caller); in __msm_ioremap_caller()
Dcommon.h24 unsigned int mtype, void *caller);
/arch/arm/mach-imx/
Dmm-imx3.c69 unsigned int mtype, void *caller) in imx3_ioremap_caller() argument
71 if (mtype == MT_DEVICE) { in imx3_ioremap_caller()
79 mtype = MT_DEVICE_NONSHARED; in imx3_ioremap_caller()
82 return __arm_ioremap_caller(phys_addr, size, mtype, caller); in imx3_ioremap_caller()
/arch/arm/include/asm/mach/
Dmap.h59 const struct mem_type *mtype);
/arch/arm/mach-mvebu/
Dcoherency.c325 unsigned int mtype, void *caller) in armada_wa_ioremap_caller() argument
327 mtype = MT_UNCACHED; in armada_wa_ioremap_caller()
328 return __arm_ioremap_caller(phys_addr, size, mtype, caller); in armada_wa_ioremap_caller()
/arch/arm/mach-ixp4xx/
Dcommon.c647 unsigned int mtype, void *caller) in ixp4xx_ioremap_caller() argument
650 return __arm_ioremap_caller(addr, size, mtype, caller); in ixp4xx_ioremap_caller()