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.c100 case EM_X86_64: in cpu_isa_init()
119 case EM_X86_64: in vcpu_id_str()
142 case EM_X86_64: in kvm_exit_reason()
156 case EM_X86_64: in kvm_entry_trace()
178 case EM_X86_64: in kvm_exit_trace()
206 case EM_X86_64: in kvm_events_tp()
229 case EM_X86_64: in kvm_reg_events_ops()
252 case EM_X86_64: in kvm_skip_events()
267 case EM_X86_64: in kvm_add_default_arch_event()
H A Dperf_regs.c23 case EM_X86_64: in perf_sdt_arg_parse_op()
66 case EM_X86_64: in perf_intr_reg_mask()
109 case EM_X86_64: in perf_user_reg_mask()
152 case EM_X86_64: in perf_reg_name()
213 case EM_X86_64: in perf_arch_reg_ip()
242 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.c81 case EM_X86_64: in elf_machine_max_instruction_length()
111 if (e_machine == EM_386 || e_machine == EM_X86_64) { in perf_sample__fetch_insn()
H A Dsymbol-minimal.c315 if (ehdr.e_machine == EM_X86_64) in dso__type_fd()
H A Dsymbol-elf.c331 return ehdr->e_machine == EM_X86_64 && ri->is_rela && in addend_may_be_ifunc()
391 case EM_X86_64: in get_plt_sizes()
411 return e_machine == EM_386 || e_machine == EM_X86_64; in machine_is_x86()
580 if (ehdr->e_machine == EM_X86_64) in dso__synthesize_plt_got_symbols()
1884 if (ehdr.e_machine == EM_X86_64) in dso__type_fd()
H A Ddisasm.c154 [EM_X86_64] = arch__new_x86, in arch__find()
197 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/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
H A Daudit.h448 #define AUDIT_ARCH_X86_64 (EM_X86_64|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE)
/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.c906 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.c1507 if (emachine == EM_386 || emachine == EM_X86_64) in ignore_undef_symbol()