Home
last modified time | relevance | path

Searched refs:EM_RISCV (Results 1 – 14 of 14) sorted by relevance

/linux/tools/perf/util/
H A Dkvm-stat.c96 case EM_RISCV: in cpu_isa_init()
113 case EM_RISCV: in vcpu_id_str()
138 case EM_RISCV: in kvm_exit_reason()
155 case EM_RISCV: in kvm_entry_trace()
177 case EM_RISCV: in kvm_exit_trace()
202 case EM_RISCV: in kvm_events_tp()
225 case EM_RISCV: in kvm_reg_events_ops()
248 case EM_RISCV: in kvm_skip_events()
H A Dperf_regs.c62 case EM_RISCV: in perf_intr_reg_mask()
105 case EM_RISCV: in perf_user_reg_mask()
148 case EM_RISCV: in perf_reg_name()
211 case EM_RISCV: in perf_arch_reg_ip()
240 case EM_RISCV: in perf_arch_reg_sp()
H A Ddwarf-regs.c57 case EM_RISCV: in get_dwarf_regstr()
132 case EM_RISCV: in get_dwarf_regnum()
175 case EM_RISCV: in get_libdw_frame_nregs()
214 case EM_RISCV: in get_dwarf_regnum_for_perf_regnum()
H A Dsample.c79 case EM_RISCV: /* Variable due to Compressed (C) extension */ in elf_machine_max_instruction_length()
H A Ddisasm.c151 [EM_RISCV] = arch__new_riscv64, in arch__find()
H A Dsymbol-elf.c376 case EM_RISCV: in get_plt_sizes()
1605 if (ehdr.e_machine == EM_RISCV) { in dso__load_sym_internal()
/linux/tools/perf/util/kvm-stat-arch/
H A Dkvm-stat-riscv.c30 key->key = evsel__intval(evsel, sample, kvm_exit_reason(EM_RISCV)) & ~CAUSE_IRQ_FLAG(xlen); in event_get_key()
38 return evsel__name_is(evsel, kvm_entry_trace(EM_RISCV)); in event_begin()
45 if (evsel__name_is(evsel, kvm_exit_trace(EM_RISCV))) { in event_end()
/linux/arch/riscv/include/asm/
H A Delf.h22 #define ELF_ARCH EM_RISCV
37 #define elf_check_arch(x) (((x)->e_machine == EM_RISCV) && \
/linux/include/uapi/linux/
H A Delf-em.h51 #define EM_RISCV 243 /* RISC-V */ macro
/linux/tools/perf/util/include/
H A Ddwarf-regs.h70 #define EM_HOST EM_RISCV
/linux/arch/riscv/kernel/
H A Dptrace.c428 .e_machine = EM_RISCV,
609 .e_machine = EM_RISCV,
H A Dprocess.c122 hdr->e_machine == EM_RISCV && in compat_elf_check_arch()
/linux/scripts/
H A Dsorttable.c57 #ifndef EM_RISCV
58 #define EM_RISCV 243 macro
904 case EM_RISCV: in do_file()
/linux/scripts/mod/
H A Dmodpost.c1291 #ifndef EM_RISCV
1292 #define EM_RISCV 243 macro
1363 case EM_RISCV: in section_rela()