Home
last modified time | relevance | path

Searched refs:EM_CSKY (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/tools/perf/util/include/
H A Ddwarf-regs.h11 #ifndef EM_CSKY
12 #define EM_CSKY 252 /* C-SKY */ macro
45 #define EM_HOST EM_CSKY
/linux-6.15/include/uapi/linux/
H A Delf-em.h53 #define EM_CSKY 252 /* C-SKY */ macro
H A Daudit.h405 #define AUDIT_ARCH_CSKY (EM_CSKY|__AUDIT_ARCH_LE)
/linux-6.15/tools/perf/arch/csky/annotate/
H A Dinstructions.c46 arch->e_machine = EM_CSKY; in csky__annotate_init()
/linux-6.15/tools/perf/trace/beauty/
H A Dsyscalltbl.sh102 build_tables "$tools_dir/scripts/syscall.tbl" "$outfile" common,32,csky,time32,stat64,rlimit EM_CSKY
211 build_outer_table EM_CSKY "$outfile"
/linux-6.15/arch/csky/include/asm/
H A Delf.h9 #define ELF_ARCH EM_CSKY
/linux-6.15/tools/perf/util/
H A Ddwarf-regs.c48 case EM_CSKY: in get_dwarf_regstr()