Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/rseq/
H A Drseq-arm64-bits.h72 int RSEQ_TEMPLATE_IDENTIFIER(rseq_cmpnev_storeoffp_load)(intptr_t *v, intptr_t expectnot, in RSEQ_TEMPLATE_IDENTIFIER()
87 RSEQ_ASM_OP_CMPNE(v, expectnot, %l[cmpfail]) in RSEQ_TEMPLATE_IDENTIFIER()
91 RSEQ_ASM_OP_CMPNE(v, expectnot, %l[error2]) in RSEQ_TEMPLATE_IDENTIFIER()
104 [expectnot] "r" (expectnot), in RSEQ_TEMPLATE_IDENTIFIER()
H A Drseq-riscv-bits.h62 int RSEQ_TEMPLATE_IDENTIFIER(rseq_cmpnev_storeoffp_load)(intptr_t *v, intptr_t expectnot, in RSEQ_TEMPLATE_IDENTIFIER()
76 RSEQ_ASM_OP_CMPNE(v, expectnot, "%l[cmpfail]") in RSEQ_TEMPLATE_IDENTIFIER()
80 RSEQ_ASM_OP_CMPNE(v, expectnot, "%l[error2]") in RSEQ_TEMPLATE_IDENTIFIER()
93 [expectnot] "r" (expectnot), in RSEQ_TEMPLATE_IDENTIFIER()
H A Drseq-ppc-bits.h79 int RSEQ_TEMPLATE_IDENTIFIER(rseq_cmpnev_storeoffp_load)(intptr_t *v, intptr_t expectnot, in RSEQ_TEMPLATE_IDENTIFIER()
97 RSEQ_ASM_OP_CMPNE(v, expectnot, %l[cmpfail]) in RSEQ_TEMPLATE_IDENTIFIER()
103 RSEQ_ASM_OP_CMPNE(v, expectnot, %l[error2]) in RSEQ_TEMPLATE_IDENTIFIER()
121 [expectnot] "r" (expectnot), in RSEQ_TEMPLATE_IDENTIFIER()
H A Drseq-x86-bits.h81 int RSEQ_TEMPLATE_IDENTIFIER(rseq_cmpnev_storeoffp_load)(intptr_t *v, intptr_t expectnot, in RSEQ_TEMPLATE_IDENTIFIER()
120 [expectnot] "r" (expectnot), in RSEQ_TEMPLATE_IDENTIFIER()
593 int RSEQ_TEMPLATE_IDENTIFIER(rseq_cmpnev_storeoffp_load)(intptr_t *v, intptr_t expectnot, in RSEQ_TEMPLATE_IDENTIFIER()
632 [expectnot] "r" (expectnot), in RSEQ_TEMPLATE_IDENTIFIER()
H A Dbasic_percpu_ops_test.c206 intptr_t *targetptr, expectnot, *load; in this_cpu_list_pop() local
212 expectnot = (intptr_t)NULL; in this_cpu_list_pop()
216 targetptr, expectnot, in this_cpu_list_pop()
H A Drseq.h255 intptr_t *v, intptr_t expectnot, long voffp, intptr_t *load, in rseq_cmpnev_storeoffp_load() argument
262 return rseq_cmpnev_storeoffp_load_relaxed_cpu_id(v, expectnot, voffp, load, cpu); in rseq_cmpnev_storeoffp_load()
264 return rseq_cmpnev_storeoffp_load_relaxed_mm_cid(v, expectnot, voffp, load, cpu); in rseq_cmpnev_storeoffp_load()
H A Drseq-arm-bits.h81 int RSEQ_TEMPLATE_IDENTIFIER(rseq_cmpnev_storeoffp_load)(intptr_t *v, intptr_t expectnot, in RSEQ_TEMPLATE_IDENTIFIER()
123 [expectnot] "r" (expectnot), in RSEQ_TEMPLATE_IDENTIFIER()
H A Drseq-mips-bits.h74 int RSEQ_TEMPLATE_IDENTIFIER(rseq_cmpnev_storeoffp_load)(intptr_t *v, intptr_t expectnot, in RSEQ_TEMPLATE_IDENTIFIER()
114 [expectnot] "r" (expectnot), in RSEQ_TEMPLATE_IDENTIFIER()
H A Drseq-s390-bits.h76 int RSEQ_TEMPLATE_IDENTIFIER(rseq_cmpnev_storeoffp_load)(intptr_t *v, intptr_t expectnot, in RSEQ_TEMPLATE_IDENTIFIER()
116 [expectnot] "r" (expectnot), in RSEQ_TEMPLATE_IDENTIFIER()
H A Drseq-ppc.h162 #define RSEQ_ASM_OP_CMPNE(var, expectnot, label) \ argument
164 RSEQ_CMP_LONG "cr7, %%r17, %[" __rseq_str(expectnot) "]\n\t" \
H A Dparam_test.c646 intptr_t *targetptr, expectnot, *load; in this_cpu_list_pop() local
652 expectnot = (intptr_t)NULL; in this_cpu_list_pop()
656 targetptr, expectnot, in this_cpu_list_pop()