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

/linux-master/mm/
H A Dusercopy.c125 unsigned long textlow_linear, texthigh_linear; local
138 textlow_linear = (unsigned long)lm_alias(textlow);
140 if (textlow_linear == textlow)
145 if (overlaps(ptr, n, textlow_linear, texthigh_linear))
147 ptr - textlow_linear, n);

Completed in 97 milliseconds