| /OK3568_Linux_fs/kernel/include/trace/events/ |
| H 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,
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/rseq/ |
| H 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 …]
|
| H 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 133 …".word " __rseq_str(start_ip) ", 0x0, " __rseq_str(post_commit_offset) ", 0x0, " __rseq_str(abort_… 140 start_ip, post_commit_ip, abort_ip) \ argument [all …]
|
| H 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" \ 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, \ 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 [all …]
|
| H A D | rseq-ppc.h | 59 start_ip, post_commit_offset, abort_ip) \ argument 64 …".quad " __rseq_str(start_ip) ", " __rseq_str(post_commit_offset) ", " __rseq_str(abort_ip) "\n\t"… 88 #define RSEQ_ASM_DEFINE_EXIT_POINT(start_ip, exit_ip) \ argument 90 ".quad " __rseq_str(start_ip) ", " __rseq_str(exit_ip) "\n\t" \ 104 start_ip, post_commit_offset, abort_ip) \ argument 110 …".long 0x0, " __rseq_str(start_ip) ", 0x0, " __rseq_str(post_commit_offset) ", 0x0, " __rseq_str(a… 124 #define RSEQ_ASM_DEFINE_EXIT_POINT(start_ip, exit_ip) \ argument 127 ".long 0x0, " __rseq_str(start_ip) ", 0x0, " __rseq_str(exit_ip) "\n\t" \ 139 #define RSEQ_ASM_DEFINE_TABLE(label, start_ip, post_commit_ip, abort_ip) \ argument 140 __RSEQ_ASM_DEFINE_TABLE(label, 0x0, 0x0, start_ip, \ [all …]
|
| H A D | rseq-x86.h | 58 start_ip, post_commit_offset, abort_ip) \ argument 63 …".quad " __rseq_str(start_ip) ", " __rseq_str(post_commit_offset) ", " __rseq_str(abort_ip) "\n\t"… 70 #define RSEQ_ASM_DEFINE_TABLE(label, start_ip, post_commit_ip, abort_ip) \ argument 71 __RSEQ_ASM_DEFINE_TABLE(label, 0x0, 0x0, start_ip, \ 72 (post_commit_ip - start_ip), abort_ip) 82 #define RSEQ_ASM_DEFINE_EXIT_POINT(start_ip, exit_ip) \ argument 84 ".quad " __rseq_str(start_ip) ", " __rseq_str(exit_ip) "\n\t" \ 669 start_ip, post_commit_offset, abort_ip) \ argument 674 …".long " __rseq_str(start_ip) ", 0x0, " __rseq_str(post_commit_offset) ", 0x0, " __rseq_str(abort_… 680 #define RSEQ_ASM_DEFINE_TABLE(label, start_ip, post_commit_ip, abort_ip) \ argument [all …]
|
| H 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" \
|
| H A D | rseq-abi.h | 50 __u64 start_ip; member
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | rseq.c | 140 if (rseq_cs->start_ip >= TASK_SIZE || in rseq_get_rseq_cs() 141 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() 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()
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | smpboot.c | 958 wakeup_cpu_via_init_nmi(int cpu, unsigned long start_ip, int apicid, in wakeup_cpu_via_init_nmi() argument 970 boot_error = wakeup_secondary_cpu_via_init(apicid, start_ip); in wakeup_cpu_via_init_nmi() 989 boot_error = wakeup_secondary_cpu_via_nmi(id, start_ip); in wakeup_cpu_via_init_nmi() 1032 unsigned long start_ip = real_mode_header->trampoline_start; in do_boot_cpu() local 1057 smpboot_setup_warm_reset_vector(start_ip); in do_boot_cpu() 1083 boot_error = apic->wakeup_secondary_cpu(apicid, start_ip); in do_boot_cpu() 1085 boot_error = wakeup_cpu_via_init_nmi(cpu, start_ip, apicid, in do_boot_cpu()
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | rseq.h | 50 __u64 start_ip; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | rseq.h | 50 __u64 start_ip; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | rseq.h | 50 __u64 start_ip; member
|
| /OK3568_Linux_fs/external/xserver/os/ |
| H A D | backtrace.c | 93 ip = pip.start_ip + off; in xorg_backtrace()
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | unwind-libunwind-local.c | 394 di.start_ip = map->start; in find_proc_info()
|
| H A D | intel-pt.c | 572 u64 offset, start_offset, start_ip; in intel_pt_walk_next_insn() local 621 start_ip = *ip; in intel_pt_walk_next_insn() 682 *ip - start_ip, intel_pt_insn); in intel_pt_walk_next_insn()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/ |
| H A D | 0001-Fix-compilation-with-fno-common.patch | 166 if (ip >= di->start_ip && ip < di->end_ip)
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 717 The address retrieved in "pip.start_ip" is not necessarily the same 719 Therefore using "pip.start_ip + off" is not reliable, at least 34864 if (dladdr((void *)(pip.start_ip + off), &dlinfo) && 34869 (void *)(pip.start_ip + off));
|