RSEQ_READ_ONCE    147 tools/testing/selftests/rseq/basic_percpu_ops_test.c 		expect = (intptr_t)RSEQ_READ_ONCE(list->c[cpu].head);
RSEQ_READ_ONCE    525 tools/testing/selftests/rseq/param_test.c 		expect = (intptr_t)RSEQ_READ_ONCE(list->c[cpu].head);
RSEQ_READ_ONCE    700 tools/testing/selftests/rseq/param_test.c 		offset = RSEQ_READ_ONCE(buffer->c[cpu].offset);
RSEQ_READ_ONCE    739 tools/testing/selftests/rseq/param_test.c 		offset = RSEQ_READ_ONCE(buffer->c[cpu].offset);
RSEQ_READ_ONCE    744 tools/testing/selftests/rseq/param_test.c 		head = RSEQ_READ_ONCE(buffer->c[cpu].array[offset - 1]);
RSEQ_READ_ONCE    906 tools/testing/selftests/rseq/param_test.c 		offset = RSEQ_READ_ONCE(buffer->c[cpu].offset);
RSEQ_READ_ONCE    950 tools/testing/selftests/rseq/param_test.c 		offset = RSEQ_READ_ONCE(buffer->c[cpu].offset);
RSEQ_READ_ONCE     69 tools/testing/selftests/rseq/rseq-arm.h 	__typeof(*p) ____p1 = RSEQ_READ_ONCE(*p);			\
RSEQ_READ_ONCE     50 tools/testing/selftests/rseq/rseq-mips.h 	__typeof(*p) ____p1 = RSEQ_READ_ONCE(*p);			\
RSEQ_READ_ONCE     26 tools/testing/selftests/rseq/rseq-ppc.h 	__typeof(*p) ____p1 = RSEQ_READ_ONCE(*p);			\
RSEQ_READ_ONCE     18 tools/testing/selftests/rseq/rseq-s390.h 	__typeof(*p) ____p1 = RSEQ_READ_ONCE(*p);			\
RSEQ_READ_ONCE     38 tools/testing/selftests/rseq/rseq-x86.h 	__typeof(*p) ____p1 = RSEQ_READ_ONCE(*p);			\
RSEQ_READ_ONCE    557 tools/testing/selftests/rseq/rseq-x86.h 	__typeof(*p) ____p1 = RSEQ_READ_ONCE(*p);			\