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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/kernel/
H A Dvdso.c30 static struct page *vdso_page; variable in typeref:struct:page
42 vdso_page = alloc_page(GFP_KERNEL);
43 if (!vdso_page)
46 vdso = vmap(&vdso_page, 1, 0, PAGE_KERNEL);
93 &vdso_page);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mips/kernel/
H A Dvdso.c30 static struct page *vdso_page; variable in typeref:struct:page
42 vdso_page = alloc_page(GFP_KERNEL);
43 if (!vdso_page)
46 vdso = vmap(&vdso_page, 1, 0, PAGE_KERNEL);
93 &vdso_page);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/tile/mm/
H A Delf.c76 static void *vdso_page; variable
83 vdso_page = (void *)get_zeroed_page(GFP_ATOMIC);
84 memcpy(vdso_page, __rt_sigreturn, __rt_sigreturn_end - __rt_sigreturn);
85 vdso_pages[0] = virt_to_page(vdso_page);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/tile/mm/
H A Delf.c76 static void *vdso_page; variable
83 vdso_page = (void *)get_zeroed_page(GFP_ATOMIC);
84 memcpy(vdso_page, __rt_sigreturn, __rt_sigreturn_end - __rt_sigreturn);
85 vdso_pages[0] = virt_to_page(vdso_page);

Completed in 120 milliseconds