Home
last modified time | relevance | path

Searched refs:AT_SYSINFO_EHDR (Results 1 – 25 of 28) sorted by relevance

12

/linux/arch/um/include/shared/
H A Delf_user.h15 #ifndef AT_SYSINFO_EHDR
16 #define AT_SYSINFO_EHDR 33 macro
/linux/tools/testing/selftests/vDSO/
H A Dvdso_standalone_test_x86.c27 unsigned long sysinfo_ehdr = getauxval(AT_SYSINFO_EHDR); in main()
29 printf("AT_SYSINFO_EHDR is not present!\n"); in main()
33 vdso_init_from_sysinfo_ehdr(getauxval(AT_SYSINFO_EHDR)); in main()
H A Dvdso_test_getcpu.c30 sysinfo_ehdr = getauxval(AT_SYSINFO_EHDR); in main()
32 printf("AT_SYSINFO_EHDR is not present!\n"); in main()
36 vdso_init_from_sysinfo_ehdr(getauxval(AT_SYSINFO_EHDR)); in main()
H A Dvdso_test_gettimeofday.c27 unsigned long sysinfo_ehdr = getauxval(AT_SYSINFO_EHDR); in main()
29 printf("AT_SYSINFO_EHDR is not present!\n"); in main()
33 vdso_init_from_sysinfo_ehdr(getauxval(AT_SYSINFO_EHDR)); in main()
H A Dvdso_test_abi.c268 unsigned long sysinfo_ehdr = getauxval(AT_SYSINFO_EHDR);
273 ksft_exit_skip("AT_SYSINFO_EHDR is not present!\n");
282 vdso_init_from_sysinfo_ehdr(getauxval(AT_SYSINFO_EHDR));
/linux/arch/arm/include/uapi/asm/
H A Dauxvec.h6 #define AT_SYSINFO_EHDR 33 macro
/linux/arch/parisc/include/uapi/asm/
H A Dauxvec.h6 #define AT_SYSINFO_EHDR 33 macro
/linux/arch/loongarch/include/uapi/asm/
H A Dauxvec.h13 #define AT_SYSINFO_EHDR 33 macro
/linux/arch/s390/include/uapi/asm/
H A Dauxvec.h5 #define AT_SYSINFO_EHDR 33 macro
/linux/arch/mips/include/uapi/asm/
H A Dauxvec.h16 #define AT_SYSINFO_EHDR 33 macro
/linux/arch/arm64/include/uapi/asm/
H A Dauxvec.h21 #define AT_SYSINFO_EHDR 33 macro
/linux/arch/sparc/include/uapi/asm/
H A Dauxvec.h4 #define AT_SYSINFO_EHDR 33 macro
/linux/arch/alpha/include/uapi/asm/
H A Dauxvec.h8 #define AT_SYSINFO_EHDR 33
/linux/arch/x86/um/asm/
H A Delf.h160 #define AT_SYSINFO_EHDR 33 macro
161 #define ARCH_DLINFO NEW_AUX_ENT(AT_SYSINFO_EHDR, um_vdso_addr)
/linux/arch/riscv/include/uapi/asm/
H A Dauxvec.h11 #define AT_SYSINFO_EHDR 33 macro
/linux/arch/powerpc/include/uapi/asm/
H A Dauxvec.h18 #define AT_SYSINFO_EHDR 33 macro
/linux/arch/arm/include/asm/
H A Delf.h146 NEW_AUX_ENT(AT_SYSINFO_EHDR, \
/linux/tools/testing/selftests/x86/
H A Dtest_mremap_vdso.c117 auxval = getauxval(AT_SYSINFO_EHDR); in main()
/linux/arch/riscv/include/asm/
H A Delf.h93 NEW_AUX_ENT(AT_SYSINFO_EHDR, \
/linux/Documentation/arch/x86/
H A Delf_auxvec.rst46 AT_SYSINFO_EHDR is the start address of the page containing the vDSO.
/linux/arch/powerpc/include/asm/
H A Delf.h170 VDSO_AUX_ENT(AT_SYSINFO_EHDR, (unsigned long)current->mm->context.vdso);\
/linux/arch/sh/include/asm/
H A Delf.h181 NEW_AUX_ENT(AT_SYSINFO_EHDR, VDSO_BASE); \
/linux/Documentation/ABI/stable/
H A Dvdso21 entry point. The AT_SYSINFO_EHDR entry will point to the vDSO.
/linux/arch/parisc/include/asm/
H A Delf.h364 NEW_AUX_ENT(AT_SYSINFO_EHDR, VDSO_CURRENT_BASE);\
/linux/arch/loongarch/include/asm/
H A Delf.h344 NEW_AUX_ENT(AT_SYSINFO_EHDR, \

12