/linux-5.19.10/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-5.19.10/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-5.19.10/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 | 59 start_ip, post_commit_offset, abort_ip) \ argument 64 …".quad " __rseq_str(start_ip) ", " __rseq_str(post_commit_offset) ", " __rseq_str(abort_ip) "\n\t"… 104 start_ip, post_commit_offset, abort_ip) \ argument 110 …rseq_str(start_ip) ", 0x0, " __rseq_str(post_commit_offset) ", 0x0, " __rseq_str(abort_ip) "\n\t" \ 139 #define RSEQ_ASM_DEFINE_TABLE(label, start_ip, post_commit_ip, abort_ip) \ argument 141 (post_commit_ip - start_ip), abort_ip)
|
D | rseq-x86.h | 58 start_ip, post_commit_offset, abort_ip) \ argument 63 …".quad " __rseq_str(start_ip) ", " __rseq_str(post_commit_offset) ", " __rseq_str(abort_ip) "\n\t"… 70 #define RSEQ_ASM_DEFINE_TABLE(label, start_ip, post_commit_ip, abort_ip) \ argument 72 (post_commit_ip - start_ip), abort_ip) 669 start_ip, post_commit_offset, abort_ip) \ argument 674 …str(start_ip) ", 0x0, " __rseq_str(post_commit_offset) ", 0x0, " __rseq_str(abort_ip) ", 0x0\n\t" \ 680 #define RSEQ_ASM_DEFINE_TABLE(label, start_ip, post_commit_ip, abort_ip) \ argument 682 (post_commit_ip - start_ip), abort_ip)
|
D | rseq-abi.h | 53 __u64 abort_ip; member
|
D | rseq-riscv.h | 57 post_commit_offset, abort_ip) \ argument 64 __rseq_str(abort_ip) "\n" \ 70 #define RSEQ_ASM_DEFINE_TABLE(label, start_ip, post_commit_ip, abort_ip) \ argument 72 ((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-5.19.10/include/uapi/linux/ |
D | rseq.h | 53 __u64 abort_ip; member
|