Symbol: EM_AARCH64
arch/arm64/include/asm/elf.h
80
#define ELF_ARCH EM_AARCH64
arch/arm64/include/asm/elf.h
97
#define elf_check_arch(x) ((x)->e_machine == EM_AARCH64)
arch/arm64/kernel/ptrace.c
1794
.name = "aarch64", .e_machine = EM_AARCH64,
arch/arm64/kvm/hyp/nvhe/gen-hyprel.c
292
assert_eq(elf16toh(elf.ehdr->e_machine), EM_AARCH64, "%u");
include/uapi/linux/audit.h
396
#define AUDIT_ARCH_AARCH64 (EM_AARCH64|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE)
scripts/recordmcount.c
35
#ifndef EM_AARCH64
scripts/recordmcount.c
586
case EM_AARCH64:
scripts/sorttable.c
45
#ifndef EM_AARCH64
scripts/sorttable.c
895
case EM_AARCH64:
scripts/sorttable.c
904
case EM_AARCH64:
tools/perf/arch/common.c
155
if (host == EM_AARCH64 && target == EM_ARM)
tools/perf/arch/common.c
214
case EM_AARCH64:
tools/perf/builtin-c2c.c
3232
if (perf_env__e_machine(env, /*e_flags=*/NULL) == EM_AARCH64)
tools/perf/builtin-record.c
4325
if (EM_HOST == EM_AARCH64)
tools/perf/tests/topology.c
108
if (!env->cpu && e_machine != EM_S390 && e_machine != EM_AARCH64)
tools/perf/util/callchain.c
1768
if (callchain_param.record_mode == CALLCHAIN_FP && e_machine == EM_AARCH64)
tools/perf/util/capstone.c
156
case EM_AARCH64:
tools/perf/util/disasm.c
145
[EM_AARCH64] = arch__new_arm64,
tools/perf/util/dwarf-regs.c
116
case EM_AARCH64:
tools/perf/util/dwarf-regs.c
166
case EM_AARCH64:
tools/perf/util/dwarf-regs.c
204
case EM_AARCH64:
tools/perf/util/dwarf-regs.c
46
case EM_AARCH64:
tools/perf/util/env.c
656
{"aarch64", EM_AARCH64},
tools/perf/util/env.c
724
? EM_AARCH64 : EM_ARM;
tools/perf/util/env.c
759
{"arm64", EM_AARCH64},
tools/perf/util/genelf.h
20
#define GEN_ELF_ARCH EM_AARCH64
tools/perf/util/include/dwarf-regs.h
31
#define EM_HOST EM_AARCH64
tools/perf/util/include/dwarf-regs.h
7
#ifndef EM_AARCH64
tools/perf/util/kvm-stat-arch/kvm-stat-arm64.c
24
key->key = perf_sample__intval(sample, kvm_exit_reason(EM_AARCH64));
tools/perf/util/kvm-stat-arch/kvm-stat-arm64.c
41
return evsel__name_is(sample->evsel, kvm_entry_trace(EM_AARCH64));
tools/perf/util/kvm-stat-arch/kvm-stat-arm64.c
47
if (evsel__name_is(sample->evsel, kvm_exit_trace(EM_AARCH64))) {
tools/perf/util/kvm-stat.c
109
case EM_AARCH64:
tools/perf/util/kvm-stat.c
128
case EM_AARCH64:
tools/perf/util/kvm-stat.c
151
case EM_AARCH64:
tools/perf/util/kvm-stat.c
172
case EM_AARCH64:
tools/perf/util/kvm-stat.c
192
case EM_AARCH64:
tools/perf/util/kvm-stat.c
215
case EM_AARCH64:
tools/perf/util/kvm-stat.c
238
case EM_AARCH64:
tools/perf/util/kvm-stat.c
86
case EM_AARCH64:
tools/perf/util/libunwind-arch/libunwind-arch.c
129
case EM_AARCH64:
tools/perf/util/libunwind-arch/libunwind-arch.c
13
case EM_AARCH64:
tools/perf/util/libunwind-arch/libunwind-arch.c
165
case EM_AARCH64:
tools/perf/util/libunwind-arch/libunwind-arch.c
211
case EM_AARCH64:
tools/perf/util/libunwind-arch/libunwind-arch.c
254
case EM_AARCH64:
tools/perf/util/libunwind-arch/libunwind-arch.c
297
case EM_AARCH64:
tools/perf/util/libunwind-arch/libunwind-arch.c
48
case EM_AARCH64:
tools/perf/util/libunwind-arch/libunwind-arch.c
91
case EM_AARCH64:
tools/perf/util/libunwind-arch/libunwind-arm64.c
243
ui->ui.e_machine = EM_AARCH64;
tools/perf/util/llvm.c
160
if (args->arch->id.e_machine == EM_AARCH64)
tools/perf/util/machine.c
2816
if (thread__e_machine(thread, /*machine=*/NULL, /*e_flags=*/NULL) == EM_AARCH64)
tools/perf/util/perf_regs.c
135
case EM_AARCH64:
tools/perf/util/perf_regs.c
15
case EM_AARCH64:
tools/perf/util/perf_regs.c
203
case EM_AARCH64:
tools/perf/util/perf_regs.c
232
case EM_AARCH64:
tools/perf/util/perf_regs.c
49
case EM_AARCH64:
tools/perf/util/perf_regs.c
92
case EM_AARCH64:
tools/perf/util/print_insn.c
47
return e_machine == EM_X86_64 || e_machine == EM_AARCH64 || e_machine == EM_S390;
tools/perf/util/sample.c
65
case EM_AARCH64:
tools/perf/util/symbol-elf.c
1646
if (ehdr.e_machine == EM_ARM || ehdr.e_machine == EM_AARCH64) {
tools/perf/util/symbol-elf.c
28
#ifndef EM_AARCH64
tools/perf/util/symbol-elf.c
375
case EM_AARCH64: