gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:chkIOAddr (0.00 seconds)
tkernel_2
monitor/cmdsvc/src/memory.c - 4.8KB - 170 lines
138:         // I/O address check & conversion to physical address
139:         n = chkIOAddr(addr, &pa, unit);
140:         if (n < unit) return 0;
160: // I/O address check & conversion to physical address 161: n = chkIOAddr(addr, &pa, unit); 162: if (n < unit) return 0;