Searched refs:RSEQ_WRITE_ONCE (Results 1 – 9 of 9) sorted by relevance
| /linux/tools/testing/selftests/rseq/ |
| H A D | rseq-x86.h | 55 RSEQ_WRITE_ONCE(*(p), v); \ 139 RSEQ_WRITE_ONCE(*p, v); \
|
| H A D | slice_test.c | 177 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 D | rseq.h | 103 #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 D | rseq-arm.h | 79 RSEQ_WRITE_ONCE(*(p), v); \
|
| H A D | rseq-s390.h | 28 RSEQ_WRITE_ONCE(*(p), v); \
|
| H A D | rseq.c | 181 RSEQ_WRITE_ONCE(rseq_size, size); in __rseq_register_current_thread()
|
| H A D | rseq-mips.h | 58 RSEQ_WRITE_ONCE(*(p), v); \
|
| H A D | rseq-ppc.h | 36 RSEQ_WRITE_ONCE(*(p), v); \
|
| H A D | rseq-riscv.h | 48 RSEQ_WRITE_ONCE(*(p), v); \
|