Home
last modified time | relevance | path

Searched refs:rh_alloc_fixed (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/arch/powerpc/include/asm/
Drheap.h73 extern unsigned long rh_alloc_fixed(rh_info_t * info, unsigned long start, int size,
/linux-2.6.39/arch/powerpc/lib/
Drheap.c527 unsigned long rh_alloc_fixed(rh_info_t * info, unsigned long start, int size, const char *owner) in rh_alloc_fixed() function
606 EXPORT_SYMBOL_GPL(rh_alloc_fixed);
/linux-2.6.39/arch/powerpc/sysdev/
Dcpm_common.c188 start = rh_alloc_fixed(&cpm_muram_info, offset, size, "commproc"); in cpm_muram_alloc_fixed()