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

/linux-master/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-master/arch/alpha/include/uapi/asm/
H A Dauxvec.h7 #define AT_SYSINFO 32
/linux-master/arch/x86/include/uapi/asm/
H A Dauxvec.h9 #define AT_SYSINFO 32 macro
/linux-master/arch/um/os-Linux/
H A Delf_aux.c35 case AT_SYSINFO:
/linux-master/arch/x86/um/asm/
H A Delf.h88 #define AT_SYSINFO 32 macro
94 NEW_AUX_ENT(AT_SYSINFO, __kernel_vsyscall); \
/linux-master/arch/x86/include/asm/
H A Delf.h297 NEW_AUX_ENT(AT_SYSINFO, VDSO_ENTRY); \
351 #define AT_SYSINFO 32 macro
/linux-master/tools/testing/selftests/x86/
H A Dunwind_vdso.c3 * unwind_vdso.c - tests unwind info for AT_SYSINFO in the vDSO
141 sysinfo = getauxval(AT_SYSINFO);
146 printf("[WARN]\tdladdr failed on AT_SYSINFO\n");
166 printf("[WARN]\tsyscall(2) didn't enter AT_SYSINFO\n");
H A Dtest_syscall_vdso.c42 if (auxv->a_type == AT_SYSINFO)
H A Dptrace_syscall.c74 * Nasty helper to invoke AT_SYSINFO (i.e. __kernel_vsyscall) with
416 vsyscall32 = (void *)getauxval(AT_SYSINFO);
418 printf("[RUN]\tCheck AT_SYSINFO return regs\n");

Completed in 158 milliseconds