Home
last modified time | relevance | path

Searched refs:AT_RSEQ_ALIGN (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dauxvec.h34 #define AT_RSEQ_ALIGN 28 /* rseq allocation alignment */ macro
/openbmc/linux/tools/testing/selftests/rseq/
H A Drseq.c134 auxv_rseq_align = getauxval(AT_RSEQ_ALIGN); in get_rseq_kernel_feature_size()
/openbmc/linux/fs/
H A Dbinfmt_elf.c294 NEW_AUX_ENT(AT_RSEQ_ALIGN, __alignof__(struct rseq)); in create_elf_tables()