| /linux/arch/um/include/shared/ |
| H A D | elf_user.h | 15 #ifndef AT_SYSINFO_EHDR 16 #define AT_SYSINFO_EHDR 33 macro
|
| /linux/tools/testing/selftests/vDSO/ |
| H A D | vdso_standalone_test_x86.c | 29 unsigned long sysinfo_ehdr = getauxval(AT_SYSINFO_EHDR); in main() 31 printf("AT_SYSINFO_EHDR is not present!\n"); in main() 35 vdso_init_from_sysinfo_ehdr(getauxval(AT_SYSINFO_EHDR)); in main()
|
| H A D | vdso_test_getcpu.c | 32 sysinfo_ehdr = getauxval(AT_SYSINFO_EHDR); in main() 38 vdso_init_from_sysinfo_ehdr(getauxval(AT_SYSINFO_EHDR)); in main()
|
| H A D | vdso_test_gettimeofday.c | 29 unsigned long sysinfo_ehdr = getauxval(AT_SYSINFO_EHDR); in main() 35 vdso_init_from_sysinfo_ehdr(getauxval(AT_SYSINFO_EHDR)); in main()
|
| H A D | vdso_test_abi.c | 217 unsigned long sysinfo_ehdr = getauxval(AT_SYSINFO_EHDR); in main() 231 vdso_init_from_sysinfo_ehdr(getauxval(AT_SYSINFO_EHDR)); in main()
|
| /linux/arch/arm/include/uapi/asm/ |
| H A D | auxvec.h | 6 #define AT_SYSINFO_EHDR 33 macro
|
| /linux/arch/parisc/include/uapi/asm/ |
| H A D | auxvec.h | 6 #define AT_SYSINFO_EHDR 33 macro
|
| /linux/arch/loongarch/include/uapi/asm/ |
| H A D | auxvec.h | 13 #define AT_SYSINFO_EHDR 33 macro
|
| /linux/arch/s390/include/uapi/asm/ |
| H A D | auxvec.h | 5 #define AT_SYSINFO_EHDR 33 macro
|
| /linux/arch/mips/include/uapi/asm/ |
| H A D | auxvec.h | 16 #define AT_SYSINFO_EHDR 33 macro
|
| /linux/arch/arm64/include/uapi/asm/ |
| H A D | auxvec.h | 21 #define AT_SYSINFO_EHDR 33 macro
|
| /linux/arch/sparc/include/uapi/asm/ |
| H A D | auxvec.h | 4 #define AT_SYSINFO_EHDR 33 macro
|
| /linux/arch/alpha/include/uapi/asm/ |
| H A D | auxvec.h | 8 #define AT_SYSINFO_EHDR 33
|
| /linux/arch/x86/include/uapi/asm/ |
| H A D | auxvec.h | 11 #define AT_SYSINFO_EHDR 33 macro
|
| /linux/arch/x86/include/asm/ |
| H A D | elf.h | 295 NEW_AUX_ENT(AT_SYSINFO_EHDR, VDSO_CURRENT_BASE); \ 334 NEW_AUX_ENT(AT_SYSINFO_EHDR, \ 343 NEW_AUX_ENT(AT_SYSINFO_EHDR, \
|
| /linux/arch/sh/include/uapi/asm/ |
| H A D | auxvec.h | 22 #define AT_SYSINFO_EHDR 33 macro
|
| /linux/arch/riscv/include/uapi/asm/ |
| H A D | auxvec.h | 11 #define AT_SYSINFO_EHDR 33 macro
|
| /linux/arch/powerpc/include/uapi/asm/ |
| H A D | auxvec.h | 18 #define AT_SYSINFO_EHDR 33 macro
|
| /linux/arch/x86/um/asm/ |
| H A D | elf.h | 160 #define AT_SYSINFO_EHDR 33 macro 161 #define ARCH_DLINFO NEW_AUX_ENT(AT_SYSINFO_EHDR, um_vdso_addr)
|
| /linux/arch/arm/include/asm/ |
| H A D | elf.h | 146 NEW_AUX_ENT(AT_SYSINFO_EHDR, \
|
| /linux/tools/testing/selftests/x86/ |
| H A D | test_mremap_vdso.c | 117 auxval = getauxval(AT_SYSINFO_EHDR); in main()
|
| /linux/arch/riscv/include/asm/ |
| H A D | elf.h | 93 NEW_AUX_ENT(AT_SYSINFO_EHDR, \
|
| /linux/Documentation/arch/x86/ |
| H A D | elf_auxvec.rst | 46 AT_SYSINFO_EHDR is the start address of the page containing the vDSO.
|
| /linux/arch/powerpc/include/asm/ |
| H A D | elf.h | 170 VDSO_AUX_ENT(AT_SYSINFO_EHDR, (unsigned long)current->mm->context.vdso);\
|
| /linux/arch/sh/include/asm/ |
| H A D | elf.h | 181 NEW_AUX_ENT(AT_SYSINFO_EHDR, VDSO_BASE); \
|