Home
last modified time | relevance | path

Searched refs:start_ip (Results 1 – 11 of 11) sorted by relevance

/tools/testing/selftests/rseq/
A Drseq-arm.h82 #define __RSEQ_ASM_DEFINE_TABLE(label, version, flags, start_ip, \ argument
88 …".word " __rseq_str(start_ip) ", 0x0, " __rseq_str(post_commit_offset) ", 0x0, " __rseq_str(abort_…
94 #define RSEQ_ASM_DEFINE_TABLE(label, start_ip, post_commit_ip, abort_ip) \ argument
95 __RSEQ_ASM_DEFINE_TABLE(label, 0x0, 0x0, start_ip, \
96 (post_commit_ip - start_ip), abort_ip)
106 #define RSEQ_ASM_DEFINE_EXIT_POINT(start_ip, exit_ip) \ argument
108 ".word " __rseq_str(start_ip) ", 0x0, " __rseq_str(exit_ip) ", 0x0\n\t" \
125 start_ip, post_commit_offset, abort_ip) \ argument
136 start_ip, post_commit_ip, abort_ip) \ argument
138 abort_label, 0x0, 0x0, start_ip, \
[all …]
A Drseq-s390.h42 start_ip, post_commit_offset, abort_ip) \ argument
47 …".quad " __rseq_str(start_ip) ", " __rseq_str(post_commit_offset) ", " __rseq_str(abort_ip) "\n\t"…
61 #define RSEQ_ASM_DEFINE_EXIT_POINT(start_ip, exit_ip) \ argument
63 ".quad " __rseq_str(start_ip) ", " __rseq_str(exit_ip) "\n\t" \
69 start_ip, post_commit_offset, abort_ip) \ argument
74 …".long 0x0, " __rseq_str(start_ip) ", 0x0, " __rseq_str(post_commit_offset) ", 0x0, " __rseq_str(a…
88 #define RSEQ_ASM_DEFINE_EXIT_POINT(start_ip, exit_ip) \ argument
90 ".long 0x0, " __rseq_str(start_ip) ", 0x0, " __rseq_str(exit_ip) "\n\t" \
103 #define RSEQ_ASM_DEFINE_TABLE(label, start_ip, post_commit_ip, abort_ip) \ argument
104 __RSEQ_ASM_DEFINE_TABLE(label, 0x0, 0x0, start_ip, \
[all …]
A Drseq-x86.h59 start_ip, post_commit_offset, abort_ip) \ argument
71 #define RSEQ_ASM_DEFINE_TABLE(label, start_ip, post_commit_ip, abort_ip) \ argument
72 __RSEQ_ASM_DEFINE_TABLE(label, 0x0, 0x0, start_ip, \
73 (post_commit_ip - start_ip), abort_ip)
83 #define RSEQ_ASM_DEFINE_EXIT_POINT(start_ip, exit_ip) \ argument
85 ".quad " __rseq_str(start_ip) ", " __rseq_str(exit_ip) "\n\t" \
147 start_ip, post_commit_offset, abort_ip) \ argument
158 #define RSEQ_ASM_DEFINE_TABLE(label, start_ip, post_commit_ip, abort_ip) \ argument
159 __RSEQ_ASM_DEFINE_TABLE(label, 0x0, 0x0, start_ip, \
160 (post_commit_ip - start_ip), abort_ip)
[all …]
A Drseq-mips.h83 #define __RSEQ_ASM_DEFINE_TABLE(label, version, flags, start_ip, \ argument
89 LONG " " U32_U64_PAD(__rseq_str(start_ip)) "\n\t" \
98 __RSEQ_ASM_DEFINE_TABLE(label, 0x0, 0x0, start_ip, \
99 (post_commit_ip - start_ip), abort_ip)
109 #define RSEQ_ASM_DEFINE_EXIT_POINT(start_ip, exit_ip) \ argument
111 LONG " " U32_U64_PAD(__rseq_str(start_ip)) "\n\t" \
128 start_ip, post_commit_offset, abort_ip) \ argument
132 LONG " " U32_U64_PAD(__rseq_str(start_ip)) "\n\t" \
141 start_ip, post_commit_ip, abort_ip) \ argument
143 abort_label, 0x0, 0x0, start_ip, \
[all …]
A Drseq-ppc.h55 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"…
84 #define RSEQ_ASM_DEFINE_EXIT_POINT(start_ip, exit_ip) \ argument
86 ".quad " __rseq_str(start_ip) ", " __rseq_str(exit_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(a…
120 #define RSEQ_ASM_DEFINE_EXIT_POINT(start_ip, exit_ip) \ argument
123 ".long 0x0, " __rseq_str(start_ip) ", 0x0, " __rseq_str(exit_ip) "\n\t" \
135 #define RSEQ_ASM_DEFINE_TABLE(label, start_ip, post_commit_ip, abort_ip) \ argument
136 __RSEQ_ASM_DEFINE_TABLE(label, 0x0, 0x0, start_ip, \
[all …]
A Drseq-or1k.h31 #define __RSEQ_ASM_DEFINE_TABLE(label, version, flags, start_ip, \ argument
37 ".long 0x0, " __rseq_str(start_ip) ", " \
45 #define RSEQ_ASM_DEFINE_TABLE(label, start_ip, post_commit_ip, abort_ip) \ argument
46 __RSEQ_ASM_DEFINE_TABLE(label, 0x0, 0x0, start_ip, \
47 ((post_commit_ip) - (start_ip)), abort_ip)
57 #define RSEQ_ASM_DEFINE_EXIT_POINT(start_ip, exit_ip) \ argument
59 ".long 0x0, " __rseq_str(start_ip) ", 0x0, " __rseq_str(exit_ip) "\n" \
A Drseq-riscv.h52 #define __RSEQ_ASM_DEFINE_TABLE(label, version, flags, start_ip, \ argument
58 ".quad " __rseq_str(start_ip) ", " \
66 #define RSEQ_ASM_DEFINE_TABLE(label, start_ip, post_commit_ip, abort_ip) \ argument
67 __RSEQ_ASM_DEFINE_TABLE(label, 0x0, 0x0, start_ip, \
68 ((post_commit_ip) - (start_ip)), abort_ip)
78 #define RSEQ_ASM_DEFINE_EXIT_POINT(start_ip, exit_ip) \ argument
80 ".quad " __rseq_str(start_ip) ", " __rseq_str(exit_ip) "\n" \
A Drseq-arm64.h94 #define __RSEQ_ASM_DEFINE_TABLE(label, version, flags, start_ip, \ argument
100 " .quad " __rseq_str(start_ip) ", " \
108 #define RSEQ_ASM_DEFINE_TABLE(label, start_ip, post_commit_ip, abort_ip) \ argument
109 __RSEQ_ASM_DEFINE_TABLE(label, 0x0, 0x0, start_ip, \
110 (post_commit_ip - start_ip), abort_ip)
120 #define RSEQ_ASM_DEFINE_EXIT_POINT(start_ip, exit_ip) \ argument
122 " .quad " __rseq_str(start_ip) ", " __rseq_str(exit_ip) "\n" \
A Drseq-abi.h50 __u64 start_ip; member
/tools/perf/util/
A Dunwind-libunwind-local.c472 di.start_ip = map__start(map); in find_proc_info()
A Dintel-pt.c761 u64 offset, start_offset, start_ip; in intel_pt_walk_next_insn() local
855 start_ip = *ip; in intel_pt_walk_next_insn()
935 *ip - start_ip, intel_pt_insn); in intel_pt_walk_next_insn()

Completed in 21 milliseconds