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

/linux-4.4.14/arch/um/include/shared/
H A Delf_user.h10 /* For compilation on a host that doesn't support AT_SYSINFO (Linux 2.4) */
12 #ifndef AT_SYSINFO
13 #define AT_SYSINFO 32 macro
/linux-4.4.14/arch/ia64/include/uapi/asm/
H A Dauxvec.h8 #define AT_SYSINFO 32 macro
/linux-4.4.14/arch/x86/include/uapi/asm/
H A Dauxvec.h8 #define AT_SYSINFO 32 macro
/linux-4.4.14/arch/x86/entry/vdso/vdso32/
H A Dvdso32.lds.S15 /* The ELF entry point can be used to set the AT_SYSINFO value. */
H A Dsystem_call.S2 * AT_SYSINFO entry point
41 * Execute an indirect call to the address in the AT_SYSINFO auxv
/linux-4.4.14/arch/alpha/include/uapi/asm/
H A Dauxvec.h6 #define AT_SYSINFO 32
/linux-4.4.14/tools/testing/selftests/x86/
H A Dunwind_vdso.c2 * unwind_vdso.c - tests unwind info for AT_SYSINFO in the vDSO
169 sysinfo = getauxval(AT_SYSINFO); main()
174 printf("[WARN]\tdladdr failed on AT_SYSINFO\n"); main()
194 printf("[WARN]\tsyscall(2) didn't enter AT_SYSINFO\n"); main()
H A Dptrace_syscall.c72 * Nasty helper to invoke AT_SYSINFO (i.e. __kernel_vsyscall) with
286 vsyscall32 = (void *)getauxval(AT_SYSINFO); main()
287 printf("[RUN]\tCheck AT_SYSINFO return regs\n"); main()
H A Dtest_syscall_vdso.c50 if (auxv->a_type == AT_SYSINFO) get_syscall()
/linux-4.4.14/arch/um/os-Linux/
H A Delf_aux.c34 case AT_SYSINFO: scan_elf_aux()
/linux-4.4.14/arch/x86/um/asm/
H A Delf.h88 #define AT_SYSINFO 32 macro
94 NEW_AUX_ENT(AT_SYSINFO, __kernel_vsyscall); \
/linux-4.4.14/arch/tile/kernel/vdso/
H A Dvdso.lds.S20 /* The ELF entry point can be used to set the AT_SYSINFO value. */
/linux-4.4.14/arch/sh/kernel/vsyscall/
H A Dvsyscall.lds.S15 /* The ELF entry point can be used to set the AT_SYSINFO value. */
/linux-4.4.14/arch/ia64/kernel/
H A Dgate.lds.S106 /* The ELF entry point can be used to set the AT_SYSINFO value. */
/linux-4.4.14/arch/x86/include/asm/
H A Delf.h282 NEW_AUX_ENT(AT_SYSINFO, VDSO_ENTRY); \
315 #define AT_SYSINFO 32 macro
/linux-4.4.14/arch/ia64/include/asm/
H A Delf.h215 NEW_AUX_ENT(AT_SYSINFO, (unsigned long) __kernel_syscall_via_epc); \

Completed in 486 milliseconds