| /Linux-v5.15/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.15/kernel/ | 
| D | rseq.c | 149 	    rseq_cs->abort_ip >= TASK_SIZE ||  in rseq_get_rseq_cs() 156 	if (rseq_cs->abort_ip - rseq_cs->start_ip < rseq_cs->post_commit_offset)  in rseq_get_rseq_cs() 159 	usig = (u32 __user *)(unsigned long)(rseq_cs->abort_ip - sizeof(u32));  in rseq_get_rseq_cs() 262 			    rseq_cs.abort_ip);  in rseq_ip_fixup() 263 	instruction_pointer_set(regs, (unsigned long)rseq_cs.abort_ip);  in rseq_ip_fixup()
  | 
| /Linux-v5.15/tools/testing/selftests/rseq/ | 
| D | rseq-arm.h | 87 				post_commit_offset, abort_ip)		\  argument 92 …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) \  argument 97 		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)	\  argument 51 …".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-ppc.h | 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"… 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-x86.h | 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 70 				(post_commit_ip - start_ip), abort_ip) 636 				start_ip, post_commit_offset, abort_ip)	\  argument 641 …str(start_ip) ", 0x0, " __rseq_str(post_commit_offset) ", 0x0, " __rseq_str(abort_ip) ", 0x0\n\t" \ 647 #define RSEQ_ASM_DEFINE_TABLE(label, start_ip, post_commit_ip, abort_ip) \  argument 649 				(post_commit_ip - start_ip), abort_ip)
  | 
| D | rseq-arm64.h | 97 				post_commit_offset, abort_ip)			\  argument 104 			  __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.15/include/uapi/linux/ | 
| D | rseq.h | 53 	__u64 abort_ip;  member
  |