Home
last modified time | relevance | path

Searched refs:AT_SYSINFO (Results 1 – 4 of 4) 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/Documentation/arch/x86/
H A Delf_auxvec.rst43 AT_SYSINFO is used for locating the vsyscall entry point. It is not
/linux/tools/testing/selftests/x86/
H A Dtest_syscall_vdso.c42 if (auxv->a_type == AT_SYSINFO) in get_syscall()