post_commit_offset   31 include/trace/events/rseq.h 		unsigned long post_commit_offset, unsigned long abort_ip),
post_commit_offset   33 include/trace/events/rseq.h 	TP_ARGS(regs_ip, start_ip, post_commit_offset, abort_ip),
post_commit_offset   38 include/trace/events/rseq.h 		__field(unsigned long, post_commit_offset)
post_commit_offset   45 include/trace/events/rseq.h 		__entry->post_commit_offset = post_commit_offset;
post_commit_offset   51 include/trace/events/rseq.h 		__entry->post_commit_offset, __entry->abort_ip)
post_commit_offset   52 include/uapi/linux/rseq.h 	__u64 post_commit_offset;
post_commit_offset  136 kernel/rseq.c  	    rseq_cs->start_ip + rseq_cs->post_commit_offset >= TASK_SIZE ||
post_commit_offset  141 kernel/rseq.c  	if (rseq_cs->start_ip + rseq_cs->post_commit_offset < rseq_cs->start_ip)
post_commit_offset  144 kernel/rseq.c  	if (rseq_cs->abort_ip - rseq_cs->start_ip < rseq_cs->post_commit_offset)
post_commit_offset  218 kernel/rseq.c  	return ip - rseq_cs->start_ip < rseq_cs->post_commit_offset;
post_commit_offset  245 kernel/rseq.c  	trace_rseq_ip_fixup(ip, rseq_cs.start_ip, rseq_cs.post_commit_offset,
post_commit_offset   87 tools/testing/selftests/rseq/rseq-arm.h 				post_commit_offset, abort_ip)		\
post_commit_offset   92 tools/testing/selftests/rseq/rseq-arm.h 		".word " __rseq_str(start_ip) ", 0x0, " __rseq_str(post_commit_offset) ", 0x0, " __rseq_str(abort_ip) ", 0x0\n\t" \
post_commit_offset  129 tools/testing/selftests/rseq/rseq-arm.h 				start_ip, post_commit_offset, abort_ip)	\
post_commit_offset  133 tools/testing/selftests/rseq/rseq-arm.h 		".word " __rseq_str(start_ip) ", 0x0, " __rseq_str(post_commit_offset) ", 0x0, " __rseq_str(abort_ip) ", 0x0\n\t" \
post_commit_offset   97 tools/testing/selftests/rseq/rseq-arm64.h 				post_commit_offset, abort_ip)			\
post_commit_offset  103 tools/testing/selftests/rseq/rseq-arm64.h 			  __rseq_str(post_commit_offset) ", "			\
post_commit_offset   90 tools/testing/selftests/rseq/rseq-mips.h 				post_commit_offset, abort_ip) \
post_commit_offset   96 tools/testing/selftests/rseq/rseq-mips.h 		LONG " " U32_U64_PAD(__rseq_str(post_commit_offset)) "\n\t" \
post_commit_offset  134 tools/testing/selftests/rseq/rseq-mips.h 				start_ip, post_commit_offset, abort_ip) \
post_commit_offset  139 tools/testing/selftests/rseq/rseq-mips.h 		LONG " " U32_U64_PAD(__rseq_str(post_commit_offset)) "\n\t" \
post_commit_offset   56 tools/testing/selftests/rseq/rseq-ppc.h 			start_ip, post_commit_offset, abort_ip)			\
post_commit_offset   61 tools/testing/selftests/rseq/rseq-ppc.h 		".quad " __rseq_str(start_ip) ", " __rseq_str(post_commit_offset) ", " __rseq_str(abort_ip) "\n\t" \
post_commit_offset   98 tools/testing/selftests/rseq/rseq-ppc.h 			start_ip, post_commit_offset, abort_ip)			\
post_commit_offset  104 tools/testing/selftests/rseq/rseq-ppc.h 		".long 0x0, " __rseq_str(start_ip) ", 0x0, " __rseq_str(post_commit_offset) ", 0x0, " __rseq_str(abort_ip) "\n\t" \
post_commit_offset   46 tools/testing/selftests/rseq/rseq-s390.h 				start_ip, post_commit_offset, abort_ip)	\
post_commit_offset   51 tools/testing/selftests/rseq/rseq-s390.h 		".quad " __rseq_str(start_ip) ", " __rseq_str(post_commit_offset) ", " __rseq_str(abort_ip) "\n\t" \
post_commit_offset   73 tools/testing/selftests/rseq/rseq-s390.h 				start_ip, post_commit_offset, abort_ip)	\
post_commit_offset   78 tools/testing/selftests/rseq/rseq-s390.h 		".long 0x0, " __rseq_str(start_ip) ", 0x0, " __rseq_str(post_commit_offset) ", 0x0, " __rseq_str(abort_ip) "\n\t" \
post_commit_offset   56 tools/testing/selftests/rseq/rseq-x86.h 				start_ip, post_commit_offset, abort_ip)	\
post_commit_offset   61 tools/testing/selftests/rseq/rseq-x86.h 		".quad " __rseq_str(start_ip) ", " __rseq_str(post_commit_offset) ", " __rseq_str(abort_ip) "\n\t" \
post_commit_offset  579 tools/testing/selftests/rseq/rseq-x86.h 				start_ip, post_commit_offset, abort_ip)	\
post_commit_offset  584 tools/testing/selftests/rseq/rseq-x86.h 		".long " __rseq_str(start_ip) ", 0x0, " __rseq_str(post_commit_offset) ", 0x0, " __rseq_str(abort_ip) ", 0x0\n\t" \