Searched defs:caller (Results 1 - 22 of 22) sorted by relevance

/arch/arm/mm/
H A Dvmregion.h22 const void *caller; member in struct:arm_vmregion
H A Dioremap.c194 unsigned long offset, size_t size, unsigned int mtype, void *caller)
246 area = get_vm_area_caller(size, VM_IOREMAP, caller);
276 unsigned int mtype, void *caller)
290 caller);
300 * caller shouldn't need to know that small detail.
193 __arm_ioremap_pfn_caller(unsigned long pfn, unsigned long offset, size_t size, unsigned int mtype, void *caller) argument
275 __arm_ioremap_caller(unsigned long phys_addr, size_t size, unsigned int mtype, void *caller) argument
H A Dnommu.c79 size_t size, unsigned int mtype, void *caller)
94 unsigned int mtype, void *caller)
78 __arm_ioremap_pfn_caller(unsigned long pfn, unsigned long offset, size_t size, unsigned int mtype, void *caller) argument
93 __arm_ioremap_caller(unsigned long phys_addr, size_t size, unsigned int mtype, void *caller) argument
H A Dvmregion.c42 size_t size, gfp_t gfp, const void *caller)
58 new->caller = caller;
145 if (c->caller)
146 seq_printf(m, " %pS", (void *)c->caller);
41 arm_vmregion_alloc(struct arm_vmregion_head *head, size_t align, size_t size, gfp_t gfp, const void *caller) argument
H A Ddma-mapping.c218 const void *caller)
245 gfp & ~(__GFP_DMA | __GFP_HIGHMEM), caller);
331 pgprot_t prot, const void *caller)
353 addr = __dma_alloc_remap(page, size, gfp, prot, caller);
217 __dma_alloc_remap(struct page *page, size_t size, gfp_t gfp, pgprot_t prot, const void *caller) argument
330 __dma_alloc(struct device *dev, size_t size, dma_addr_t *handle, gfp_t gfp, pgprot_t prot, const void *caller) argument
/arch/arm/mach-iop13xx/
H A Dio.c46 size_t size, unsigned int mtype, void *caller)
81 caller);
45 __iop13xx_ioremap_caller(unsigned long cookie, size_t size, unsigned int mtype, void *caller) argument
/arch/arm/mach-msm/
H A Dio.c176 unsigned int mtype, void *caller)
187 return __arm_ioremap_caller(phys_addr, size, mtype, caller);
175 __msm_ioremap_caller(unsigned long phys_addr, size_t size, unsigned int mtype, void *caller) argument
/arch/sh/mm/
H A Dioremap.c35 * caller shouldn't need to know that small detail.
39 pgprot_t pgprot, void *caller)
60 mapped = pmb_remap_caller(phys_addr, size, pgprot, caller);
74 area = get_vm_area_caller(size, VM_IOREMAP, caller);
38 __ioremap_caller(phys_addr_t phys_addr, unsigned long size, pgprot_t pgprot, void *caller) argument
H A Dpmb.c411 pgprot_t prot, void *caller)
447 P3SEG, caller);
410 pmb_remap_caller(phys_addr_t phys, unsigned long size, pgprot_t prot, void *caller) argument
/arch/arm/mach-imx/
H A Dmm-imx3.c66 unsigned int mtype, void *caller)
79 return __arm_ioremap_caller(phys_addr, size, mtype, caller);
65 imx3_ioremap_caller(unsigned long phys_addr, size_t size, unsigned int mtype, void *caller) argument
/arch/powerpc/mm/
H A Dpgtable_64.c198 unsigned long flags, void *caller)
223 caller);
251 void *caller = __builtin_return_address(0); local
254 return ppc_md.ioremap(addr, size, flags, caller);
255 return __ioremap_caller(addr, size, flags, caller);
261 void *caller = __builtin_return_address(0); local
264 return ppc_md.ioremap(addr, size, flags, caller);
265 return __ioremap_caller(addr, size, flags, caller);
271 void *caller = __builtin_return_address(0); local
289 return ppc_md.ioremap(addr, size, flags, caller);
197 __ioremap_caller(phys_addr_t addr, unsigned long size, unsigned long flags, void *caller) argument
[all...]
H A Dpgtable_32.c174 void *caller)
239 area = get_vm_area_caller(size, VM_IOREMAP, caller);
377 /* XXX caller needs to do pte_unmap, yuck */
173 __ioremap_caller(phys_addr_t addr, unsigned long size, unsigned long flags, void *caller) argument
/arch/x86/xen/
H A Dmulticalls.c43 void *caller[MC_BATCH]; member in struct:mc_buffer
111 b->caller[i]);
153 b->caller[b->mcidx] = __builtin_return_address(0);
/arch/powerpc/kernel/
H A Dio-workarounds.c134 unsigned long flags, void *caller)
137 void __iomem *res = __ioremap_caller(addr, size, flags, caller);
133 iowa_ioremap(phys_addr_t addr, unsigned long size, unsigned long flags, void *caller) argument
/arch/sh/include/asm/
H A Dmmu.h64 pgprot_t prot, void *caller);
78 pgprot_t prot, void *caller)
77 pmb_remap_caller(phys_addr_t phys, unsigned long size, pgprot_t prot, void *caller) argument
/arch/unicore32/mm/
H A Dioremap.c130 unsigned long offset, size_t size, unsigned int mtype, void *caller)
163 area = get_vm_area_caller(size, VM_IOREMAP, caller);
185 unsigned int mtype, void *caller)
198 return __uc32_ioremap_pfn_caller(pfn, offset, size, mtype, caller);
208 * caller shouldn't need to know that small detail.
129 __uc32_ioremap_pfn_caller(unsigned long pfn, unsigned long offset, size_t size, unsigned int mtype, void *caller) argument
184 __uc32_ioremap_caller(unsigned long phys_addr, size_t size, unsigned int mtype, void *caller) argument
/arch/arm/mach-ebsa110/
H A Dcore.c120 unsigned int flags, void *caller)
119 ebsa110_ioremap_caller(unsigned long cookie, size_t size, unsigned int flags, void *caller) argument
/arch/x86/kernel/
H A Dvsyscall_64.c173 unsigned long caller; local
201 if (get_user(caller, (unsigned long __user *)regs->sp) != 0) {
275 regs->ip = caller;
/arch/arm/mach-ixp4xx/
H A Dcommon.c576 unsigned int mtype, void *caller)
579 return __arm_ioremap_caller(addr, size, mtype, caller);
575 ixp4xx_ioremap_caller(unsigned long addr, size_t size, unsigned int mtype, void *caller) argument
/arch/s390/include/asm/
H A Ddebug.h30 void* caller; member in struct:__debug_entry
/arch/x86/mm/
H A Dioremap.c60 * caller shouldn't need to know that small detail.
63 unsigned long size, unsigned long prot_val, void *caller)
151 area = get_vm_area_caller(size, VM_IOREMAP, caller);
280 /* Use the vm area unlocked, assuming the caller
62 __ioremap_caller(resource_size_t phys_addr, unsigned long size, unsigned long prot_val, void *caller) argument
/arch/s390/kernel/
H A Ddebug.c686 * - Creates and initializes debug area for the caller
724 * - creates and initializes debug area for the caller
859 * - set timestamp, caller address, cpu number etc.
868 active->caller = __builtin_return_address(0);
1472 unsigned long caller; local
1483 caller = ((unsigned long) entry->caller) & PSW_ADDR_INSN;
1486 except_str, entry->id.fields.cpuid, (void *) caller);

Completed in 518 milliseconds