Searched refs:MAX_PORT (Results 1 – 2 of 2) sorted by relevance
37 #define MAX_PORT 0x10000 macro64 if (from >= MAX_PORT || from + num > MAX_PORT) in _ioperm()88 len = io_offset (MAX_PORT); in _ioperm()124 int retval = _ioperm (0, MAX_PORT, 1); in _iopl()
56 #define MAX_PORT 0x10000 macro692 if (from >= MAX_PORT || from + num > MAX_PORT) in _ioperm()728 len = port_to_cpu_addr (MAX_PORT, io.swiz, 1) - addr; in _ioperm()766 return _ioperm (0, MAX_PORT, 1); in _iopl()788 if (port >= MAX_PORT) in _outb()798 if (port >= MAX_PORT) in _outw()808 if (port >= MAX_PORT) in _outl()
Completed in 5 milliseconds