/linux/include/trace/events/ |
A D | rseq.h | 30 TP_PROTO(unsigned long regs_ip, unsigned long start_ip, 33 TP_ARGS(regs_ip, start_ip, post_commit_offset, abort_ip), 37 __field(unsigned long, start_ip) 44 __entry->start_ip = start_ip; 50 __entry->regs_ip, __entry->start_ip,
|
/linux/tools/testing/selftests/rseq/ |
A D | rseq-s390.h | 46 start_ip, post_commit_offset, abort_ip) \ argument 51 …".quad " __rseq_str(start_ip) ", " __rseq_str(post_commit_offset) ", " __rseq_str(abort_ip) "\n\t"… 65 #define RSEQ_ASM_DEFINE_EXIT_POINT(start_ip, exit_ip) \ argument 67 ".quad " __rseq_str(start_ip) ", " __rseq_str(exit_ip) "\n\t" \ 73 start_ip, post_commit_offset, abort_ip) \ argument 78 …".long 0x0, " __rseq_str(start_ip) ", 0x0, " __rseq_str(post_commit_offset) ", 0x0, " __rseq_str(a… 92 #define RSEQ_ASM_DEFINE_EXIT_POINT(start_ip, exit_ip) \ argument 94 ".long 0x0, " __rseq_str(start_ip) ", 0x0, " __rseq_str(exit_ip) "\n\t" \ 107 #define RSEQ_ASM_DEFINE_TABLE(label, start_ip, post_commit_ip, abort_ip) \ argument 108 __RSEQ_ASM_DEFINE_TABLE(label, 0x0, 0x0, start_ip, \ [all …]
|
A D | rseq-arm.h | 86 #define __RSEQ_ASM_DEFINE_TABLE(label, version, flags, start_ip, \ argument 92 …".word " __rseq_str(start_ip) ", 0x0, " __rseq_str(post_commit_offset) ", 0x0, " __rseq_str(abort_… 98 #define RSEQ_ASM_DEFINE_TABLE(label, start_ip, post_commit_ip, abort_ip) \ argument 99 __RSEQ_ASM_DEFINE_TABLE(label, 0x0, 0x0, start_ip, \ 100 (post_commit_ip - start_ip), abort_ip) 110 #define RSEQ_ASM_DEFINE_EXIT_POINT(start_ip, exit_ip) \ argument 112 ".word " __rseq_str(start_ip) ", 0x0, " __rseq_str(exit_ip) ", 0x0\n\t" \ 129 start_ip, post_commit_offset, abort_ip) \ argument 140 start_ip, post_commit_ip, abort_ip) \ argument 142 abort_label, 0x0, 0x0, start_ip, \ [all …]
|
A D | rseq-mips.h | 89 #define __RSEQ_ASM_DEFINE_TABLE(label, version, flags, start_ip, \ argument 95 LONG " " U32_U64_PAD(__rseq_str(start_ip)) "\n\t" \ 104 __RSEQ_ASM_DEFINE_TABLE(label, 0x0, 0x0, start_ip, \ 105 (post_commit_ip - start_ip), abort_ip) 115 #define RSEQ_ASM_DEFINE_EXIT_POINT(start_ip, exit_ip) \ argument 117 LONG " " U32_U64_PAD(__rseq_str(start_ip)) "\n\t" \ 134 start_ip, post_commit_offset, abort_ip) \ argument 138 LONG " " U32_U64_PAD(__rseq_str(start_ip)) "\n\t" \ 147 start_ip, post_commit_ip, abort_ip) \ argument 149 abort_label, 0x0, 0x0, start_ip, \ [all …]
|
A D | rseq-ppc.h | 56 start_ip, post_commit_offset, abort_ip) \ argument 61 …".quad " __rseq_str(start_ip) ", " __rseq_str(post_commit_offset) ", " __rseq_str(abort_ip) "\n\t"… 85 #define RSEQ_ASM_DEFINE_EXIT_POINT(start_ip, exit_ip) \ argument 87 ".quad " __rseq_str(start_ip) ", " __rseq_str(exit_ip) "\n\t" \ 98 start_ip, post_commit_offset, abort_ip) \ argument 104 …".long 0x0, " __rseq_str(start_ip) ", 0x0, " __rseq_str(post_commit_offset) ", 0x0, " __rseq_str(a… 118 #define RSEQ_ASM_DEFINE_EXIT_POINT(start_ip, exit_ip) \ argument 121 ".long 0x0, " __rseq_str(start_ip) ", 0x0, " __rseq_str(exit_ip) "\n\t" \ 133 #define RSEQ_ASM_DEFINE_TABLE(label, start_ip, post_commit_ip, abort_ip) \ argument 134 __RSEQ_ASM_DEFINE_TABLE(label, 0x0, 0x0, start_ip, \ [all …]
|
A D | rseq-x86.h | 56 start_ip, post_commit_offset, abort_ip) \ argument 68 #define RSEQ_ASM_DEFINE_TABLE(label, start_ip, post_commit_ip, abort_ip) \ argument 69 __RSEQ_ASM_DEFINE_TABLE(label, 0x0, 0x0, start_ip, \ 70 (post_commit_ip - start_ip), abort_ip) 80 #define RSEQ_ASM_DEFINE_EXIT_POINT(start_ip, exit_ip) \ argument 82 ".quad " __rseq_str(start_ip) ", " __rseq_str(exit_ip) "\n\t" \ 636 start_ip, post_commit_offset, abort_ip) \ argument 647 #define RSEQ_ASM_DEFINE_TABLE(label, start_ip, post_commit_ip, abort_ip) \ argument 648 __RSEQ_ASM_DEFINE_TABLE(label, 0x0, 0x0, start_ip, \ 649 (post_commit_ip - start_ip), abort_ip) [all …]
|
A D | rseq-arm64.h | 96 #define __RSEQ_ASM_DEFINE_TABLE(label, version, flags, start_ip, \ argument 102 " .quad " __rseq_str(start_ip) ", " \ 110 #define RSEQ_ASM_DEFINE_TABLE(label, start_ip, post_commit_ip, abort_ip) \ argument 111 __RSEQ_ASM_DEFINE_TABLE(label, 0x0, 0x0, start_ip, \ 112 (post_commit_ip - start_ip), abort_ip) 122 #define RSEQ_ASM_DEFINE_EXIT_POINT(start_ip, exit_ip) \ argument 124 " .quad " __rseq_str(start_ip) ", " __rseq_str(exit_ip) "\n" \
|
/linux/kernel/ |
A D | rseq.c | 147 if (rseq_cs->start_ip >= TASK_SIZE || in rseq_get_rseq_cs() 148 rseq_cs->start_ip + rseq_cs->post_commit_offset >= TASK_SIZE || in rseq_get_rseq_cs() 153 if (rseq_cs->start_ip + rseq_cs->post_commit_offset < rseq_cs->start_ip) in rseq_get_rseq_cs() 156 if (rseq_cs->abort_ip - rseq_cs->start_ip < rseq_cs->post_commit_offset) in rseq_get_rseq_cs() 234 return ip - rseq_cs->start_ip < rseq_cs->post_commit_offset; in in_rseq_cs() 261 trace_rseq_ip_fixup(ip, rseq_cs.start_ip, rseq_cs.post_commit_offset, in rseq_ip_fixup()
|
/linux/arch/x86/kernel/ |
A D | smpboot.c | 1015 wakeup_cpu_via_init_nmi(int cpu, unsigned long start_ip, int apicid, in wakeup_cpu_via_init_nmi() argument 1027 boot_error = wakeup_secondary_cpu_via_init(apicid, start_ip); in wakeup_cpu_via_init_nmi() 1043 boot_error = wakeup_secondary_cpu_via_nmi(id, start_ip); in wakeup_cpu_via_init_nmi() 1086 unsigned long start_ip = real_mode_header->trampoline_start; in do_boot_cpu() local 1111 smpboot_setup_warm_reset_vector(start_ip); in do_boot_cpu() 1137 boot_error = apic->wakeup_secondary_cpu(apicid, start_ip); in do_boot_cpu() 1139 boot_error = wakeup_cpu_via_init_nmi(cpu, start_ip, apicid, in do_boot_cpu()
|
/linux/include/uapi/linux/ |
A D | rseq.h | 50 __u64 start_ip; member
|
/linux/tools/perf/util/ |
A D | unwind-libunwind-local.c | 394 di.start_ip = map->start; in find_proc_info()
|
A D | intel-pt.c | 705 u64 offset, start_offset, start_ip; in intel_pt_walk_next_insn() local 764 start_ip = *ip; in intel_pt_walk_next_insn() 825 *ip - start_ip, intel_pt_insn); in intel_pt_walk_next_insn()
|