Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dauxvec.h15 #define AT_PAGESZ 6 /* system page size */ macro
/openbmc/linux/arch/um/os-Linux/
H A Delf_aux.c58 case AT_PAGESZ: in scan_elf_aux()
/openbmc/qemu/bsd-user/freebsd/
H A Dtarget_os_elf.h109 NEW_AUX_ENT(AT_PAGESZ, (abi_ulong)(TARGET_PAGE_SIZE)); in target_create_elf_tables()
/openbmc/qemu/bsd-user/netbsd/
H A Dtarget_os_elf.h121 NEW_AUX_ENT(AT_PAGESZ, (abi_ulong)(TARGET_PAGE_SIZE)); in target_create_elf_tables()
/openbmc/qemu/bsd-user/openbsd/
H A Dtarget_os_elf.h121 NEW_AUX_ENT(AT_PAGESZ, (abi_ulong)(TARGET_PAGE_SIZE)); in target_create_elf_tables()
/openbmc/linux/tools/include/nolibc/
H A Dsys.h475 return __sysret((int)getauxval(AT_PAGESZ) ?: -ENOENT); in getpagesize()
/openbmc/qemu/include/
H A Delf.h316 #define AT_PAGESZ 6 /* system page size */ macro
/openbmc/linux/tools/testing/selftests/nolibc/
H A Dnolibc-test.c633 CASE_TEST(auxv_AT_PAGESZ); EXPECT_GE(1, getauxval(AT_PAGESZ), 4096); break; in run_startup()
/openbmc/linux/fs/
H A Dbinfmt_elf_fdpic.c646 NEW_AUX_ENT(AT_PAGESZ, PAGE_SIZE); in create_elf_fdpic_tables()
H A Dbinfmt_elf.c261 NEW_AUX_ENT(AT_PAGESZ, ELF_EXEC_PAGESIZE); in create_elf_tables()
/openbmc/qemu/linux-user/
H A Delfload.c2683 NEW_AUX_ENT(AT_PAGESZ, (abi_ulong)(TARGET_PAGE_SIZE)); in create_elf_tables()
2685 NEW_AUX_ENT(AT_PAGESZ, (abi_ulong)(MAX(TARGET_PAGE_SIZE, in create_elf_tables()