| /Linux-v5.4/include/trace/events/ | 
| D | rseq.h | 31 		unsigned long post_commit_offset, unsigned long abort_ip),33 	TP_ARGS(regs_ip, start_ip, post_commit_offset, abort_ip),
 39 		__field(unsigned long, abort_ip)
 46 		__entry->abort_ip = abort_ip;
 51 		__entry->post_commit_offset, __entry->abort_ip)
 
 | 
| /Linux-v5.4/kernel/ | 
| D | rseq.c | 137 	    rseq_cs->abort_ip >= TASK_SIZE ||  in rseq_get_rseq_cs()144 	if (rseq_cs->abort_ip - rseq_cs->start_ip < rseq_cs->post_commit_offset)  in rseq_get_rseq_cs()
 147 	usig = (u32 __user *)(unsigned long)(rseq_cs->abort_ip - sizeof(u32));  in rseq_get_rseq_cs()
 246 			    rseq_cs.abort_ip);  in rseq_ip_fixup()
 247 	instruction_pointer_set(regs, (unsigned long)rseq_cs.abort_ip);  in rseq_ip_fixup()
 
 | 
| /Linux-v5.4/tools/testing/selftests/rseq/ | 
| D | rseq-arm.h | 87 				post_commit_offset, abort_ip)		\  argument92 …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) \  argument97 		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)	\  argument51 …".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-x86.h | 56 				start_ip, post_commit_offset, abort_ip)	\  argument61 …".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
 70 				(post_commit_ip - start_ip), abort_ip)
 579 				start_ip, post_commit_offset, abort_ip)	\  argument
 584 …str(start_ip) ", 0x0, " __rseq_str(post_commit_offset) ", 0x0, " __rseq_str(abort_ip) ", 0x0\n\t" \
 590 #define RSEQ_ASM_DEFINE_TABLE(label, start_ip, post_commit_ip, abort_ip) \  argument
 592 				(post_commit_ip - start_ip), abort_ip)
 
 | 
| D | rseq-ppc.h | 56 			start_ip, post_commit_offset, abort_ip)			\  argument61 …".quad " __rseq_str(start_ip) ", " __rseq_str(post_commit_offset) ", " __rseq_str(abort_ip) "\n\t"…
 98 			start_ip, post_commit_offset, abort_ip)			\  argument
 104 …rseq_str(start_ip) ", 0x0, " __rseq_str(post_commit_offset) ", 0x0, " __rseq_str(abort_ip) "\n\t" \
 133 #define RSEQ_ASM_DEFINE_TABLE(label, start_ip, post_commit_ip, abort_ip)	\  argument
 135 					(post_commit_ip - start_ip), abort_ip)
 
 | 
| D | rseq-arm64.h | 97 				post_commit_offset, abort_ip)			\  argument104 			  __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)
 
 | 
| /Linux-v5.4/include/uapi/linux/ | 
| D | rseq.h | 53 	__u64 abort_ip;  member
 |