Home
last modified time | relevance | path

Searched refs:RSEQ_READ_ONCE (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/selftests/rseq/
H A Drseq-x86.h45 rseq_unqual_scalar_typeof(*(p)) ____p1 = RSEQ_READ_ONCE(*(p)); \
129 __typeof(*p) ____p1 = RSEQ_READ_ONCE(*p); \
H A 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()
H A Drseq-mips.h48 rseq_unqual_scalar_typeof(*(p)) ____p1 = RSEQ_READ_ONCE(*(p)); \
H A Drseq.c124 if (RSEQ_READ_ONCE(rseq_reg_success)) { in rseq_register_current_thread()
H A Drseq-s390.h18 rseq_unqual_scalar_typeof(*(p)) ____p1 = RSEQ_READ_ONCE(*(p)); \
H A Drseq-arm.h69 rseq_unqual_scalar_typeof(*(p)) ____p1 = RSEQ_READ_ONCE(*(p)); \
H A Drseq-ppc.h26 rseq_unqual_scalar_typeof(*(p)) ____p1 = RSEQ_READ_ONCE(*(p)); \
H A Drseq-riscv.h39 rseq_unqual_scalar_typeof(*(p)) ____p1 = RSEQ_READ_ONCE(*(p)); \
H A Dbasic_percpu_ops_test.c172 expect = (intptr_t)RSEQ_READ_ONCE(list->c[cpu].head); in this_cpu_list_push()
H A Drseq.h102 #define RSEQ_READ_ONCE(x) RSEQ_ACCESS_ONCE(x) macro
/kernel/linux/linux-5.10/tools/testing/selftests/rseq/
H A Drseq.h69 #define RSEQ_READ_ONCE(x) RSEQ_ACCESS_ONCE(x) macro
H A Dparam_test.c525 expect = (intptr_t)RSEQ_READ_ONCE(list->c[cpu].head); in this_cpu_list_push()
700 offset = RSEQ_READ_ONCE(buffer->c[cpu].offset); in this_cpu_buffer_push()
739 offset = RSEQ_READ_ONCE(buffer->c[cpu].offset); in this_cpu_buffer_pop()
744 head = RSEQ_READ_ONCE(buffer->c[cpu].array[offset - 1]); in this_cpu_buffer_pop()
906 offset = RSEQ_READ_ONCE(buffer->c[cpu].offset); in this_cpu_memcpy_buffer_push()
950 offset = RSEQ_READ_ONCE(buffer->c[cpu].offset); in this_cpu_memcpy_buffer_pop()
H A Dbasic_percpu_ops_test.c146 expect = (intptr_t)RSEQ_READ_ONCE(list->c[cpu].head); in this_cpu_list_push()
H A Drseq-x86.h40 __typeof(*p) ____p1 = RSEQ_READ_ONCE(*p); \
647 __typeof(*p) ____p1 = RSEQ_READ_ONCE(*p); \
H A Drseq-mips.h50 __typeof(*p) ____p1 = RSEQ_READ_ONCE(*p); \
H A Drseq-arm.h69 __typeof(*p) ____p1 = RSEQ_READ_ONCE(*p); \
H A Drseq-s390.h18 __typeof(*p) ____p1 = RSEQ_READ_ONCE(*p); \
H A Drseq-ppc.h26 __typeof(*p) ____p1 = RSEQ_READ_ONCE(*p); \

Completed in 14 milliseconds