Lines Matching defs:rseq
6 * linux/rseq.h
57 * struct rseq is aligned on 4 * 8 bytes to ensure it is always
60 * A single struct rseq per thread is allowed.
62 struct rseq {
69 * value may not be the actual current CPU (e.g. if rseq is not
71 * against the value of the cpu_id field before performing a rseq
82 * have a special semantic: the former means "rseq uninitialized",
83 * and latter means "rseq initialization failed". This value is
84 * meant to be read within rseq critical sections and compared
119 * Mainly used for single-stepping through rseq critical sections