/tools/testing/selftests/rseq/ |
D | rseq-arm.h | 87 post_commit_offset, abort_ip) \ argument 92 …str(start_ip) ", 0x0, " __rseq_str(post_commit_offset) ", 0x0, " __rseq_str(abort_ip) ", 0x0\n\t" \ 98 #define RSEQ_ASM_DEFINE_TABLE(label, start_ip, post_commit_ip, abort_ip) \ argument 100 (post_commit_ip - start_ip), abort_ip) 129 start_ip, post_commit_offset, abort_ip) \ argument 133 …str(start_ip) ", 0x0, " __rseq_str(post_commit_offset) ", 0x0, " __rseq_str(abort_ip) ", 0x0\n\t" \ 140 start_ip, post_commit_ip, abort_ip) \ argument 143 (post_commit_ip - start_ip), abort_ip)
|
D | rseq-mips.h | 90 post_commit_offset, abort_ip) \ argument 97 LONG " " U32_U64_PAD(__rseq_str(abort_ip)) "\n\t" \ 103 #define RSEQ_ASM_DEFINE_TABLE(label, start_ip, post_commit_ip, abort_ip) \ argument 105 (post_commit_ip - start_ip), abort_ip) 134 start_ip, post_commit_offset, abort_ip) \ argument 140 LONG " " U32_U64_PAD(__rseq_str(abort_ip)) "\n\t" \ 147 start_ip, post_commit_ip, abort_ip) \ argument 150 (post_commit_ip - start_ip), abort_ip)
|
D | rseq-s390.h | 46 start_ip, post_commit_offset, abort_ip) \ argument 51 …".quad " __rseq_str(start_ip) ", " __rseq_str(post_commit_offset) ", " __rseq_str(abort_ip) "\n\t"… 73 start_ip, post_commit_offset, abort_ip) \ argument 78 …rseq_str(start_ip) ", 0x0, " __rseq_str(post_commit_offset) ", 0x0, " __rseq_str(abort_ip) "\n\t" \ 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-abi.h | 53 __u64 abort_ip; member
|
D | rseq-ppc.h | 59 start_ip, post_commit_offset, abort_ip) \ argument 64 …".quad " __rseq_str(start_ip) ", " __rseq_str(post_commit_offset) ", " __rseq_str(abort_ip) "\n\t"… 104 start_ip, post_commit_offset, abort_ip) \ argument 110 …rseq_str(start_ip) ", 0x0, " __rseq_str(post_commit_offset) ", 0x0, " __rseq_str(abort_ip) "\n\t" \ 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-x86.h | 58 start_ip, post_commit_offset, abort_ip) \ argument 63 …".quad " __rseq_str(start_ip) ", " __rseq_str(post_commit_offset) ", " __rseq_str(abort_ip) "\n\t"… 70 #define RSEQ_ASM_DEFINE_TABLE(label, start_ip, post_commit_ip, abort_ip) \ argument 72 (post_commit_ip - start_ip), abort_ip) 669 start_ip, post_commit_offset, abort_ip) \ argument 674 …str(start_ip) ", 0x0, " __rseq_str(post_commit_offset) ", 0x0, " __rseq_str(abort_ip) ", 0x0\n\t" \ 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-arm64.h | 97 post_commit_offset, abort_ip) \ argument 104 __rseq_str(abort_ip) "\n" \ 110 #define RSEQ_ASM_DEFINE_TABLE(label, start_ip, post_commit_ip, abort_ip) \ argument 112 (post_commit_ip - start_ip), abort_ip)
|