Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/rseq/
Dparam_test.c523 expect = (intptr_t)RSEQ_READ_ONCE(list->c[cpu].head); in this_cpu_list_push()
698 offset = RSEQ_READ_ONCE(buffer->c[cpu].offset); in this_cpu_buffer_push()
737 offset = RSEQ_READ_ONCE(buffer->c[cpu].offset); in this_cpu_buffer_pop()
742 head = RSEQ_READ_ONCE(buffer->c[cpu].array[offset - 1]); in this_cpu_buffer_pop()
904 offset = RSEQ_READ_ONCE(buffer->c[cpu].offset); in this_cpu_memcpy_buffer_push()
948 offset = RSEQ_READ_ONCE(buffer->c[cpu].offset); in this_cpu_memcpy_buffer_pop()
Drseq.h55 #define RSEQ_READ_ONCE(x) RSEQ_ACCESS_ONCE(x) macro
Dbasic_percpu_ops_test.c147 expect = (intptr_t)RSEQ_READ_ONCE(list->c[cpu].head); in this_cpu_list_push()
Drseq-x86.h21 __typeof(*p) ____p1 = RSEQ_READ_ONCE(*p); \
500 __typeof(*p) ____p1 = RSEQ_READ_ONCE(*p); \
Drseq-s390.h11 __typeof(*p) ____p1 = RSEQ_READ_ONCE(*p); \
Drseq-arm.h16 __typeof(*p) ____p1 = RSEQ_READ_ONCE(*p); \
Drseq-ppc.h18 __typeof(*p) ____p1 = RSEQ_READ_ONCE(*p); \
Drseq-mips.h18 __typeof(*p) ____p1 = RSEQ_READ_ONCE(*p); \