Home
last modified time | relevance | path

Searched refs:expectnot (Results 1 – 9 of 9) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/rseq/
Drseq-ppc.h119 #define RSEQ_ASM_OP_CMPNE(var, expectnot, label) \ argument
121 CMP_WORD "cr7, %%r17, %[" __rseq_str(expectnot) "]\n\t" \
220 int rseq_cmpnev_storeoffp_load(intptr_t *v, intptr_t expectnot, in rseq_cmpnev_storeoffp_load() argument
233 RSEQ_ASM_OP_CMPNE(v, expectnot, %l[cmpfail]) in rseq_cmpnev_storeoffp_load()
239 RSEQ_ASM_OP_CMPNE(v, expectnot, %l[error2]) in rseq_cmpnev_storeoffp_load()
257 [expectnot] "r" (expectnot), in rseq_cmpnev_storeoffp_load()
Dbasic_percpu_ops_test.c170 intptr_t *targetptr, expectnot, *load; in this_cpu_list_pop() local
176 expectnot = (intptr_t)NULL; in this_cpu_list_pop()
179 ret = rseq_cmpnev_storeoffp_load(targetptr, expectnot, in this_cpu_list_pop()
Drseq-arm64.h227 int rseq_cmpnev_storeoffp_load(intptr_t *v, intptr_t expectnot, in rseq_cmpnev_storeoffp_load() argument
237 RSEQ_ASM_OP_CMPNE(v, expectnot, %l[cmpfail]) in rseq_cmpnev_storeoffp_load()
241 RSEQ_ASM_OP_CMPNE(v, expectnot, %l[error2]) in rseq_cmpnev_storeoffp_load()
254 [expectnot] "r" (expectnot), in rseq_cmpnev_storeoffp_load()
Drseq-x86.h136 int rseq_cmpnev_storeoffp_load(intptr_t *v, intptr_t expectnot, in rseq_cmpnev_storeoffp_load() argument
171 [expectnot] "r" (expectnot), in rseq_cmpnev_storeoffp_load()
618 int rseq_cmpnev_storeoffp_load(intptr_t *v, intptr_t expectnot, in rseq_cmpnev_storeoffp_load() argument
653 [expectnot] "r" (expectnot), in rseq_cmpnev_storeoffp_load()
Drseq-s390.h156 int rseq_cmpnev_storeoffp_load(intptr_t *v, intptr_t expectnot, in rseq_cmpnev_storeoffp_load() argument
191 [expectnot] "r" (expectnot), in rseq_cmpnev_storeoffp_load()
Drseq-arm.h144 int rseq_cmpnev_storeoffp_load(intptr_t *v, intptr_t expectnot, in rseq_cmpnev_storeoffp_load() argument
182 [expectnot] "r" (expectnot), in rseq_cmpnev_storeoffp_load()
Drseq-skip.h15 int rseq_cmpnev_storeoffp_load(intptr_t *v, intptr_t expectnot, in rseq_cmpnev_storeoffp_load() argument
Drseq-mips.h169 int rseq_cmpnev_storeoffp_load(intptr_t *v, intptr_t expectnot, in rseq_cmpnev_storeoffp_load() argument
205 [expectnot] "r" (expectnot), in rseq_cmpnev_storeoffp_load()
Dparam_test.c549 intptr_t *targetptr, expectnot, *load; in this_cpu_list_pop() local
555 expectnot = (intptr_t)NULL; in this_cpu_list_pop()
558 ret = rseq_cmpnev_storeoffp_load(targetptr, expectnot, in this_cpu_list_pop()