Searched refs:EM_RISCV (Results 1 - 8 of 8) sorted by relevance

/linux-master/include/uapi/linux/
H A Delf-em.h51 #define EM_RISCV 243 /* RISC-V */ macro
H A Daudit.h426 #define AUDIT_ARCH_RISCV32 (EM_RISCV|__AUDIT_ARCH_LE)
427 #define AUDIT_ARCH_RISCV64 (EM_RISCV|__AUDIT_ARCH_64BIT|__AUDIT_ARCH_LE)
/linux-master/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-master/tools/perf/util/
H A Dgenelf.h44 #define GEN_ELF_ARCH EM_RISCV
/linux-master/scripts/
H A Dsorttable.c59 #ifndef EM_RISCV
60 #define EM_RISCV 243 macro
308 case EM_RISCV:
/linux-master/arch/riscv/kernel/
H A Dptrace.c189 .e_machine = EM_RISCV,
362 .e_machine = EM_RISCV,
H A Dprocess.c108 hdr->e_machine == EM_RISCV &&
/linux-master/scripts/mod/
H A Dmodpost.c1328 #ifndef EM_RISCV
1329 #define EM_RISCV 243 macro
1400 case EM_RISCV:

Completed in 152 milliseconds