Home
last modified time | relevance | path

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

/linux/include/linux/
H A Drseq.h170 static inline unsigned int rseq_alloc_align(void) in rseq_alloc_align() function
/linux/kernel/
H A Drseq.c538 return IS_ALIGNED((unsigned long)rseq, rseq_alloc_align()) && in rseq_length_valid()
/linux/fs/
H A Dbinfmt_elf.c290 NEW_AUX_ENT(AT_RSEQ_ALIGN, rseq_alloc_align()); in create_elf_tables()