Searched refs:map_mem (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/ia64/
H A Daliasing-test.c27 static int map_mem(char *path, off_t offset, size_t length, int touch) function
92 rc = map_mem(path2, offset, length, touch);
212 if (map_mem("/dev/mem", 0, 0xA0000, 1) == 0)
224 if (map_mem("/dev/mem", 0xA0000, 0x20000, 0) == 0)
229 if (map_mem("/dev/mem", 0xC0000, 0x40000, 1) == 0)
241 rc = map_mem("/dev/mem", 0, 1024*1024, 0);

Completed in 51 milliseconds