Searched refs:rh_attach_region (Results 1 – 5 of 5) sorted by relevance
/arch/powerpc/include/asm/ |
D | rheap.h | 60 extern int rh_attach_region(rh_info_t * info, unsigned long start, int size);
|
/arch/powerpc/sysdev/ |
D | fsl_85xx_cache_sram.c | 127 rh_attach_region(cache_sram->rh, 0, cache_sram->size); in instantiate_cache_sram()
|
D | ppc4xx_ocm.c | 217 rh_attach_region(ocm->nc.rh, 0, ocm->nc.memtotal); in ocm_init_node() 222 rh_attach_region(ocm->c.rh, 0, ocm->c.memtotal); in ocm_init_node()
|
D | cpm_common.c | 118 rh_attach_region(&cpm_muram_info, r.start - muram_pbase, in cpm_muram_init()
|
/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);
|