dvma_map
#define dvma_map_vme(x, y) (dvma_map(x, y) & 0xfffff)
addr = (void *)dvma_map((unsigned long) data, count);