Home
last modified time | relevance | path

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

/linux/mm/
A Dusercopy.c120 unsigned long textlow = (unsigned long)_stext; in check_kernel_text_object() local
124 if (overlaps(ptr, n, textlow, texthigh)) in check_kernel_text_object()
125 usercopy_abort("kernel text", NULL, to_user, ptr - textlow, n); in check_kernel_text_object()
135 textlow_linear = (unsigned long)lm_alias(textlow); in check_kernel_text_object()
137 if (textlow_linear == textlow) in check_kernel_text_object()

Completed in 3 milliseconds