Home
last modified time | relevance | path

Searched refs:vdso32_sysenter_start (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/arch/x86/vdso/
Dvdso32.S17 .globl vdso32_sysenter_start, vdso32_sysenter_end
18 vdso32_sysenter_start: label
Dvdso32-setup.c294 vsyscall = &vdso32_sysenter_start; in sysenter_setup()
295 vsyscall_len = &vdso32_sysenter_end - &vdso32_sysenter_start; in sysenter_setup()
/linux-3.4.99/arch/x86/include/asm/
Dvdso.h31 extern const char vdso32_sysenter_start, vdso32_sysenter_end;
/linux-3.4.99/arch/x86/xen/
Dsetup.c364 mask = VDSO32_SYMBOL(&vdso32_sysenter_start, NOTE_MASK); in fiddle_vdso()