Home
last modified time | relevance | path

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

/linux-6.6.21/include/uapi/linux/
Dauxvec.h34 #define AT_RSEQ_ALIGN 28 /* rseq allocation alignment */ macro
/linux-6.6.21/tools/testing/selftests/rseq/
Drseq.c154 auxv_rseq_align = getauxval(AT_RSEQ_ALIGN); in get_rseq_feature_size()
/linux-6.6.21/fs/
Dbinfmt_elf.c294 NEW_AUX_ENT(AT_RSEQ_ALIGN, __alignof__(struct rseq)); in create_elf_tables()