Home
last modified time | relevance | path

Searched refs:RSEQ_WRITE_ONCE (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/rseq/
H A Drseq.h68 #define RSEQ_WRITE_ONCE(x, v) __extension__ ({ RSEQ_ACCESS_ONCE(x) = (v); }) macro
156 RSEQ_WRITE_ONCE(rseq_get_abi()->rseq_cs.arch.ptr, 0); in rseq_clear_rseq_cs()
H A Drseq-x86.h50 RSEQ_WRITE_ONCE(*p, v); \
657 RSEQ_WRITE_ONCE(*p, v); \
H A Drseq-mips.h60 RSEQ_WRITE_ONCE(*p, v); \
H A Drseq-arm.h79 RSEQ_WRITE_ONCE(*p, v); \
H A Drseq-s390.h28 RSEQ_WRITE_ONCE(*p, v); \
H A Drseq-ppc.h36 RSEQ_WRITE_ONCE(*p, v); \
/kernel/linux/linux-6.6/tools/testing/selftests/rseq/
H A Drseq-x86.h55 RSEQ_WRITE_ONCE(*(p), v); \
139 RSEQ_WRITE_ONCE(*p, v); \
H A Drseq.h101 #define RSEQ_WRITE_ONCE(x, v) __extension__ ({ RSEQ_ACCESS_ONCE(x) = (v); }) macro
220 RSEQ_WRITE_ONCE(rseq_get_abi()->rseq_cs.arch.ptr, 0); in rseq_clear_rseq_cs()
H A Drseq-mips.h58 RSEQ_WRITE_ONCE(*(p), v); \
H A Drseq.c131 RSEQ_WRITE_ONCE(rseq_reg_success, 1); in rseq_register_current_thread()
H A Drseq-s390.h28 RSEQ_WRITE_ONCE(*(p), v); \
H A Drseq-arm.h79 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); \

Completed in 9 milliseconds