Lines Matching defs:mmapped
14 /* Partially rewriten by Oleg I. Vdovikin for mmapped support of
43 static int mmapped;
136 if (!mmapped) {
228 mmapped = 1;
243 /* sanity checks for mmapped I/O */
244 if (mmapped && base < 0xc8000) {
246 "for mmapped I/O\n", base);
275 if (!mmapped) {
294 if (!mmapped) {
323 module_param_hw(mmapped, int, other, 0);