Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/rseq/
A Drseq-x86.h45 __typeof(*p) ____p1 = RSEQ_READ_ONCE(*p); \
129 __typeof(*p) ____p1 = RSEQ_READ_ONCE(*p); \
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()
A Drseq-arm.h69 __typeof(*p) ____p1 = RSEQ_READ_ONCE(*p); \
A Drseq-s390.h18 __typeof(*p) ____p1 = RSEQ_READ_ONCE(*p); \
A Drseq.c114 if (RSEQ_READ_ONCE(rseq_reg_success)) { in rseq_register_current_thread()
A Drseq-mips.h48 __typeof(*p) ____p1 = RSEQ_READ_ONCE(*p); \
A Drseq-ppc.h26 __typeof(*p) ____p1 = RSEQ_READ_ONCE(*p); \
A Drseq-riscv.h39 __typeof(*(p)) ____p1 = RSEQ_READ_ONCE(*(p)); \
A Dbasic_percpu_ops_test.c172 expect = (intptr_t)RSEQ_READ_ONCE(list->c[cpu].head); in this_cpu_list_push()
A Drseq.h102 #define RSEQ_READ_ONCE(x) RSEQ_ACCESS_ONCE(x) macro

Completed in 12 milliseconds