Searched refs:rh_attach_region (Results 1 – 5 of 5) sorted by relevance
/linux-2.6.39/arch/powerpc/sysdev/bestcomm/ |
D | sram.c | 109 rh_attach_region(bcom_sram->rh, 0, bcom_sram->size); in bcom_sram_init() 114 rh_attach_region(bcom_sram->rh, zbase - bcom_sram->base_phys, regaddr_p[1]); in bcom_sram_init()
|
/linux-2.6.39/arch/powerpc/include/asm/ |
D | rheap.h | 60 extern int rh_attach_region(rh_info_t * info, unsigned long start, int size);
|
/linux-2.6.39/arch/powerpc/sysdev/ |
D | fsl_85xx_cache_sram.c | 126 rh_attach_region(cache_sram->rh, 0, cache_sram->size); in instantiate_cache_sram()
|
D | cpm_common.c | 117 rh_attach_region(&cpm_muram_info, r.start - muram_pbase, in cpm_muram_init()
|
/linux-2.6.39/arch/powerpc/lib/ |
D | rheap.c | 329 int rh_attach_region(rh_info_t * info, unsigned long start, int size) in rh_attach_region() function 367 EXPORT_SYMBOL_GPL(rh_attach_region);
|