rh_attach_region   60 arch/powerpc/include/asm/rheap.h extern int rh_attach_region(rh_info_t * info, unsigned long start, int size);
rh_attach_region  367 arch/powerpc/lib/rheap.c EXPORT_SYMBOL_GPL(rh_attach_region);
rh_attach_region  114 arch/powerpc/sysdev/fsl_85xx_cache_sram.c 	rh_attach_region(cache_sram->rh, 0, cache_sram->size);
rh_attach_region  110 drivers/dma/bestcomm/sram.c 		rh_attach_region(bcom_sram->rh, 0, bcom_sram->size);
rh_attach_region  115 drivers/dma/bestcomm/sram.c 			rh_attach_region(bcom_sram->rh, zbase - bcom_sram->base_phys, regaddr_p[1]);