Home
last modified time | relevance | path

Searched refs:AT_PLATFORM (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dauxvec.h24 #define AT_PLATFORM 15 /* string identifying CPU for optimizations */ macro
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/pixman/
H A D0001-ARM-qemu-related-workarounds-in-cpu-features-detecti.patch41 + * 32-bit values. As AT_PLATFORM value is used as a pointer, it may cause
43 + * on a safe side, we require that AT_PLATFORM value is found only once,
81 else if (aux.a_type == AT_PLATFORM)
/openbmc/linux/arch/um/os-Linux/
H A Delf_aux.c50 case AT_PLATFORM: in scan_elf_aux()
/openbmc/qemu/bsd-user/netbsd/
H A Dtarget_os_elf.h132 NEW_AUX_ENT(AT_PLATFORM, u_platform); in target_create_elf_tables()
/openbmc/qemu/bsd-user/openbsd/
H A Dtarget_os_elf.h132 NEW_AUX_ENT(AT_PLATFORM, u_platform); in target_create_elf_tables()
/openbmc/linux/tools/testing/selftests/powerpc/include/
H A Dutils.h109 return ((char *)get_auxv_entry(AT_PLATFORM)); in auxv_platform()
/openbmc/qemu/include/
H A Delf.h325 #define AT_PLATFORM 15 /* string identifying CPU for optimizations */ macro
/openbmc/linux/fs/
H A Dbinfmt_elf_fdpic.c623 NEW_AUX_ENT(AT_PLATFORM, in create_elf_fdpic_tables()
H A Dbinfmt_elf.c282 NEW_AUX_ENT(AT_PLATFORM, in create_elf_tables()
/openbmc/qemu/linux-user/
H A Delfload.c2709 NEW_AUX_ENT(AT_PLATFORM, u_platform); in create_elf_tables()
/openbmc/qemu/tcg/arm/
H A Dtcg-target.c.inc2250 const char *pl = (const char *)qemu_getauxval(AT_PLATFORM);