Home
last modified time | relevance | path

Searched refs:machine_id (Results 1 – 12 of 12) sorted by relevance

/openbmc/qemu/include/hw/nvram/
H A Dsun_nvram.h8 uint8_t machine_id; /* first byte of host id (machine type) */ member
16 Sun_init_header(struct Sun_nvram *header, const uint8_t *macaddr, int machine_id) in Sun_init_header() argument
22 header->machine_id = machine_id & 0xff; in Sun_init_header()
/openbmc/linux/arch/powerpc/kernel/
H A Dsetup-common.c84 struct machdep_calls *machine_id; variable
85 EXPORT_SYMBOL(machine_id);
629 for (machine_id = &__machine_desc_start; in probe_machine()
630 machine_id < &__machine_desc_end; in probe_machine()
631 machine_id++) { in probe_machine()
632 DBG(" %s ...\n", machine_id->name); in probe_machine()
633 if (machine_id->compatible && !of_machine_is_compatible(machine_id->compatible)) in probe_machine()
635 memcpy(&ppc_md, machine_id, sizeof(struct machdep_calls)); in probe_machine()
638 DBG(" %s match !\n", machine_id->name); in probe_machine()
642 if (machine_id >= &__machine_desc_end) { in probe_machine()
/openbmc/linux/tools/perf/scripts/python/
H A Dexport-to-postgresql.py983 def machine_table(machine_id, pid, root_dir, *x): argument
987 value = struct.pack(fmt, 3, 8, machine_id, 4, pid, n, root_dir)
990 def thread_table(thread_id, machine_id, process_id, pid, tid, *x): argument
991 value = struct.pack("!hiqiqiqiiii", 5, 8, thread_id, 8, machine_id, 8, process_id, 4, pid, 4, tid)
1006 def dso_table(dso_id, machine_id, short_name, long_name, build_id, *x): argument
1014 value = struct.pack(fmt, 5, 8, dso_id, 8, machine_id, n1, short_name, n2, long_name, n3, build_id)
1031 def sample_table(sample_id, evsel_id, machine_id, thread_id, comm_id, dso_id, symbol_id, sym_offset… argument
1033 …iqiqiqiqiqiqiiiqiqiqiqiiiBiqiqiqii", 21, 8, sample_id, 8, evsel_id, 8, machine_id, 8, thread_id, 8…
1035 …iqiqiiiqiqiqiqiqiqiqiqiiiBiqiqiqii", 25, 8, sample_id, 8, evsel_id, 8, machine_id, 8, thread_id, 8…
1111 def context_switch_table(id, machine_id, time, cpu, thread_out_id, comm_out_id, thread_in_id, comm_… argument
[all …]
H A Dexported-sql-viewer.py1326 " WHERE machine_id = " + str(self.collection.machine_id) +
1338 start_time = self.collection.glb.StartTime(self.collection.machine_id)
1405 def __init__(self, glb, db, machine_id): argument
1408 self.machine_id = machine_id
1411 self.xrangelo = glb.StartTime(machine_id)
1412 self.xrangehi = glb.FinishTime(machine_id)
1425 " WHERE machine_id = " + str(self.machine_id))
2200 self.start_time = self.glb.StartTime(collection.machine_id)
2282 rel_time_from = time_from - self.glb.StartTime(self.collection.machine_id)
2445 self.machine_id = glb.HostMachineId()
[all …]
/openbmc/linux/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
H A DUtil.py73 machine_id = machine_to_id[os.uname()[4]] variable
84 return audit.audit_syscall_to_name(id, machine_id)
/openbmc/linux/arch/powerpc/include/asm/
H A Dmachdep.h216 extern struct machdep_calls *machine_id;
227 WARN_ON(!machine_id); // complain if used before probe_machine() in __machine_is()
228 return machine_id == md; in __machine_is()
/openbmc/qemu/hw/sparc/
H A Dsun4m.c105 uint16_t machine_id; member
1076 fw_cfg_add_i16(fw_cfg, FW_CFG_MACHINE_ID, hwdef->machine_id); in sun4m_hw_init()
1148 .machine_id = ss5_id, in ss5_class_init()
1183 .machine_id = ss10_id, in ss10_class_init()
1216 .machine_id = ss600mp_id, in ss600mp_class_init()
1267 .machine_id = ss20_id, in ss20_class_init()
1300 .machine_id = vger_id, in voyager_class_init()
1333 .machine_id = lx_id, in ss_lx_class_init()
1366 .machine_id = ss4_id, in ss4_class_init()
1398 .machine_id = scls_id, in scls_class_init()
[all …]
/openbmc/qemu/hw/arm/
H A Dhighbank.c179 static void calxeda_init(MachineState *machine, enum cxmachines machine_id) in calxeda_init() argument
194 switch (machine_id) { in calxeda_init()
249 switch (machine_id) { in calxeda_init()
/openbmc/qemu/include/hw/m68k/
H A Dq800.h71 MemoryRegion machine_id; member
/openbmc/qemu/hw/sparc64/
H A Dsun4u.c78 uint16_t machine_id; member
709 fw_cfg_add_i16(fw_cfg, FW_CFG_MACHINE_ID, hwdef->machine_id); in sun4uv_init()
773 .machine_id = sun4u_id,
779 .machine_id = sun4v_id,
/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/
H A Dfunctions48 machine_id() { # return the machine ID
/openbmc/qemu/hw/m68k/
H A Dq800.c313 memory_region_init_io(&m->machine_id, NULL, &machine_id_ops, NULL, in q800_machine_init()
316 &m->machine_id); in q800_machine_init()