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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dvdso.c52 static void *vdso32_kbase = &vdso32_start; variable
146 printk("vDSO32 @ %016lx:\n", (unsigned long)vdso32_kbase);
148 struct page *pg = virt_to_page(vdso32_kbase +
476 v32->text = sect - vdso32_kbase;
534 *((int *)(vdso32_kbase + (sym32->st_value - VDSO32_LBASE))) =
616 v32.hdr = vdso32_kbase;
702 DBG("vdso32_kbase: %p, 0x%x pages\n", vdso32_kbase, vdso32_pages);
728 struct page *pg = virt_to_page(vdso32_kbase + i*PAGE_SIZE);

Completed in 148 milliseconds