Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/rseq/
Drseq-riscv.h134 #define RSEQ_ASM_OP_FINAL_STORE(value, var, post_commit_label) \ argument
136 __rseq_str(post_commit_label) ":\n"
138 #define RSEQ_ASM_OP_FINAL_STORE_RELEASE(value, var, post_commit_label) \ argument
141 __rseq_str(post_commit_label) ":\n"
143 #define RSEQ_ASM_OP_R_FINAL_STORE(var, post_commit_label) \ argument
145 __rseq_str(post_commit_label) ":\n"
161 #define RSEQ_ASM_OP_R_DEREF_ADDV(ptr, off, post_commit_label) \ argument
166 __rseq_str(post_commit_label) ":\n"
Drseq-arm64.h146 #define RSEQ_ASM_OP_FINAL_STORE(value, var, post_commit_label) \ argument
148 __rseq_str(post_commit_label) ":\n"
150 #define RSEQ_ASM_OP_FINAL_STORE_RELEASE(value, var, post_commit_label) \ argument
152 __rseq_str(post_commit_label) ":\n"
190 #define RSEQ_ASM_OP_R_FINAL_STORE(var, post_commit_label) \ argument
192 __rseq_str(post_commit_label) ":\n"
Drseq-ppc.h200 #define RSEQ_ASM_OP_R_FINAL_STORE(var, post_commit_label) \ argument
202 __rseq_str(post_commit_label) ":\n\t"
204 #define RSEQ_ASM_OP_FINAL_STORE(value, var, post_commit_label) \ argument
206 __rseq_str(post_commit_label) ":\n\t"