Home
last modified time | relevance | path

Searched refs:EM_NONE (Results 1 – 15 of 15) sorted by relevance

/linux-6.15/tools/perf/util/
H A Dthread.c57 thread__set_e_machine(thread, EM_NONE); in thread__new()
434 uint16_t e_machine = EM_NONE; in read_proc_e_machine_for_pid()
442 e_machine = EM_NONE; in read_proc_e_machine_for_pid()
452 _Static_assert(0 == EM_NONE, "Unexpected EM_NONE"); in thread__e_machine_callback()
454 return EM_NONE; in thread__e_machine_callback()
464 if (e_machine != EM_NONE) in thread__e_machine()
483 if (e_machine == EM_NONE) { in thread__e_machine()
499 if (e_machine != EM_NONE) in thread__e_machine()
H A Ddwarf-regs.c35 if (machine == EM_NONE) { in get_dwarf_regstr()
96 if (machine == EM_NONE) { in get_dwarf_regnum()
H A Dsyscalltbl.c23 static int last_table_machine = EM_NONE; in find_table()
35 if (entry->e_machine != e_machine && entry->e_machine != EM_NONE) in find_table()
H A Dunwind-libdw.c300 err = !dwfl_attach_state(ui->dwfl, EM_NONE, thread__tid(thread), &callbacks, ui); in unwind__get_entries()
H A Ddso.c1199 uint16_t e_machine = EM_NONE; in dso__e_machine()
1231 return EM_NONE; in dso__e_machine()
/linux-6.15/tools/perf/trace/beauty/
H A Dsyscalltbl.sh175 build_tables "$tools_dir/scripts/syscall.tbl" "$outfile" common,32 EM_NONE
177 build_tables "$tools_dir/scripts/syscall.tbl" "$outfile" common,64 EM_NONE
271 build_outer_table EM_NONE "$outfile"
/linux-6.15/include/uapi/linux/
H A Delf-em.h6 #define EM_NONE 0 macro
/linux-6.15/tools/perf/util/include/
H A Ddwarf-regs.h81 #define EM_HOST EM_NONE
/linux-6.15/arch/powerpc/boot/
H A Delf.h49 #define EM_NONE 0 macro
/linux-6.15/drivers/remoteproc/
H A Dqcom_wcnss.c584 rproc_coredump_set_elf_info(rproc, ELFCLASS32, EM_NONE); in wcnss_probe()
H A Dqcom_q6v5_adsp.c683 rproc_coredump_set_elf_info(rproc, ELFCLASS32, EM_NONE); in adsp_probe()
H A Dstm32_rproc.c852 rproc_coredump_set_elf_info(rproc, ELFCLASS32, EM_NONE); in stm32_rproc_probe()
H A Dqcom_q6v5_mss.c1698 rproc_coredump_set_elf_info(rproc, ELFCLASS32, EM_NONE); in qcom_q6v5_register_dump_segments()
2074 rproc_coredump_set_elf_info(rproc, ELFCLASS32, EM_NONE); in q6v5_probe()
H A Dqcom_q6v5_pas.c719 rproc_coredump_set_elf_info(rproc, ELFCLASS32, EM_NONE); in adsp_probe()
H A Dremoteproc_core.c2481 rproc->elf_machine = EM_NONE; in rproc_alloc()