Lines Matching refs:start_ip
56 start_ip, post_commit_offset, abort_ip) \ argument
61 …".quad " __rseq_str(start_ip) ", " __rseq_str(post_commit_offset) ", " __rseq_str(abort_ip) "\n\t"…
68 #define RSEQ_ASM_DEFINE_TABLE(label, start_ip, post_commit_ip, abort_ip) \ argument
69 __RSEQ_ASM_DEFINE_TABLE(label, 0x0, 0x0, start_ip, \
70 (post_commit_ip - start_ip), abort_ip)
80 #define RSEQ_ASM_DEFINE_EXIT_POINT(start_ip, exit_ip) \ argument
82 ".quad " __rseq_str(start_ip) ", " __rseq_str(exit_ip) "\n\t" \
636 start_ip, post_commit_offset, abort_ip) \ argument
641 …".long " __rseq_str(start_ip) ", 0x0, " __rseq_str(post_commit_offset) ", 0x0, " __rseq_str(abort_…
647 #define RSEQ_ASM_DEFINE_TABLE(label, start_ip, post_commit_ip, abort_ip) \ argument
648 __RSEQ_ASM_DEFINE_TABLE(label, 0x0, 0x0, start_ip, \
649 (post_commit_ip - start_ip), abort_ip)
659 #define RSEQ_ASM_DEFINE_EXIT_POINT(start_ip, exit_ip) \ argument
661 ".long " __rseq_str(start_ip) ", 0x0, " __rseq_str(exit_ip) ", 0x0\n\t" \