Home
last modified time | relevance | path

Searched defs:start_ip (Results 1 – 9 of 9) sorted by relevance

/tools/testing/selftests/rseq/
Drseq-arm.h82 #define __RSEQ_ASM_DEFINE_TABLE(label, version, flags, start_ip, \ argument
94 #define RSEQ_ASM_DEFINE_TABLE(label, start_ip, post_commit_ip, abort_ip) \ argument
106 #define RSEQ_ASM_DEFINE_EXIT_POINT(start_ip, exit_ip) \ argument
125 start_ip, post_commit_offset, abort_ip) \ argument
136 start_ip, post_commit_ip, abort_ip) \ argument
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
83 #define RSEQ_ASM_DEFINE_EXIT_POINT(start_ip, exit_ip) \ argument
147 start_ip, post_commit_offset, abort_ip) \ argument
158 #define RSEQ_ASM_DEFINE_TABLE(label, start_ip, post_commit_ip, abort_ip) \ argument
170 #define RSEQ_ASM_DEFINE_EXIT_POINT(start_ip, exit_ip) \ argument
Drseq-s390.h42 start_ip, post_commit_offset, abort_ip) \ argument
61 #define RSEQ_ASM_DEFINE_EXIT_POINT(start_ip, exit_ip) \ argument
69 start_ip, post_commit_offset, abort_ip) \ argument
88 #define RSEQ_ASM_DEFINE_EXIT_POINT(start_ip, exit_ip) \ argument
103 #define RSEQ_ASM_DEFINE_TABLE(label, start_ip, post_commit_ip, abort_ip) \ argument
Drseq-mips.h83 #define __RSEQ_ASM_DEFINE_TABLE(label, version, flags, start_ip, \ argument
97 #define RSEQ_ASM_DEFINE_TABLE(label, start_ip, post_commit_ip, abort_ip) \ argument
109 #define RSEQ_ASM_DEFINE_EXIT_POINT(start_ip, exit_ip) \ argument
128 start_ip, post_commit_offset, abort_ip) \ argument
141 start_ip, post_commit_ip, abort_ip) \ argument
Drseq-ppc.h55 start_ip, post_commit_offset, abort_ip) \ argument
84 #define RSEQ_ASM_DEFINE_EXIT_POINT(start_ip, exit_ip) \ argument
100 start_ip, post_commit_offset, abort_ip) \ argument
120 #define RSEQ_ASM_DEFINE_EXIT_POINT(start_ip, exit_ip) \ argument
135 #define RSEQ_ASM_DEFINE_TABLE(label, start_ip, post_commit_ip, abort_ip) \ argument
Drseq-arm64.h94 #define __RSEQ_ASM_DEFINE_TABLE(label, version, flags, start_ip, \ argument
108 #define RSEQ_ASM_DEFINE_TABLE(label, start_ip, post_commit_ip, abort_ip) \ argument
120 #define RSEQ_ASM_DEFINE_EXIT_POINT(start_ip, exit_ip) \ argument
Drseq-riscv.h52 #define __RSEQ_ASM_DEFINE_TABLE(label, version, flags, start_ip, \ argument
66 #define RSEQ_ASM_DEFINE_TABLE(label, start_ip, post_commit_ip, abort_ip) \ argument
78 #define RSEQ_ASM_DEFINE_EXIT_POINT(start_ip, exit_ip) \ argument
Drseq-abi.h50 __u64 start_ip; member
/tools/perf/util/
Dintel-pt.c759 u64 offset, start_offset, start_ip; in intel_pt_walk_next_insn() local