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

/linux-master/mm/
H A Dusercopy.c123 unsigned long textlow = (unsigned long)_stext; local
127 if (overlaps(ptr, n, textlow, texthigh))
128 usercopy_abort("kernel text", NULL, to_user, ptr - textlow, n);
138 textlow_linear = (unsigned long)lm_alias(textlow);
140 if (textlow_linear == textlow)

Completed in 149 milliseconds