/linux/tools/testing/selftests/rseq/ |
H A D | rseq-arm.h | 83 post_commit_offset, abort_ip) \ argument 88 ".word " __rseq_str(start_ip) ", 0x0, " __rseq_str(post_commit_offset) ", 0x0, " __rseq_str(abort_ip) ", 0x0\n\t" \ 94 #define RSEQ_ASM_DEFINE_TABLE(label, start_ip, post_commit_ip, abort_ip) \ argument 96 (post_commit_ip - start_ip), abort_ip) 125 start_ip, post_commit_offset, abort_ip) \ argument 129 ".word " __rseq_str(start_ip) ", 0x0, " __rseq_str(post_commit_offset) ", 0x0, " __rseq_str(abort_ip) ", 0x0\n\t" \ 136 start_ip, post_commit_ip, abort_ip) \ argument 139 (post_commit_ip - start_ip), abort_ip)
|
H A D | rseq-mips.h | 84 post_commit_offset, abort_ip) \ argument 91 LONG " " U32_U64_PAD(__rseq_str(abort_ip)) "\n\t" \ 97 #define RSEQ_ASM_DEFINE_TABLE(label, start_ip, post_commit_ip, abort_ip) \ argument 99 (post_commit_ip - start_ip), abort_ip) 128 start_ip, post_commit_offset, abort_ip) \ argument 134 LONG " " U32_U64_PAD(__rseq_str(abort_ip)) "\n\t" \ 141 start_ip, post_commit_ip, abort_ip) \ argument 144 (post_commit_ip - start_ip), abort_ip)
|
H A D | rseq-x86.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" \ 71 #define RSEQ_ASM_DEFINE_TABLE(label, start_ip, post_commit_ip, abort_ip) \ argument 73 (post_commit_ip - start_ip), abort_ip) 147 start_ip, post_commit_offset, abort_ip) \ argument 152 ".long " __rseq_str(start_ip) ", 0x0, " __rseq_str(post_commit_offset) ", 0x0, " __rseq_str(abort_ip) ", 0x0\n\t" \ 158 #define RSEQ_ASM_DEFINE_TABLE(label, start_ip, post_commit_ip, abort_ip) \ argument 160 (post_commit_ip - start_ip), abort_ip)
|
H A D | rseq-ppc.h | 55 start_ip, post_commit_offset, abort_ip) \ argument 60 ".quad " __rseq_str(start_ip) ", " __rseq_str(post_commit_offset) ", " __rseq_str(abort_ip) "\n\t" \ 100 start_ip, post_commit_offset, abort_ip) \ argument 106 ".long 0x0, " __rseq_str(start_ip) ", 0x0, " __rseq_str(post_commit_offset) ", 0x0, " __rseq_str(abort_ip) "\n\t" \ 135 #define RSEQ_ASM_DEFINE_TABLE(label, start_ip, post_commit_ip, abort_ip) \ argument 137 (post_commit_ip - start_ip), abort_ip)
|
H A D | rseq-or1k.h | 32 post_commit_offset, abort_ip) \ argument 39 "0x0, " __rseq_str(abort_ip) "\n" \ 45 #define RSEQ_ASM_DEFINE_TABLE(label, start_ip, post_commit_ip, abort_ip) \ argument 47 ((post_commit_ip) - (start_ip)), abort_ip)
|
H A D | rseq-riscv.h | 53 post_commit_offset, abort_ip) \ argument 60 __rseq_str(abort_ip) "\n" \ 66 #define RSEQ_ASM_DEFINE_TABLE(label, start_ip, post_commit_ip, abort_ip) \ argument 68 ((post_commit_ip) - (start_ip)), abort_ip)
|
H A D | rseq-arm64.h | 95 post_commit_offset, abort_ip) \ argument 102 __rseq_str(abort_ip) "\n" \ 108 #define RSEQ_ASM_DEFINE_TABLE(label, start_ip, post_commit_ip, abort_ip) \ argument 110 (post_commit_ip - start_ip), abort_ip)
|
H A D | rseq-abi.h | 53 __u64 abort_ip; member
|
/linux/include/trace/events/ |
H A D | rseq.h | 36 unsigned long post_commit_offset, unsigned long abort_ip), 38 TP_ARGS(regs_ip, start_ip, post_commit_offset, abort_ip), 44 __field(unsigned long, abort_ip) 51 __entry->abort_ip = abort_ip; 54 TP_printk("regs_ip=0x%lx start_ip=0x%lx post_commit_offset=%lu abort_ip=0x%lx", 56 __entry->post_commit_offset, __entry->abort_ip)
|
/linux/kernel/ |
H A D | rseq.c | 118 * goto abort_ip; 122 * The address of jump target abort_ip must be outside the critical 125 * [abort_ip] < [start_ip] || [abort_ip] >= [post_commit_ip] 129 * instructions, and then resumed to the abort_ip. 138 * the cpu number loaded before start_ip, branching to abort_ip 144 * ip to abort_ip before returning to user-space, so the preempted 145 * execution resumes at abort_ip. 157 * [abort_ip] 288 rseq_cs->abort_ip > in rseq_get_rseq_cs() [all...] |
/linux/include/uapi/linux/ |
H A D | rseq.h | 53 __u64 abort_ip; member
|