Home
last modified time | relevance | path

Searched refs:post_commit_offset (Results 1 - 24 of 24) sorted by relevance

/kernel/linux/linux-5.10/include/trace/events/
H A Drseq.h31 unsigned long post_commit_offset, unsigned long abort_ip),
33 TP_ARGS(regs_ip, start_ip, post_commit_offset, abort_ip),
38 __field(unsigned long, post_commit_offset)
45 __entry->post_commit_offset = post_commit_offset;
49 TP_printk("regs_ip=0x%lx start_ip=0x%lx post_commit_offset=%lu abort_ip=0x%lx",
51 __entry->post_commit_offset, __entry->abort_ip)
/kernel/linux/linux-6.6/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),
43 __field(unsigned long, post_commit_offset)
50 __entry->post_commit_offset = post_commit_offset;
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)
/kernel/linux/linux-6.6/tools/testing/selftests/rseq/
H A Drseq-mips.h84 post_commit_offset, abort_ip) \
90 LONG " " U32_U64_PAD(__rseq_str(post_commit_offset)) "\n\t" \
128 start_ip, post_commit_offset, abort_ip) \
133 LONG " " U32_U64_PAD(__rseq_str(post_commit_offset)) "\n\t" \
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" \
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" \
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" \
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" \
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" \
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" \
H A Drseq-riscv.h53 post_commit_offset, abort_ip) \
59 __rseq_str(post_commit_offset) ", " \
H A Drseq-arm64.h95 post_commit_offset, abort_ip) \
101 __rseq_str(post_commit_offset) ", " \
H A Drseq-abi.h52 __u64 post_commit_offset; member
/kernel/linux/linux-5.10/kernel/
H A Drseq.c141 rseq_cs->start_ip + rseq_cs->post_commit_offset >= TASK_SIZE || in rseq_get_rseq_cs()
146 if (rseq_cs->start_ip + rseq_cs->post_commit_offset < rseq_cs->start_ip) in rseq_get_rseq_cs()
149 if (rseq_cs->abort_ip - rseq_cs->start_ip < rseq_cs->post_commit_offset) in rseq_get_rseq_cs()
223 * ip < start_ip + post_commit_offset.
227 return ip - rseq_cs->start_ip < rseq_cs->post_commit_offset; in in_rseq_cs()
254 trace_rseq_ip_fixup(ip, rseq_cs.start_ip, rseq_cs.post_commit_offset, in rseq_ip_fixup()
/kernel/linux/linux-6.6/kernel/
H A Drseq.c178 rseq_cs->start_ip + rseq_cs->post_commit_offset >= TASK_SIZE || in rseq_get_rseq_cs()
183 if (rseq_cs->start_ip + rseq_cs->post_commit_offset < rseq_cs->start_ip) in rseq_get_rseq_cs()
186 if (rseq_cs->abort_ip - rseq_cs->start_ip < rseq_cs->post_commit_offset) in rseq_get_rseq_cs()
267 * ip < start_ip + post_commit_offset.
271 return ip - rseq_cs->start_ip < rseq_cs->post_commit_offset; in in_rseq_cs()
298 trace_rseq_ip_fixup(ip, rseq_cs.start_ip, rseq_cs.post_commit_offset, in rseq_ip_fixup()
/kernel/linux/linux-5.10/tools/testing/selftests/rseq/
H A Drseq-mips.h90 post_commit_offset, abort_ip) \
96 LONG " " U32_U64_PAD(__rseq_str(post_commit_offset)) "\n\t" \
134 start_ip, post_commit_offset, abort_ip) \
139 LONG " " U32_U64_PAD(__rseq_str(post_commit_offset)) "\n\t" \
H A Drseq-arm.h87 post_commit_offset, abort_ip) \
92 ".word " __rseq_str(start_ip) ", 0x0, " __rseq_str(post_commit_offset) ", 0x0, " __rseq_str(abort_ip) ", 0x0\n\t" \
129 start_ip, post_commit_offset, abort_ip) \
133 ".word " __rseq_str(start_ip) ", 0x0, " __rseq_str(post_commit_offset) ", 0x0, " __rseq_str(abort_ip) ", 0x0\n\t" \
H A Drseq-s390.h46 start_ip, post_commit_offset, abort_ip) \
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) \
78 ".long 0x0, " __rseq_str(start_ip) ", 0x0, " __rseq_str(post_commit_offset) ", 0x0, " __rseq_str(abort_ip) "\n\t" \
H A Drseq-abi.h52 __u64 post_commit_offset; member
H A Drseq-ppc.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" \
104 start_ip, post_commit_offset, abort_ip) \
110 ".long 0x0, " __rseq_str(start_ip) ", 0x0, " __rseq_str(post_commit_offset) ", 0x0, " __rseq_str(abort_ip) "\n\t" \
H A Drseq-x86.h58 start_ip, post_commit_offset, abort_ip) \
63 ".quad " __rseq_str(start_ip) ", " __rseq_str(post_commit_offset) ", " __rseq_str(abort_ip) "\n\t" \
669 start_ip, post_commit_offset, abort_ip) \
674 ".long " __rseq_str(start_ip) ", 0x0, " __rseq_str(post_commit_offset) ", 0x0, " __rseq_str(abort_ip) ", 0x0\n\t" \
H A Drseq-arm64.h97 post_commit_offset, abort_ip) \
103 __rseq_str(post_commit_offset) ", " \
/kernel/linux/linux-5.10/include/uapi/linux/
H A Drseq.h52 __u64 post_commit_offset; member
/kernel/linux/linux-6.6/include/uapi/linux/
H A Drseq.h52 __u64 post_commit_offset; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Drseq.h44 __u64 post_commit_offset; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Drseq.h44 __u64 post_commit_offset; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Drseq.h37 __u64 post_commit_offset; member

Completed in 12 milliseconds