Searched defs:cpm_muram_alloc (Results 1 - 2 of 2) sorted by relevance

/arch/powerpc/sysdev/
H A Dcpm_common.c134 * cpm_muram_alloc - allocate the requested size worth of multi-user ram
142 unsigned long cpm_muram_alloc(unsigned long size, unsigned long align) function
155 EXPORT_SYMBOL(cpm_muram_alloc); variable
159 * @offset: The beginning of the chunk as returned by cpm_muram_alloc().
/arch/powerpc/include/asm/
H A Dcpm.h161 unsigned long cpm_muram_alloc(unsigned long size, unsigned long align);
168 static inline unsigned long cpm_muram_alloc(unsigned long size, function

Completed in 65 milliseconds