Home
last modified time | relevance | path

Searched refs:EM_X86_64 (Results 1 – 19 of 19) sorted by relevance

/linux/tools/perf/util/
H A Dkvm-stat.c99 case EM_X86_64: in cpu_isa_init()
118 case EM_X86_64: in vcpu_id_str()
141 case EM_X86_64: in kvm_exit_reason()
155 case EM_X86_64: in kvm_entry_trace()
177 case EM_X86_64: in kvm_exit_trace()
205 case EM_X86_64: in kvm_events_tp()
228 case EM_X86_64: in kvm_reg_events_ops()
251 case EM_X86_64: in kvm_skip_events()
266 case EM_X86_64: in kvm_add_default_arch_event()
290 case EM_X86_64
[all...]
H A Dperf_regs.c26 case EM_X86_64: in perf_sdt_arg_parse_op()
72 case EM_X86_64: in perf_intr_reg_mask()
115 case EM_X86_64: in perf_user_reg_mask()
158 case EM_X86_64: in perf_reg_name()
219 case EM_X86_64: in perf_arch_reg_ip()
248 case EM_X86_64: in perf_arch_reg_sp()
H A Ddwarf-regs.c42 case EM_X86_64: in get_dwarf_regstr()
107 case EM_X86_64: in get_dwarf_regnum()
160 case EM_X86_64: in get_libdw_frame_nregs()
195 case EM_X86_64: in get_dwarf_regnum_for_perf_regnum()
H A Dsample.c95 case EM_X86_64: in perf_sample__fetch_insn()
125 if (e_machine == EM_386 || e_machine == EM_X86_64) {
H A Dsymbol-minimal.c327 if (ehdr.e_machine == EM_X86_64) in dso__load_sym()
H A Dsymbol-elf.c331 return ehdr->e_machine == EM_X86_64 && ri->is_rela && in addend_may_be_ifunc()
390 case EM_X86_64: in get_plt_sizes()
410 return e_machine == EM_386 || e_machine == EM_X86_64; in machine_is_x86()
579 if (ehdr->e_machine == EM_X86_64) in dso__synthesize_plt_got_symbols()
1943 if (ehdr.e_machine == EM_X86_64) in kcore__open()
H A Ddisasm.c155 [EM_X86_64] = arch__new_x86, in arch__find()
198 return arch->id.e_machine == EM_386 || arch->id.e_machine == EM_X86_64; in arch__is_x86()
H A Dthread-stack.c163 if (e_machine == EM_X86_64 || e_machine == EM_386) in thread_stack__init()
/linux/arch/x86/include/asm/
H A Delf.h72 #define ELF_ARCH EM_X86_64
146 ((x)->e_machine == EM_X86_64)
150 (IS_ENABLED(CONFIG_X86_X32_ABI) && (x)->e_machine == EM_X86_64))
173 compat_start_thread(regs, new_ip, new_sp, ex->e_machine == EM_X86_64)
177 set_personality_ia32((ex).e_machine == EM_X86_64)
349 if (exec->e_machine == EM_X86_64) \
373 (ex->e_machine == EM_X86_64))
/linux/arch/x86/um/asm/
H A Delf.h99 ((x)->e_machine == EM_X86_64)
103 #define ELF_ARCH EM_X86_64
/linux/arch/x86/tools/
H A Drelocs_64.c6 #define ELF_MACHINE EM_X86_64
/linux/include/uapi/linux/
H A Delf-em.h31 #define EM_X86_64 62 /* AMD x86-64 */ macro
/linux/tools/perf/util/include/
H A Ddwarf-regs.h27 #define EM_HOST EM_X86_64
/linux/arch/x86/um/
H A Dptrace.c287 .name = "x86_64", .e_machine = EM_X86_64,
/linux/scripts/
H A Drecordmcount.c600 case EM_X86_64: in do_file()
H A Dsorttable.c911 case EM_X86_64: in do_file()
/linux/tools/objtool/arch/x86/
H A Ddecode.c42 case EM_X86_64: in is_x86_64()
/linux/arch/x86/kernel/
H A Dptrace.c1285 .name = "x86_64", .e_machine = EM_X86_64,
/linux/kernel/module/
H A Dmain.c1523 if (emachine == EM_386 || emachine == EM_X86_64) in ignore_undef_symbol()