Home
last modified time | relevance | path

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

/arch/powerpc/kernel/
Dvdso.c53 static void *vdso32_kbase; variable
478 v32->text = sect - vdso32_kbase; in vdso_do_find_sections()
540 *((int *)(vdso32_kbase + (sym32->st_value - VDSO32_LBASE))) = in vdso_fixup_datapage()
642 v32.hdr = vdso32_kbase; in vdso_setup()
762 vdso32_kbase = &vdso32_start; in vdso_init()
768 DBG("vdso32_kbase: %p, 0x%x pages\n", vdso32_kbase, vdso32_pages); in vdso_init()
796 struct page *pg = virt_to_page(vdso32_kbase + i*PAGE_SIZE); in vdso_init()
/arch/s390/kernel/
Dvdso.c37 static void *vdso32_kbase = &vdso32_start; variable
271 struct page *pg = virt_to_page(vdso32_kbase + i*PAGE_SIZE); in vdso_init()