Home
last modified time | relevance | path

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

/tools/testing/selftests/rseq/
Drseq-arm.h86 #define __RSEQ_ASM_DEFINE_TABLE(label, version, flags, start_ip, \ argument
98 #define RSEQ_ASM_DEFINE_TABLE(label, start_ip, post_commit_ip, abort_ip) \ argument
110 #define RSEQ_ASM_DEFINE_EXIT_POINT(start_ip, exit_ip) \ argument
129 start_ip, post_commit_offset, abort_ip) \ argument
140 start_ip, post_commit_ip, abort_ip) \ argument
Drseq-s390.h46 start_ip, post_commit_offset, abort_ip) \ argument
65 #define RSEQ_ASM_DEFINE_EXIT_POINT(start_ip, exit_ip) \ argument
73 start_ip, post_commit_offset, abort_ip) \ argument
92 #define RSEQ_ASM_DEFINE_EXIT_POINT(start_ip, exit_ip) \ argument
107 #define RSEQ_ASM_DEFINE_TABLE(label, start_ip, post_commit_ip, abort_ip) \ argument
Drseq-mips.h89 #define __RSEQ_ASM_DEFINE_TABLE(label, version, flags, start_ip, \ argument
103 #define RSEQ_ASM_DEFINE_TABLE(label, start_ip, post_commit_ip, abort_ip) \ argument
115 #define RSEQ_ASM_DEFINE_EXIT_POINT(start_ip, exit_ip) \ argument
134 start_ip, post_commit_offset, abort_ip) \ argument
147 start_ip, post_commit_ip, abort_ip) \ argument
Drseq-x86.h58 start_ip, post_commit_offset, abort_ip) \ argument
70 #define RSEQ_ASM_DEFINE_TABLE(label, start_ip, post_commit_ip, abort_ip) \ argument
82 #define RSEQ_ASM_DEFINE_EXIT_POINT(start_ip, exit_ip) \ argument
669 start_ip, post_commit_offset, abort_ip) \ argument
680 #define RSEQ_ASM_DEFINE_TABLE(label, start_ip, post_commit_ip, abort_ip) \ argument
692 #define RSEQ_ASM_DEFINE_EXIT_POINT(start_ip, exit_ip) \ argument
Drseq-ppc.h59 start_ip, post_commit_offset, abort_ip) \ argument
88 #define RSEQ_ASM_DEFINE_EXIT_POINT(start_ip, exit_ip) \ argument
104 start_ip, post_commit_offset, abort_ip) \ argument
124 #define RSEQ_ASM_DEFINE_EXIT_POINT(start_ip, exit_ip) \ argument
139 #define RSEQ_ASM_DEFINE_TABLE(label, start_ip, post_commit_ip, abort_ip) \ argument
Drseq-arm64.h96 #define __RSEQ_ASM_DEFINE_TABLE(label, version, flags, start_ip, \ argument
110 #define RSEQ_ASM_DEFINE_TABLE(label, start_ip, post_commit_ip, abort_ip) \ argument
122 #define RSEQ_ASM_DEFINE_EXIT_POINT(start_ip, exit_ip) \ argument
Drseq-abi.h50 __u64 start_ip; member
/tools/perf/util/
Dintel-pt.c718 u64 offset, start_offset, start_ip; in intel_pt_walk_next_insn() local