Searched refs:KMAP_END (Results 1 – 4 of 4) sorted by relevance
80 #define KMAP_END 0x0e000000 macro83 #define KMAP_END 0xf0000000 macro86 #define KMAP_END 0xf0000000 macro
55 #define KMAP_END 0xffffffff macro
25 #define KMAPAREA(x) ((x >= VMALLOC_START) && (x < KMAP_END))
121 if (addr > KMAP_END-size) { in get_io_area()