Searched refs:bios32_map (Results 1 – 1 of 1) sorted by relevance
219 void *bios32_map; in cru_detect() local227 bios32_map = ioremap(map_entry, (2 * PAGE_SIZE)); in cru_detect()229 if (bios32_map == NULL) in cru_detect()232 bios32_entrypoint = bios32_map + map_offset; in cru_detect()236 set_memory_x((unsigned long)bios32_map, 2); in cru_detect()265 iounmap(bios32_map); in cru_detect()