Searched refs:targetptr (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/tools/testing/selftests/rseq/ |
H A D | basic_percpu_ops_test.c | 167 intptr_t *targetptr, newval, expect; in this_cpu_list_push() local 174 targetptr = (intptr_t *)&list->c[cpu].head; in this_cpu_list_push() 177 targetptr, expect, newval, cpu); in this_cpu_list_push() 196 intptr_t *targetptr, expectnot, *load; in this_cpu_list_pop() local 201 targetptr = (intptr_t *)&list->c[cpu].head; in this_cpu_list_pop() 206 targetptr, expectnot, in this_cpu_list_pop()
|
H A D | param_test.c | 604 intptr_t *targetptr, newval, expect; in this_cpu_list_push() local 611 targetptr = (intptr_t *)&list->c[cpu].head; in this_cpu_list_push() 614 targetptr, expect, newval, cpu); in this_cpu_list_push() 636 intptr_t *targetptr, expectnot, *load; in this_cpu_list_pop() local 641 targetptr = (intptr_t *)&list->c[cpu].head; in this_cpu_list_pop() 646 targetptr, expectnot, in this_cpu_list_pop() 814 intptr_t *targetptr, newval; in this_cpu_buffer_pop() local 827 targetptr = (intptr_t *)&buffer->c[cpu].offset; in this_cpu_buffer_pop() 829 targetptr, offset, in this_cpu_buffer_pop()
|