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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/vdso/
H A Dvdso.S5 .globl vdso_start, vdso_end
6 vdso_start: label
H A Dvma.c23 extern char vdso_start[], vdso_end[];
40 int npages = (vdso_end - vdso_start + PAGE_SIZE - 1) / PAGE_SIZE;
54 copy_page(page_address(p), vdso_start + i*PAGE_SIZE);

Completed in 33 milliseconds