Searched defs:map_is_linear (Results 1 – 1 of 1) sorted by relevance
464 #define map_is_linear(map) (map->phys != NO_XIP) macro474 #define map_is_linear(map) ({ (void)(map); 1; }) macro