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.h156 static inline unsigned int rseq_alloc_align(void) in rseq_alloc_align() function
/linux/kernel/
H A Drseq.c460 (rseq_len != ORIG_RSEQ_SIZE && (!IS_ALIGNED((unsigned long)rseq, rseq_alloc_align()) || in SYSCALL_DEFINE4()
/linux/fs/
H A Dbinfmt_elf.c290 NEW_AUX_ENT(AT_RSEQ_ALIGN, rseq_alloc_align()); in create_elf_tables()