Lines Matching refs:start_ip
89 #define __RSEQ_ASM_DEFINE_TABLE(label, version, flags, start_ip, \ argument
95 LONG " " U32_U64_PAD(__rseq_str(start_ip)) "\n\t" \
103 #define RSEQ_ASM_DEFINE_TABLE(label, start_ip, post_commit_ip, abort_ip) \ argument
104 __RSEQ_ASM_DEFINE_TABLE(label, 0x0, 0x0, start_ip, \
105 (post_commit_ip - start_ip), abort_ip)
115 #define RSEQ_ASM_DEFINE_EXIT_POINT(start_ip, exit_ip) \ argument
117 LONG " " U32_U64_PAD(__rseq_str(start_ip)) "\n\t" \
134 start_ip, post_commit_offset, abort_ip) \ argument
138 LONG " " U32_U64_PAD(__rseq_str(start_ip)) "\n\t" \
147 start_ip, post_commit_ip, abort_ip) \ argument
149 abort_label, 0x0, 0x0, start_ip, \
150 (post_commit_ip - start_ip), abort_ip)