Home
last modified time | relevance | path

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

/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/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.c346 size_t size, unsigned int mtype) in __arm_ioremap_pfn() argument
355 unsigned int mtype, void *caller) in __arm_ioremap_caller() argument
/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-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/mach-mvebu/
Dcoherency.c172 unsigned int mtype, void *caller) in armada_wa_ioremap_caller() argument
174 mtype = MT_UNCACHED; in armada_wa_ioremap_caller()
175 return __arm_ioremap_caller(phys_addr, size, mtype, caller); in armada_wa_ioremap_caller()
/arch/arm/include/asm/mach/
Dmap.h59 const struct mem_type *mtype);
/arch/arm/mach-ixp4xx/
Dcommon.c659 unsigned int mtype, void *caller) in ixp4xx_ioremap_caller() argument
662 return __arm_ioremap_caller(addr, size, mtype, caller); in ixp4xx_ioremap_caller()