Lines Matching refs:start_ip
83 #define __RSEQ_ASM_DEFINE_TABLE(label, version, flags, start_ip, \ argument
89 LONG " " U32_U64_PAD(__rseq_str(start_ip)) "\n\t" \
97 #define RSEQ_ASM_DEFINE_TABLE(label, start_ip, post_commit_ip, abort_ip) \ argument
98 __RSEQ_ASM_DEFINE_TABLE(label, 0x0, 0x0, start_ip, \
99 (post_commit_ip - start_ip), abort_ip)
109 #define RSEQ_ASM_DEFINE_EXIT_POINT(start_ip, exit_ip) \ argument
111 LONG " " U32_U64_PAD(__rseq_str(start_ip)) "\n\t" \
128 start_ip, post_commit_offset, abort_ip) \ argument
132 LONG " " U32_U64_PAD(__rseq_str(start_ip)) "\n\t" \
141 start_ip, post_commit_ip, abort_ip) \ argument
143 abort_label, 0x0, 0x0, start_ip, \
144 (post_commit_ip - start_ip), abort_ip)