Searched refs:targetptr_final (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/rseq/ |
H A D | param_test.c | 695 intptr_t *targetptr_final, newval_final; in this_cpu_buffer_push() local 706 targetptr_final = &buffer->c[cpu].offset; in this_cpu_buffer_push() 709 targetptr_final, offset, targetptr_spec, in this_cpu_buffer_push() 712 ret = rseq_cmpeqv_trystorev_storev(targetptr_final, in this_cpu_buffer_push() 899 intptr_t *targetptr_final, newval_final, offset; in this_cpu_memcpy_buffer_push() local 914 targetptr_final = &buffer->c[cpu].offset; in this_cpu_memcpy_buffer_push() 917 targetptr_final, offset, in this_cpu_memcpy_buffer_push() 921 ret = rseq_cmpeqv_trymemcpy_storev(targetptr_final, in this_cpu_memcpy_buffer_push() 943 intptr_t *targetptr_final, newval_final, offset; in this_cpu_memcpy_buffer_pop() local 958 targetptr_final in this_cpu_memcpy_buffer_pop() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/rseq/ |
H A D | param_test.c | 781 intptr_t *targetptr_final, newval_final; in this_cpu_buffer_push() local 792 targetptr_final = &buffer->c[cpu].offset; in this_cpu_buffer_push() 794 targetptr_final, offset, targetptr_spec, in this_cpu_buffer_push() 981 intptr_t *targetptr_final, newval_final, offset; in this_cpu_memcpy_buffer_push() local 996 targetptr_final = &buffer->c[cpu].offset; in this_cpu_memcpy_buffer_push() 999 targetptr_final, offset, in this_cpu_memcpy_buffer_push() 1021 intptr_t *targetptr_final, newval_final, offset; in this_cpu_memcpy_buffer_pop() local 1036 targetptr_final = &buffer->c[cpu].offset; in this_cpu_memcpy_buffer_pop() 1038 targetptr_final, offset, destptr, srcptr, copylen, in this_cpu_memcpy_buffer_pop()
|
Completed in 4 milliseconds