Home
last modified time | relevance | path

Searched refs:AT_SYSINFO (Results 1 – 8 of 8) sorted by relevance

/linux/arch/um/include/shared/
H A Delf_user.h12 #ifndef AT_SYSINFO
13 #define AT_SYSINFO 32 macro
/linux/arch/alpha/include/uapi/asm/
H A Dauxvec.h7 #define AT_SYSINFO 32
/linux/arch/x86/include/uapi/asm/
H A Dauxvec.h9 #define AT_SYSINFO 32 macro
/linux/arch/x86/include/asm/
H A Delf.h294 NEW_AUX_ENT(AT_SYSINFO, VDSO_ENTRY); \
348 #define AT_SYSINFO 32 macro
/linux/tools/testing/selftests/x86/
H A Dunwind_vdso.c129 sysinfo = getauxval(AT_SYSINFO); in main()
H A Dtest_syscall_vdso.c42 if (auxv->a_type == AT_SYSINFO) in get_syscall()
H A Dptrace_syscall.c396 vsyscall32 = (void *)getauxval(AT_SYSINFO); in main()
/linux/Documentation/arch/x86/
H A Delf_auxvec.rst43 AT_SYSINFO is used for locating the vsyscall entry point. It is not