Lines Matching refs:start_ip
42 start_ip, post_commit_offset, abort_ip) \
47 ".quad " __rseq_str(start_ip) ", " __rseq_str(post_commit_offset) ", " __rseq_str(abort_ip) "\n\t" \
61 #define RSEQ_ASM_DEFINE_EXIT_POINT(start_ip, exit_ip) \
63 ".quad " __rseq_str(start_ip) ", " __rseq_str(exit_ip) "\n\t" \
69 start_ip, post_commit_offset, abort_ip) \
74 ".long 0x0, " __rseq_str(start_ip) ", 0x0, " __rseq_str(post_commit_offset) ", 0x0, " __rseq_str(abort_ip) "\n\t" \
88 #define RSEQ_ASM_DEFINE_EXIT_POINT(start_ip, exit_ip) \
90 ".long 0x0, " __rseq_str(start_ip) ", 0x0, " __rseq_str(exit_ip) "\n\t" \
103 #define RSEQ_ASM_DEFINE_TABLE(label, start_ip, post_commit_ip, abort_ip) \
104 __RSEQ_ASM_DEFINE_TABLE(label, 0x0, 0x0, start_ip, \
105 (post_commit_ip - start_ip), abort_ip)