Home
last modified time | relevance | path

Searched refs:post_commit_label (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/tools/testing/selftests/rseq/
Drseq-riscv.h138 #define RSEQ_ASM_OP_FINAL_STORE(value, var, post_commit_label) \ argument
140 __rseq_str(post_commit_label) ":\n"
142 #define RSEQ_ASM_OP_FINAL_STORE_RELEASE(value, var, post_commit_label) \ argument
145 __rseq_str(post_commit_label) ":\n"
147 #define RSEQ_ASM_OP_R_FINAL_STORE(var, post_commit_label) \ argument
149 __rseq_str(post_commit_label) ":\n"
165 #define RSEQ_ASM_OP_R_DEREF_ADDV(ptr, off, post_commit_label) \ argument
170 __rseq_str(post_commit_label) ":\n"
Drseq-arm64.h148 #define RSEQ_ASM_OP_FINAL_STORE(value, var, post_commit_label) \ argument
150 __rseq_str(post_commit_label) ":\n"
152 #define RSEQ_ASM_OP_FINAL_STORE_RELEASE(value, var, post_commit_label) \ argument
154 __rseq_str(post_commit_label) ":\n"
192 #define RSEQ_ASM_OP_R_FINAL_STORE(var, post_commit_label) \ argument
194 __rseq_str(post_commit_label) ":\n"
Drseq-ppc.h204 #define RSEQ_ASM_OP_R_FINAL_STORE(var, post_commit_label) \ argument
206 __rseq_str(post_commit_label) ":\n\t"
208 #define RSEQ_ASM_OP_FINAL_STORE(value, var, post_commit_label) \ argument
210 __rseq_str(post_commit_label) ":\n\t"