vdso_text_size
unsigned long vdso_text_size(void);
return in_range(ip, current->mm->context.vdso_base, vdso_text_size());
return vdso_text_size() + VDSO_NR_PAGES * PAGE_SIZE;