Home
last modified time | relevance | path

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

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