Home
last modified time | relevance | path

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

/linux-6.6.21/tools/testing/selftests/rseq/
Drseq-x86.h45 rseq_unqual_scalar_typeof(*(p)) ____p1 = RSEQ_READ_ONCE(*(p)); \
129 __typeof(*p) ____p1 = RSEQ_READ_ONCE(*p); \
Dparam_test.c609 expect = (intptr_t)RSEQ_READ_ONCE(list->c[cpu].head); in this_cpu_list_push()
786 offset = RSEQ_READ_ONCE(buffer->c[cpu].offset); in this_cpu_buffer_push()
820 offset = RSEQ_READ_ONCE(buffer->c[cpu].offset); in this_cpu_buffer_pop()
825 head = RSEQ_READ_ONCE(buffer->c[cpu].array[offset - 1]); in this_cpu_buffer_pop()
988 offset = RSEQ_READ_ONCE(buffer->c[cpu].offset); in this_cpu_memcpy_buffer_push()
1028 offset = RSEQ_READ_ONCE(buffer->c[cpu].offset); in this_cpu_memcpy_buffer_pop()
Drseq-arm.h69 rseq_unqual_scalar_typeof(*(p)) ____p1 = RSEQ_READ_ONCE(*(p)); \
Drseq-s390.h18 rseq_unqual_scalar_typeof(*(p)) ____p1 = RSEQ_READ_ONCE(*(p)); \
Drseq.c124 if (RSEQ_READ_ONCE(rseq_reg_success)) { in rseq_register_current_thread()
Drseq-mips.h48 rseq_unqual_scalar_typeof(*(p)) ____p1 = RSEQ_READ_ONCE(*(p)); \
Drseq-ppc.h26 rseq_unqual_scalar_typeof(*(p)) ____p1 = RSEQ_READ_ONCE(*(p)); \
Drseq-riscv.h39 rseq_unqual_scalar_typeof(*(p)) ____p1 = RSEQ_READ_ONCE(*(p)); \
Dbasic_percpu_ops_test.c172 expect = (intptr_t)RSEQ_READ_ONCE(list->c[cpu].head); in this_cpu_list_push()
Drseq.h102 #define RSEQ_READ_ONCE(x) RSEQ_ACCESS_ONCE(x) macro