Searched refs:io_from (Results 1 – 1 of 1) sorted by relevance
425 unsigned long io_from, io_to; in process_dom0_ioports_disable() local434 io_from = simple_strtoul(t, &u, 16); in process_dom0_ioports_disable()444 io_to = io_from; in process_dom0_ioports_disable()450 if ( (*u != '\0') || (io_to < io_from) || (io_to >= 65536) ) in process_dom0_ioports_disable()454 io_from, io_to); in process_dom0_ioports_disable()456 if ( ioports_deny_access(dom0, io_from, io_to) != 0 ) in process_dom0_ioports_disable()
Completed in 3 milliseconds