Home
last modified time | relevance | path

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

/linux/arch/um/include/shared/
A Delf_user.h12 #ifndef AT_SYSINFO
13 #define AT_SYSINFO 32 macro
/linux/arch/ia64/include/uapi/asm/
A Dauxvec.h9 #define AT_SYSINFO 32 macro
/linux/arch/x86/include/uapi/asm/
A Dauxvec.h9 #define AT_SYSINFO 32 macro
/linux/arch/alpha/include/uapi/asm/
A Dauxvec.h7 #define AT_SYSINFO 32
/linux/arch/x86/um/asm/
A Delf.h88 #define AT_SYSINFO 32 macro
94 NEW_AUX_ENT(AT_SYSINFO, __kernel_vsyscall); \
/linux/arch/um/os-Linux/
A Delf_aux.c35 case AT_SYSINFO: in scan_elf_aux()
/linux/arch/x86/include/asm/
A Delf.h312 NEW_AUX_ENT(AT_SYSINFO, VDSO_ENTRY); \
366 #define AT_SYSINFO 32 macro
/linux/tools/testing/selftests/x86/
A Dunwind_vdso.c141 sysinfo = getauxval(AT_SYSINFO); in main()
A Dtest_syscall_vdso.c42 if (auxv->a_type == AT_SYSINFO) in get_syscall()
A Dptrace_syscall.c416 vsyscall32 = (void *)getauxval(AT_SYSINFO); in main()
/linux/Documentation/x86/
A Delf_auxvec.rst43 AT_SYSINFO is used for locating the vsyscall entry point. It is not
/linux/arch/ia64/include/asm/
A Delf.h214 NEW_AUX_ENT(AT_SYSINFO, (unsigned long) __kernel_syscall_via_epc); \
/linux/Documentation/ia64/
A Dfsys.rst294 * AT_SYSINFO : is the address of __kernel_syscall_via_epc()
301 AT_SYSINFO points into the kernel DSO at the

Completed in 19 milliseconds