Searched refs:expectnot (Results 1 – 11 of 11) sorted by relevance
/Linux-v6.6/tools/testing/selftests/rseq/ |
D | rseq-arm64-bits.h | 72 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()
|
D | rseq-ppc-bits.h | 79 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()
|
D | rseq-riscv-bits.h | 62 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()
|
D | basic_percpu_ops_test.c | 196 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()
|
D | rseq-x86-bits.h | 81 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()
|
D | rseq.h | 261 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()
|
D | rseq-ppc.h | 162 #define RSEQ_ASM_OP_CMPNE(var, expectnot, label) \ argument 164 RSEQ_CMP_LONG "cr7, %%r17, %[" __rseq_str(expectnot) "]\n\t" \
|
D | rseq-arm-bits.h | 81 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()
|
D | rseq-mips-bits.h | 74 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()
|
D | rseq-s390-bits.h | 76 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()
|
D | param_test.c | 636 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()
|