Home
last modified time | relevance | path

Searched refs:RSEQ_WRITE_ONCE (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/tools/testing/selftests/rseq/
H A Drseq-x86.h55 RSEQ_WRITE_ONCE(*(p), v); \
139 RSEQ_WRITE_ONCE(*p, v); \
H A Drseq.h95 #define RSEQ_WRITE_ONCE(x, v) __extension__ ({ RSEQ_ACCESS_ONCE(x) = (v); }) macro
214 RSEQ_WRITE_ONCE(rseq_get_abi()->rseq_cs.arch.ptr, 0); in rseq_clear_rseq_cs()
H A Drseq-s390.h28 RSEQ_WRITE_ONCE(*(p), v); \
H A Drseq-arm.h79 RSEQ_WRITE_ONCE(*(p), v); \
H A Drseq.c162 RSEQ_WRITE_ONCE(rseq_reg_success, 1); in rseq_register_current_thread()
H A Drseq-mips.h58 RSEQ_WRITE_ONCE(*(p), v); \
H A Drseq-ppc.h36 RSEQ_WRITE_ONCE(*(p), v); \
H A Drseq-riscv.h49 RSEQ_WRITE_ONCE(*(p), v); \