Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/rseq/
A Dparam_test.c527 expect = (intptr_t)RSEQ_READ_ONCE(list->c[cpu].head); in this_cpu_list_push()
702 offset = RSEQ_READ_ONCE(buffer->c[cpu].offset); in this_cpu_buffer_push()
741 offset = RSEQ_READ_ONCE(buffer->c[cpu].offset); in this_cpu_buffer_pop()
746 head = RSEQ_READ_ONCE(buffer->c[cpu].array[offset - 1]); in this_cpu_buffer_pop()
908 offset = RSEQ_READ_ONCE(buffer->c[cpu].offset); in this_cpu_memcpy_buffer_push()
952 offset = RSEQ_READ_ONCE(buffer->c[cpu].offset); in this_cpu_memcpy_buffer_pop()
A Drseq.h55 #define RSEQ_READ_ONCE(x) RSEQ_ACCESS_ONCE(x) macro
A Dbasic_percpu_ops_test.c147 expect = (intptr_t)RSEQ_READ_ONCE(list->c[cpu].head); in this_cpu_list_push()
A Drseq-x86.h38 __typeof(*p) ____p1 = RSEQ_READ_ONCE(*p); \
614 __typeof(*p) ____p1 = RSEQ_READ_ONCE(*p); \
A Drseq-s390.h18 __typeof(*p) ____p1 = RSEQ_READ_ONCE(*p); \
A Drseq-arm.h69 __typeof(*p) ____p1 = RSEQ_READ_ONCE(*p); \
A Drseq-mips.h50 __typeof(*p) ____p1 = RSEQ_READ_ONCE(*p); \
A Drseq-ppc.h26 __typeof(*p) ____p1 = RSEQ_READ_ONCE(*p); \

Completed in 14 milliseconds