/linux/tools/testing/selftests/rseq/ |
H A 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()
|
H A 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()
|
H A 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()
|
H A 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()
|
H A D | basic_percpu_ops_test.c | 206 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 D | rseq.h | 255 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 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()
|
H A 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()
|
H A 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()
|
H A 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" \
|
H A D | param_test.c | 646 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()
|