Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/rseq/
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()
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()
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()
Dbasic_percpu_ops_test.c196 intptr_t *targetptr, expectnot, *load; in this_cpu_list_pop() local
202 expectnot = (intptr_t)NULL; in this_cpu_list_pop()
206 targetptr, expectnot, in this_cpu_list_pop()
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()
Drseq.h261 intptr_t *v, intptr_t expectnot, long voffp, intptr_t *load, in rseq_cmpnev_storeoffp_load() argument
268 return rseq_cmpnev_storeoffp_load_relaxed_cpu_id(v, expectnot, voffp, load, cpu); in rseq_cmpnev_storeoffp_load()
270 return rseq_cmpnev_storeoffp_load_relaxed_mm_cid(v, expectnot, voffp, load, cpu); in rseq_cmpnev_storeoffp_load()
Drseq-ppc.h162 #define RSEQ_ASM_OP_CMPNE(var, expectnot, label) \ argument
164 RSEQ_CMP_LONG "cr7, %%r17, %[" __rseq_str(expectnot) "]\n\t" \
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()
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()
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()
Dparam_test.c636 intptr_t *targetptr, expectnot, *load; in this_cpu_list_pop() local
642 expectnot = (intptr_t)NULL; in this_cpu_list_pop()
646 targetptr, expectnot, in this_cpu_list_pop()