atari_stram_to_phys
EXPORT_SYMBOL(atari_stram_to_phys);
unsigned long start = atari_stram_to_phys(addr);
unsigned long atari_stram_to_phys(void *);
PhysDMABuffer = atari_stram_to_phys(DMABuffer);
atari_dma_phys_buffer = atari_stram_to_phys(atari_dma_buffer);
addr = atari_stram_to_phys(s_base);
addr = atari_stram_to_phys(s_base);
phys_screen_base = atari_stram_to_phys(screen_base + ovsc_offset);
cache_push(atari_stram_to_phys(screen_base), screen_len);