/kernel/linux/linux-5.10/tools/testing/selftests/rseq/ |
H A D | rseq-skip.h | 22 int rseq_addv(intptr_t *v, intptr_t count, int cpu) in rseq_addv() function
|
H A D | rseq-x86.h | 250 int rseq_addv(intptr_t *v, intptr_t count, int cpu) in rseq_addv() function 859 int rseq_addv(intptr_t *v, intptr_t count, int cpu) in rseq_addv() function
|
H A D | rseq-mips.h | 284 int rseq_addv(intptr_t *v, intptr_t count, int cpu) in rseq_addv() function
|
H A D | rseq-arm.h | 291 int rseq_addv(intptr_t *v, intptr_t count, int cpu) in rseq_addv() function
|
H A D | rseq-s390.h | 276 int rseq_addv(intptr_t *v, intptr_t count, int cpu) in rseq_addv() function
|
H A D | rseq-ppc.h | 350 int rseq_addv(intptr_t *v, intptr_t count, int cpu) in rseq_addv() function
|
H A D | rseq-arm64.h | 327 int rseq_addv(intptr_t *v, intptr_t count, int cpu) in rseq_addv() function
|
H A D | param_test.c | 454 ret = rseq_addv(&data->c[cpu].count, 1, cpu); in test_percpu_inc_thread()
|
/kernel/linux/linux-6.6/tools/testing/selftests/rseq/ |
H A D | rseq-x86-bits.h | 150 int RSEQ_TEMPLATE_IDENTIFIER(rseq_addv)(intptr_t *v, intptr_t count, int cpu) in rseq_addv() function 662 int RSEQ_TEMPLATE_IDENTIFIER(rseq_addv)(intptr_t *v, intptr_t count, int cpu) in rseq_addv() function
|
H A D | rseq-mips-bits.h | 140 int RSEQ_TEMPLATE_IDENTIFIER(rseq_addv)(intptr_t *v, intptr_t count, int cpu) in rseq_addv() function
|
H A D | rseq-riscv-bits.h | 119 int RSEQ_TEMPLATE_IDENTIFIER(rseq_addv)(intptr_t *v, intptr_t count, int cpu) in rseq_addv() function
|
H A D | rseq-ppc-bits.h | 152 int RSEQ_TEMPLATE_IDENTIFIER(rseq_addv)(intptr_t *v, intptr_t count, int cpu) in rseq_addv() function
|
H A D | rseq.h | 276 int rseq_addv(enum rseq_mo rseq_mo, enum rseq_percpu_mode percpu_mode, in rseq_addv() function
|
H A D | rseq-s390-bits.h | 147 int RSEQ_TEMPLATE_IDENTIFIER(rseq_addv)(intptr_t *v, intptr_t count, int cpu) in rseq_addv() function
|
H A D | rseq-arm-bits.h | 154 int RSEQ_TEMPLATE_IDENTIFIER(rseq_addv)(intptr_t *v, intptr_t count, int cpu) in rseq_addv() function
|
H A D | rseq-arm64-bits.h | 134 int RSEQ_TEMPLATE_IDENTIFIER(rseq_addv)(intptr_t *v, intptr_t count, int cpu) in rseq_addv() function
|
H A D | param_test.c | 537 ret = rseq_addv(RSEQ_MO_RELAXED, RSEQ_PERCPU, in test_percpu_inc_thread()
|