Searched refs:vdso_end (Results 1 – 4 of 4) sorted by relevance
7 .globl vdso_start, vdso_end11 vdso_end: label21 .zero (vdso_end - vdso_start + PAGE_SIZE - 1) / PAGE_SIZE * 8
21 extern char vdso_start[], vdso_end[];97 int npages = (vdso_end - vdso_start + PAGE_SIZE - 1) / PAGE_SIZE; in init_vdso()100 patch_vdso64(vdso_start, vdso_end - vdso_start); in init_vdso()
5 .globl vdso_start, vdso_end8 vdso_end: label
19 extern char vdso_start[], vdso_end[];27 BUG_ON(vdso_end - vdso_start > PAGE_SIZE); in init_vdso()