Home
last modified time | relevance | path

Searched refs:bios32_map (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/watchdog/
Dhpwdt.c219 void *bios32_map; in cru_detect() local
227 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()