Home
last modified time | relevance | path

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

/openbmc/linux/arch/um/include/shared/
H A Delf_user.h12 #ifndef AT_SYSINFO
13 #define AT_SYSINFO 32 macro
/openbmc/linux/arch/ia64/include/uapi/asm/
H A Dauxvec.h9 #define AT_SYSINFO 32 macro
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dauxvec.h7 #define AT_SYSINFO 32
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dauxvec.h9 #define AT_SYSINFO 32 macro
/openbmc/linux/arch/x86/um/asm/
H A Delf.h88 #define AT_SYSINFO 32 macro
94 NEW_AUX_ENT(AT_SYSINFO, __kernel_vsyscall); \
/openbmc/linux/arch/um/os-Linux/
H A Delf_aux.c35 case AT_SYSINFO: in scan_elf_aux()
/openbmc/linux/arch/x86/include/asm/
H A Delf.h296 NEW_AUX_ENT(AT_SYSINFO, VDSO_ENTRY); \
350 #define AT_SYSINFO 32 macro
/openbmc/linux/tools/testing/selftests/x86/
H A Dunwind_vdso.c141 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.c416 vsyscall32 = (void *)getauxval(AT_SYSINFO); in main()
/openbmc/linux/Documentation/arch/x86/
H A Delf_auxvec.rst43 AT_SYSINFO is used for locating the vsyscall entry point. It is not
/openbmc/linux/arch/ia64/include/asm/
H A Delf.h214 NEW_AUX_ENT(AT_SYSINFO, (unsigned long) __kernel_syscall_via_epc); \
/openbmc/linux/Documentation/arch/ia64/
H A Dfsys.rst294 * AT_SYSINFO : is the address of __kernel_syscall_via_epc()
301 AT_SYSINFO points into the kernel DSO at the
/openbmc/qemu/include/
H A Delf.h338 #define AT_SYSINFO 32 /* address of kernel entry point */ macro
/openbmc/qemu/linux-user/
H A Delfload.c325 NEW_AUX_ENT(AT_SYSINFO, vdso_info->entry); \