Home
last modified time | relevance | path

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

/Linux-v6.1/mm/
Dusercopy.c124 unsigned long textlow_linear, texthigh_linear; in check_kernel_text_object() local
143 texthigh_linear = (unsigned long)lm_alias(texthigh); in check_kernel_text_object()
144 if (overlaps(ptr, n, textlow_linear, texthigh_linear)) in check_kernel_text_object()