Searched refs:post_commit_ip (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.1/tools/testing/selftests/rseq/ |
D | rseq-arm.h | 98 #define RSEQ_ASM_DEFINE_TABLE(label, start_ip, post_commit_ip, abort_ip) \ argument 100 (post_commit_ip - start_ip), abort_ip) 140 start_ip, post_commit_ip, abort_ip) \ argument 143 (post_commit_ip - start_ip), abort_ip)
|
D | rseq-mips.h | 103 #define RSEQ_ASM_DEFINE_TABLE(label, start_ip, post_commit_ip, abort_ip) \ argument 105 (post_commit_ip - start_ip), abort_ip) 147 start_ip, post_commit_ip, abort_ip) \ argument 150 (post_commit_ip - start_ip), abort_ip)
|
D | rseq-x86.h | 70 #define RSEQ_ASM_DEFINE_TABLE(label, start_ip, post_commit_ip, abort_ip) \ argument 72 (post_commit_ip - start_ip), abort_ip) 680 #define RSEQ_ASM_DEFINE_TABLE(label, start_ip, post_commit_ip, abort_ip) \ argument 682 (post_commit_ip - start_ip), abort_ip)
|
D | rseq-s390.h | 107 #define RSEQ_ASM_DEFINE_TABLE(label, start_ip, post_commit_ip, abort_ip) \ argument 109 (post_commit_ip - start_ip), abort_ip)
|
D | rseq-arm64.h | 110 #define RSEQ_ASM_DEFINE_TABLE(label, start_ip, post_commit_ip, abort_ip) \ argument 112 (post_commit_ip - start_ip), abort_ip)
|
D | rseq-ppc.h | 139 #define RSEQ_ASM_DEFINE_TABLE(label, start_ip, post_commit_ip, abort_ip) \ argument 141 (post_commit_ip - start_ip), abort_ip)
|
D | rseq-riscv.h | 70 #define RSEQ_ASM_DEFINE_TABLE(label, start_ip, post_commit_ip, abort_ip) \ argument 72 ((post_commit_ip) - (start_ip)), abort_ip)
|