Searched refs:KMAP_END (Results 1 – 4 of 4) sorted by relevance
79 #define KMAP_END 0x0e000000 macro82 #define KMAP_END 0xf0000000 macro85 #define KMAP_END 0xf0000000 macro
54 #define KMAP_END 0xffffffff macro
25 #define KMAPAREA(x) ((x >= VMALLOC_START) && (x < KMAP_END))
120 if (addr > KMAP_END-size) { in get_io_area()