Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/rseq/
H A Drseq-x86.h55 RSEQ_WRITE_ONCE(*(p), v); \
139 RSEQ_WRITE_ONCE(*p, v); \
H A Dslice_test.c177 RSEQ_WRITE_ONCE(rs->slice_ctrl.request, 1); in TEST_F()
187 RSEQ_WRITE_ONCE(rs->slice_ctrl.request, 0); in TEST_F()
H A Drseq.h103 #define RSEQ_WRITE_ONCE(x, v) __extension__ ({ RSEQ_ACCESS_ONCE(x) = (v); }) macro
234 RSEQ_WRITE_ONCE(rseq_get_abi()->rseq_cs.arch.ptr, 0); in rseq_clear_rseq_cs()
H A Drseq-arm.h79 RSEQ_WRITE_ONCE(*(p), v); \
H A Drseq-s390.h28 RSEQ_WRITE_ONCE(*(p), v); \
H A Drseq.c181 RSEQ_WRITE_ONCE(rseq_size, size); 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.h48 RSEQ_WRITE_ONCE(*(p), v); \