coherent_pool      14 arch/hexagon/kernel/dma.c static struct gen_pool *coherent_pool;
coherent_pool      30 arch/hexagon/kernel/dma.c 	if (coherent_pool == NULL) {
coherent_pool      31 arch/hexagon/kernel/dma.c 		coherent_pool = gen_pool_create(PAGE_SHIFT, -1);
coherent_pool      33 arch/hexagon/kernel/dma.c 		if (coherent_pool == NULL)
coherent_pool      36 arch/hexagon/kernel/dma.c 			gen_pool_add(coherent_pool,
coherent_pool      41 arch/hexagon/kernel/dma.c 	ret = (void *) gen_pool_alloc(coherent_pool, size);
coherent_pool      55 arch/hexagon/kernel/dma.c 	gen_pool_free(coherent_pool, (unsigned long) vaddr, size);