Home
last modified time | relevance | path

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

/linux-5.19.10/tools/testing/selftests/rseq/
Drseq.h69 #define RSEQ_READ_ONCE(x) RSEQ_ACCESS_ONCE(x) macro
Dparam_test.c548 expect = (intptr_t)RSEQ_READ_ONCE(list->c[cpu].head); in this_cpu_list_push()
723 offset = RSEQ_READ_ONCE(buffer->c[cpu].offset); in this_cpu_buffer_push()
762 offset = RSEQ_READ_ONCE(buffer->c[cpu].offset); in this_cpu_buffer_pop()
767 head = RSEQ_READ_ONCE(buffer->c[cpu].array[offset - 1]); in this_cpu_buffer_pop()
929 offset = RSEQ_READ_ONCE(buffer->c[cpu].offset); in this_cpu_memcpy_buffer_push()
973 offset = RSEQ_READ_ONCE(buffer->c[cpu].offset); in this_cpu_memcpy_buffer_pop()
Dbasic_percpu_ops_test.c146 expect = (intptr_t)RSEQ_READ_ONCE(list->c[cpu].head); in this_cpu_list_push()
Drseq-x86.h40 __typeof(*p) ____p1 = RSEQ_READ_ONCE(*p); \
647 __typeof(*p) ____p1 = RSEQ_READ_ONCE(*p); \
Drseq-s390.h18 __typeof(*p) ____p1 = RSEQ_READ_ONCE(*p); \
Drseq-arm.h69 __typeof(*p) ____p1 = RSEQ_READ_ONCE(*p); \
Drseq-riscv.h39 __typeof(*(p)) ____p1 = RSEQ_READ_ONCE(*(p)); \
Drseq-mips.h50 __typeof(*p) ____p1 = RSEQ_READ_ONCE(*p); \
Drseq-ppc.h26 __typeof(*p) ____p1 = RSEQ_READ_ONCE(*p); \