Home
last modified time | relevance | path

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

/linux-5.19.10/tools/testing/selftests/rseq/
Drseq-ppc.h166 #define RSEQ_ASM_OP_CMPNE(var, expectnot, label) \ argument
168 RSEQ_CMP_LONG "cr7, %%r17, %[" __rseq_str(expectnot) "]\n\t" \
277 int rseq_cmpnev_storeoffp_load(intptr_t *v, intptr_t expectnot, in rseq_cmpnev_storeoffp_load() argument
295 RSEQ_ASM_OP_CMPNE(v, expectnot, %l[cmpfail]) in rseq_cmpnev_storeoffp_load()
301 RSEQ_ASM_OP_CMPNE(v, expectnot, %l[error2]) in rseq_cmpnev_storeoffp_load()
319 [expectnot] "r" (expectnot), in rseq_cmpnev_storeoffp_load()
Dbasic_percpu_ops_test.c169 intptr_t *targetptr, expectnot, *load; in this_cpu_list_pop() local
175 expectnot = (intptr_t)NULL; in this_cpu_list_pop()
178 ret = rseq_cmpnev_storeoffp_load(targetptr, expectnot, in this_cpu_list_pop()
Drseq-riscv.h226 int rseq_cmpnev_storeoffp_load(intptr_t *v, intptr_t expectnot, in rseq_cmpnev_storeoffp_load() argument
240 RSEQ_ASM_OP_CMPNE(v, expectnot, "%l[cmpfail]") in rseq_cmpnev_storeoffp_load()
244 RSEQ_ASM_OP_CMPNE(v, expectnot, "%l[error2]") in rseq_cmpnev_storeoffp_load()
257 [expectnot] "r" (expectnot), in rseq_cmpnev_storeoffp_load()
Drseq-arm64.h265 int rseq_cmpnev_storeoffp_load(intptr_t *v, intptr_t expectnot, in rseq_cmpnev_storeoffp_load() argument
280 RSEQ_ASM_OP_CMPNE(v, expectnot, %l[cmpfail]) in rseq_cmpnev_storeoffp_load()
284 RSEQ_ASM_OP_CMPNE(v, expectnot, %l[error2]) in rseq_cmpnev_storeoffp_load()
297 [expectnot] "r" (expectnot), in rseq_cmpnev_storeoffp_load()
Drseq-x86.h181 int rseq_cmpnev_storeoffp_load(intptr_t *v, intptr_t expectnot, in rseq_cmpnev_storeoffp_load() argument
220 [expectnot] "r" (expectnot), in rseq_cmpnev_storeoffp_load()
790 int rseq_cmpnev_storeoffp_load(intptr_t *v, intptr_t expectnot, in rseq_cmpnev_storeoffp_load() argument
829 [expectnot] "r" (expectnot), in rseq_cmpnev_storeoffp_load()
Drseq-s390.h205 int rseq_cmpnev_storeoffp_load(intptr_t *v, intptr_t expectnot, in rseq_cmpnev_storeoffp_load() argument
245 [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-arm.h218 int rseq_cmpnev_storeoffp_load(intptr_t *v, intptr_t expectnot, in rseq_cmpnev_storeoffp_load() argument
260 [expectnot] "r" (expectnot), in rseq_cmpnev_storeoffp_load()
Drseq-mips.h218 int rseq_cmpnev_storeoffp_load(intptr_t *v, intptr_t expectnot, in rseq_cmpnev_storeoffp_load() argument
258 [expectnot] "r" (expectnot), in rseq_cmpnev_storeoffp_load()
Dparam_test.c574 intptr_t *targetptr, expectnot, *load; in this_cpu_list_pop() local
580 expectnot = (intptr_t)NULL; in this_cpu_list_pop()
583 ret = rseq_cmpnev_storeoffp_load(targetptr, expectnot, in this_cpu_list_pop()