Symbol: EM_RISCV
arch/riscv/include/asm/elf.h
22
#define ELF_ARCH EM_RISCV
arch/riscv/include/asm/elf.h
37
#define elf_check_arch(x) (((x)->e_machine == EM_RISCV) && \
arch/riscv/kernel/process.c
122
hdr->e_machine == EM_RISCV &&
arch/riscv/kernel/ptrace.c
428
.e_machine = EM_RISCV,
arch/riscv/kernel/ptrace.c
609
.e_machine = EM_RISCV,
include/uapi/linux/audit.h
434
#define AUDIT_ARCH_RISCV32 (EM_RISCV|__AUDIT_ARCH_LE)
include/uapi/linux/audit.h
435
#define AUDIT_ARCH_RISCV64 (EM_RISCV|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE)
scripts/mod/modpost.c
1293
#ifndef EM_RISCV
scripts/mod/modpost.c
1365
case EM_RISCV:
scripts/sorttable.c
57
#ifndef EM_RISCV
scripts/sorttable.c
900
case EM_RISCV:
scripts/sorttable.c
905
case EM_RISCV:
tools/perf/arch/common.c
165
if (target == EM_RISCV) {
tools/perf/arch/common.c
221
case EM_RISCV:
tools/perf/util/capstone.c
185
case EM_RISCV:
tools/perf/util/disasm.c
151
[EM_RISCV] = arch__new_riscv64,
tools/perf/util/dwarf-regs.c
132
case EM_RISCV:
tools/perf/util/dwarf-regs.c
175
case EM_RISCV:
tools/perf/util/dwarf-regs.c
214
case EM_RISCV:
tools/perf/util/dwarf-regs.c
57
case EM_RISCV:
tools/perf/util/env.c
679
{"riscv", EM_RISCV},
tools/perf/util/env.c
867
if (e_machine == EM_RISCV && perf_env__kernel_is_64_bit(env) == 1)
tools/perf/util/genelf.h
44
#define GEN_ELF_ARCH EM_RISCV
tools/perf/util/genelf.h
47
#define GEN_ELF_ARCH EM_RISCV
tools/perf/util/include/dwarf-regs.h
70
#define EM_HOST EM_RISCV
tools/perf/util/kvm-stat-arch/kvm-stat-riscv.c
29
key->key = perf_sample__intval(sample, kvm_exit_reason(EM_RISCV)) & ~CAUSE_IRQ_FLAG(xlen);
tools/perf/util/kvm-stat-arch/kvm-stat-riscv.c
36
return evsel__name_is(sample->evsel, kvm_entry_trace(EM_RISCV));
tools/perf/util/kvm-stat-arch/kvm-stat-riscv.c
42
if (evsel__name_is(sample->evsel, kvm_exit_trace(EM_RISCV))) {
tools/perf/util/kvm-stat.c
110
case EM_RISCV:
tools/perf/util/kvm-stat.c
135
case EM_RISCV:
tools/perf/util/kvm-stat.c
152
case EM_RISCV:
tools/perf/util/kvm-stat.c
174
case EM_RISCV:
tools/perf/util/kvm-stat.c
199
case EM_RISCV:
tools/perf/util/kvm-stat.c
222
case EM_RISCV:
tools/perf/util/kvm-stat.c
245
case EM_RISCV:
tools/perf/util/kvm-stat.c
93
case EM_RISCV:
tools/perf/util/libunwind-arch/libunwind-arch.c
106
case EM_RISCV:
tools/perf/util/libunwind-arch/libunwind-arch.c
139
case EM_RISCV:
tools/perf/util/libunwind-arch/libunwind-arch.c
180
case EM_RISCV:
tools/perf/util/libunwind-arch/libunwind-arch.c
227
case EM_RISCV:
tools/perf/util/libunwind-arch/libunwind-arch.c
23
case EM_RISCV:
tools/perf/util/libunwind-arch/libunwind-arch.c
269
case EM_RISCV:
tools/perf/util/libunwind-arch/libunwind-arch.c
307
case EM_RISCV:
tools/perf/util/libunwind-arch/libunwind-arch.c
63
case EM_RISCV:
tools/perf/util/libunwind-arch/libunwind-riscv.c
251
ui->ui.e_machine = EM_RISCV;
tools/perf/util/perf_regs.c
108
case EM_RISCV:
tools/perf/util/perf_regs.c
151
case EM_RISCV:
tools/perf/util/perf_regs.c
214
case EM_RISCV:
tools/perf/util/perf_regs.c
22
case EM_RISCV:
tools/perf/util/perf_regs.c
243
case EM_RISCV:
tools/perf/util/perf_regs.c
65
case EM_RISCV:
tools/perf/util/sample.c
79
case EM_RISCV: /* Variable due to Compressed (C) extension */
tools/perf/util/symbol-elf.c
1653
if (ehdr.e_machine == EM_RISCV) {
tools/perf/util/symbol-elf.c
377
case EM_RISCV: