Home
last modified time | relevance | path

Searched refs:AT_SYSINFO_EHDR (Results 26 – 39 of 39) sorted by relevance

12

/openbmc/linux/Documentation/arch/x86/
H A Delf_auxvec.rst46 AT_SYSINFO_EHDR is the start address of the page containing the vDSO.
/openbmc/linux/arch/ia64/include/asm/
H A Delf.h215 NEW_AUX_ENT(AT_SYSINFO_EHDR, (unsigned long) GATE_EHDR); \
/openbmc/linux/arch/powerpc/include/asm/
H A Delf.h172 VDSO_AUX_ENT(AT_SYSINFO_EHDR, (unsigned long)current->mm->context.vdso);\
/openbmc/linux/Documentation/ABI/stable/
H A Dvdso19 entry point. The AT_SYSINFO_EHDR entry will point to the vDSO.
/openbmc/linux/arch/sh/include/asm/
H A Delf.h181 NEW_AUX_ENT(AT_SYSINFO_EHDR, VDSO_BASE); \
/openbmc/linux/arch/s390/include/asm/
H A Delf.h293 NEW_AUX_ENT(AT_SYSINFO_EHDR, \
/openbmc/linux/arch/loongarch/include/asm/
H A Delf.h313 NEW_AUX_ENT(AT_SYSINFO_EHDR, \
/openbmc/linux/tools/testing/selftests/vDSO/
H A Dparse_vdso.c240 if (elf_auxv[i].a_type == AT_SYSINFO_EHDR) { in vdso_init_from_auxv()
/openbmc/linux/arch/parisc/include/asm/
H A Delf.h364 NEW_AUX_ENT(AT_SYSINFO_EHDR, VDSO_CURRENT_BASE);\
/openbmc/linux/arch/mips/include/asm/
H A Delf.h461 NEW_AUX_ENT(AT_SYSINFO_EHDR, \
/openbmc/qemu/include/
H A Delf.h339 #define AT_SYSINFO_EHDR 33 /* address of kernel vdso */ macro
/openbmc/linux/Documentation/arch/ia64/
H A Dfsys.rst295 * AT_SYSINFO_EHDR : is the address of the kernel gate ELF DSO
/openbmc/linux/tools/testing/selftests/sgx/
H A Dmain.c212 addr = (void *)getauxval(AT_SYSINFO_EHDR); in setup_test_encl()
/openbmc/qemu/linux-user/
H A Delfload.c2712 NEW_AUX_ENT(AT_SYSINFO_EHDR, vdso_info->load_addr); in create_elf_tables()

12