Searched refs:abort_ip (Results 1 - 11 of 11) sorted by relevance

/linux-master/include/trace/events/
H A Drseq.h36 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-master/tools/testing/selftests/rseq/
H A Drseq-arm.h83 post_commit_offset, abort_ip) \
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) \
96 (post_commit_ip - start_ip), abort_ip)
125 start_ip, post_commit_offset, abort_ip) \
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) \
139 (post_commit_ip - start_ip), abort_ip)
H A Drseq-s390.h42 start_ip, post_commit_offset, abort_ip) \
47 ".quad " __rseq_str(start_ip) ", " __rseq_str(post_commit_offset) ", " __rseq_str(abort_ip) "\n\t" \
69 start_ip, post_commit_offset, abort_ip) \
74 ".long 0x0, " __rseq_str(start_ip) ", 0x0, " __rseq_str(post_commit_offset) ", 0x0, " __rseq_str(abort_ip) "\n\t" \
103 #define RSEQ_ASM_DEFINE_TABLE(label, start_ip, post_commit_ip, abort_ip) \
105 (post_commit_ip - start_ip), abort_ip)
H A Drseq-x86.h59 start_ip, post_commit_offset, abort_ip) \
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) \
73 (post_commit_ip - start_ip), abort_ip)
147 start_ip, post_commit_offset, abort_ip) \
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) \
160 (post_commit_ip - start_ip), abort_ip)
H A Drseq-mips.h84 post_commit_offset, abort_ip) \
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) \
99 (post_commit_ip - start_ip), abort_ip)
128 start_ip, post_commit_offset, abort_ip) \
134 LONG " " U32_U64_PAD(__rseq_str(abort_ip)) "\n\t" \
141 start_ip, post_commit_ip, abort_ip) \
144 (post_commit_ip - start_ip), abort_ip)
H A Drseq-ppc.h55 start_ip, post_commit_offset, abort_ip) \
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) \
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) \
137 (post_commit_ip - start_ip), abort_ip)
H A Drseq-abi.h53 __u64 abort_ip; member in struct:rseq_abi_cs
H A Drseq-arm64.h95 post_commit_offset, abort_ip) \
102 __rseq_str(abort_ip) "\n" \
108 #define RSEQ_ASM_DEFINE_TABLE(label, start_ip, post_commit_ip, abort_ip) \
110 (post_commit_ip - start_ip), abort_ip)
H A Drseq-riscv.h53 post_commit_offset, abort_ip) \
60 __rseq_str(abort_ip) "\n" \
66 #define RSEQ_ASM_DEFINE_TABLE(label, start_ip, post_commit_ip, abort_ip) \
68 ((post_commit_ip) - (start_ip)), abort_ip)
/linux-master/include/uapi/linux/
H A Drseq.h53 __u64 abort_ip; member in struct:rseq_cs
/linux-master/kernel/
H A Drseq.c45 * goto abort_ip;
49 * The address of jump target abort_ip must be outside the critical
52 * [abort_ip] < [start_ip] || [abort_ip] >= [post_commit_ip]
56 * instructions, and then resumed to the abort_ip.
65 * the cpu number loaded before start_ip, branching to abort_ip
71 * ip to abort_ip before returning to user-space, so the preempted
72 * execution resumes at abort_ip.
84 * [abort_ip]
179 rseq_cs->abort_ip >
[all...]

Completed in 193 milliseconds