Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/rseq/
A Drseq-ppc.h160 #define RSEQ_ASM_OP_CMPNE(var, expectnot, label) \ argument
162 CMP_WORD "cr7, %%r17, %[" __rseq_str(expectnot) "]\n\t" \
266 int rseq_cmpnev_storeoffp_load(intptr_t *v, intptr_t expectnot, in rseq_cmpnev_storeoffp_load() argument
284 RSEQ_ASM_OP_CMPNE(v, expectnot, %l[cmpfail]) in rseq_cmpnev_storeoffp_load()
290 RSEQ_ASM_OP_CMPNE(v, expectnot, %l[error2]) in rseq_cmpnev_storeoffp_load()
308 [expectnot] "r" (expectnot), in rseq_cmpnev_storeoffp_load()
A 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()
A Drseq-arm64.h261 int rseq_cmpnev_storeoffp_load(intptr_t *v, intptr_t expectnot, in rseq_cmpnev_storeoffp_load() argument
276 RSEQ_ASM_OP_CMPNE(v, expectnot, %l[cmpfail]) in rseq_cmpnev_storeoffp_load()
280 RSEQ_ASM_OP_CMPNE(v, expectnot, %l[error2]) in rseq_cmpnev_storeoffp_load()
293 [expectnot] "r" (expectnot), in rseq_cmpnev_storeoffp_load()
A Drseq-x86.h174 int rseq_cmpnev_storeoffp_load(intptr_t *v, intptr_t expectnot, in rseq_cmpnev_storeoffp_load() argument
213 [expectnot] "r" (expectnot), in rseq_cmpnev_storeoffp_load()
752 int rseq_cmpnev_storeoffp_load(intptr_t *v, intptr_t expectnot, in rseq_cmpnev_storeoffp_load() argument
791 [expectnot] "r" (expectnot), in rseq_cmpnev_storeoffp_load()
A Drseq-s390.h200 int rseq_cmpnev_storeoffp_load(intptr_t *v, intptr_t expectnot, in rseq_cmpnev_storeoffp_load() argument
240 [expectnot] "r" (expectnot), in rseq_cmpnev_storeoffp_load()
A Drseq-arm.h219 int rseq_cmpnev_storeoffp_load(intptr_t *v, intptr_t expectnot, in rseq_cmpnev_storeoffp_load() argument
262 [expectnot] "r" (expectnot), in rseq_cmpnev_storeoffp_load()
A Drseq-skip.h15 int rseq_cmpnev_storeoffp_load(intptr_t *v, intptr_t expectnot, in rseq_cmpnev_storeoffp_load() argument
A Drseq-mips.h224 int rseq_cmpnev_storeoffp_load(intptr_t *v, intptr_t expectnot, in rseq_cmpnev_storeoffp_load() argument
265 [expectnot] "r" (expectnot), in rseq_cmpnev_storeoffp_load()
A Dparam_test.c553 intptr_t *targetptr, expectnot, *load; in this_cpu_list_pop() local
559 expectnot = (intptr_t)NULL; in this_cpu_list_pop()
562 ret = rseq_cmpnev_storeoffp_load(targetptr, expectnot, in this_cpu_list_pop()

Completed in 15 milliseconds