Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/mm/
H A Dusercopy.c121 unsigned long texthigh = (unsigned long)_etext; in check_kernel_text_object() local
124 if (overlaps(ptr, n, textlow, texthigh)) in check_kernel_text_object()
141 texthigh_linear = (unsigned long)lm_alias(texthigh); in check_kernel_text_object()
/kernel/linux/linux-6.6/mm/
H A Dusercopy.c124 unsigned long texthigh = (unsigned long)_etext; in check_kernel_text_object() local
127 if (overlaps(ptr, n, textlow, texthigh)) in check_kernel_text_object()
144 texthigh_linear = (unsigned long)lm_alias(texthigh); in check_kernel_text_object()

Completed in 2 milliseconds