Home
last modified time | relevance | path

Searched refs:machine (Results 251 – 275 of 2270) sorted by relevance

1...<<11121314151617181920>>...91

/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dfitimage.py284 machine = get_bb_var('MACHINE')
286 "u-boot-its-%s" % (machine,))
288 "u-boot-fitImage-%s" % (machine,))
369 machine = get_bb_var('MACHINE')
371 "u-boot-its-%s" % (machine,))
461 machine = get_bb_var('MACHINE')
463 "u-boot-its-%s" % (machine,))
616 machine = get_bb_var('MACHINE')
618 "u-boot-its-%s" % (machine,))
760 machine = get_bb_var('MACHINE')
[all …]
/openbmc/qemu/hw/riscv/
H A Dsifive_e.c74 static void sifive_e_machine_init(MachineState *machine) in sifive_e_machine_init() argument
76 MachineClass *mc = MACHINE_GET_CLASS(machine); in sifive_e_machine_init()
79 SiFiveEState *s = RISCV_E_MACHINE(machine); in sifive_e_machine_init()
83 if (machine->ram_size != mc->default_ram_size) { in sifive_e_machine_init()
91 object_initialize_child(OBJECT(machine), "soc", &s->soc, TYPE_RISCV_E_SOC); in sifive_e_machine_init()
96 memmap[SIFIVE_E_DEV_DTIM].base, machine->ram); in sifive_e_machine_init()
117 if (machine->kernel_filename) { in sifive_e_machine_init()
118 riscv_load_kernel(machine, &s->soc.cpus, in sifive_e_machine_init()
H A Dopentitan.c78 static void opentitan_machine_init(MachineState *machine) in opentitan_machine_init() argument
80 MachineClass *mc = MACHINE_GET_CLASS(machine); in opentitan_machine_init()
81 OpenTitanState *s = OPENTITAN_MACHINE(machine); in opentitan_machine_init()
85 if (machine->ram_size != mc->default_ram_size) { in opentitan_machine_init()
93 object_initialize_child(OBJECT(machine), "soc", &s->soc, in opentitan_machine_init()
98 memmap[IBEX_DEV_RAM].base, machine->ram); in opentitan_machine_init()
100 if (machine->firmware) { in opentitan_machine_init()
101 riscv_load_firmware(machine->firmware, memmap[IBEX_DEV_RAM].base, NULL); in opentitan_machine_init()
104 if (machine->kernel_filename) { in opentitan_machine_init()
105 riscv_load_kernel(machine, &s->soc.cpus, in opentitan_machine_init()
/openbmc/linux/tools/perf/util/
H A Djitdump.c38 struct machine *machine; member
452 idr_size = jd->machine->id_hdr_size; in jit_repipe_code_load()
563 idr_size = jd->machine->id_hdr_size; in jit_repipe_code_move()
793 static void jit_add_pid(struct machine *machine, pid_t pid) in jit_add_pid() argument
806 static bool jit_has_pid(struct machine *machine, pid_t pid) in jit_has_pid() argument
808 struct thread *thread = machine__find_thread(machine, pid, pid); in jit_has_pid()
822 struct machine *machine, in jit_process() argument
834 thread = machine__findnew_thread(machine, pid, tid); in jit_process()
852 if (jit_has_pid(machine, pid) && in jit_process()
865 jd.machine = machine; in jit_process()
[all …]
H A Dthread.c22 int thread__init_maps(struct thread *thread, struct machine *machine) in thread__init_maps() argument
27 thread__set_maps(thread, maps__new(machine)); in thread__init_maps()
29 struct thread *leader = __machine__findnew_thread(machine, pid, pid); in thread__init_maps()
428 struct thread *thread__main_thread(struct machine *machine, struct thread *thread) in thread__main_thread() argument
436 return machine__find_thread(machine, thread__pid(thread), thread__pid(thread)); in thread__main_thread()
439 int thread__memcpy(struct thread *thread, struct machine *machine, in thread__memcpy() argument
447 if (machine__kernel_ip(machine, ip)) in thread__memcpy()
469 return dso__data_read_offset(dso, machine, offset, buf, len); in thread__memcpy()
H A Ddwarf-regs.c37 const char *get_dwarf_regstr(unsigned int n, unsigned int machine) in get_dwarf_regstr() argument
39 switch (machine) { in get_dwarf_regstr()
67 pr_err("ELF MACHINE %x is not supported.\n", machine); in get_dwarf_regstr()
H A Dbuild-id.h40 struct machine *machine);
46 struct machine *machine);
/openbmc/openbmc/poky/meta/lib/oeqa/core/target/
H A Dqemu.py22 port=None, machine='', rootfs='', kernel='', kvm=False, slirp=False, argument
32 self.machine = machine
42 self.runner = QemuRunner(machine=machine, rootfs=rootfs, tmpdir=tmpdir,
/openbmc/qemu/hw/sparc/
H A Dleon3.c257 static void leon3_generic_hw_init(MachineState *machine) in leon3_generic_hw_init() argument
259 ram_addr_t ram_size = machine->ram_size; in leon3_generic_hw_init()
260 const char *bios_name = machine->firmware ?: LEON3_PROM_FILENAME; in leon3_generic_hw_init()
261 const char *kernel_filename = machine->kernel_filename; in leon3_generic_hw_init()
278 for (i = 0; i < machine->smp.cpus; i++) { in leon3_generic_hw_init()
280 cpu = SPARC_CPU(object_new(machine->cpu_type)); in leon3_generic_hw_init()
310 object_property_set_int(OBJECT(irqmpdev), "ncpus", machine->smp.cpus, in leon3_generic_hw_init()
314 for (i = 0; i < machine->smp.cpus; i++) { in leon3_generic_hw_init()
341 machine->ram); in leon3_generic_hw_init()
400 for (i = 0; i < machine->smp.cpus; i++) { in leon3_generic_hw_init()
/openbmc/qemu/docs/system/
H A Dtarget-openrisc.rst21 want to use with the ``-M`` or ``--machine`` option; the default machine is
27 structure that describes the QEMU machine and pass a pointer to the structure to
28 the kernel. The kernel can then use this to configure itself for the machine.
30 However, typically users will have specific firmware images for a specific machine.
33 want to boot with QEMU, check whether QEMU lists that machine in its ``-machine
H A Dtarget-riscv.rst7 ``qemu-system-riscv64`` executable to simulate a 64-bit RISC-V machine,
8 ``qemu-system-riscv32`` executable to simulate a 32-bit RISC-V machine.
26 model you want to use with the ``-M`` or ``--machine`` option;
30 operating system or firmware images intended to run on one machine
37 and you want to boot with QEMU, check whether QEMU lists that machine
38 in its ``-machine help`` output. If it is listed, then you can probably
58 ``qemu-system-riscv64 --machine help``, or
59 ``qemu-system-riscv32 --machine help``.
77 When using the ``sifive_u`` or ``virt`` machine there are three different
H A Dmanaged-startup.rst5 state using the ``-S`` command line option. In this state the machine
15 machine state after migration completes
17 This paused state is typically used by users to query machine state and/or
18 additionally configure the machine (by hotplugging devices) in runtime before
29 machine, including but not limited to:
/openbmc/qemu/docs/system/loongarch/
H A Dvirt.rst7 The ``virt`` machine use gpex host bridge, and there are some
14 The ``virt`` machine supports:
24 CPU and machine Type
28 machine. You can specify the machine type ``virt`` and
34 We can boot the LoongArch virt machine by specifying the uefi bios,
104 $ ./build/qemu-system-loongarch64 -machine virt -m 4G -cpu la464 \
/openbmc/openbmc/meta-ibm/conf/machine/
H A Dp10bmc.conf20 require conf/machine/include/ast2600.inc
21 require conf/machine/include/obmc-bsp-common.inc
22 require conf/machine/include/openpower.inc
23 require conf/machine/include/p10.inc
/openbmc/qemu/hw/arm/
H A Dxlnx-zcu102.c127 static void xlnx_zcu102_init(MachineState *machine) in xlnx_zcu102_init() argument
129 XlnxZCU102 *s = ZCU102_MACHINE(machine); in xlnx_zcu102_init()
131 uint64_t ram_size = machine->ram_size; in xlnx_zcu102_init()
146 object_initialize_child(OBJECT(machine), "soc", &s->soc, TYPE_XLNX_ZYNQMP); in xlnx_zcu102_init()
148 if (machine->audiodev) { in xlnx_zcu102_init()
149 qdev_prop_set_string(DEVICE(&s->soc.dp), "audiodev", machine->audiodev); in xlnx_zcu102_init()
152 object_property_set_link(OBJECT(&s->soc), "ddr-ram", OBJECT(machine->ram), in xlnx_zcu102_init()
248 arm_load_kernel(s->soc.boot_cpu_ptr, machine, &s->binfo); in xlnx_zcu102_init()
/openbmc/qemu/tests/qemu-iotests/
H A D186.out9 /machine/peripheral-anon/device[1]: [not inserted]
10 Attached to: /machine/peripheral-anon/device[N]
25 /machine/peripheral-anon/device[1]: [not inserted]
26 Attached to: /machine/peripheral-anon/device[N]
41 /machine/peripheral-anon/device[1]: [not inserted]
42 Attached to: /machine/peripheral-anon/device[N]
407 Attached to: /machine/unattached/device[N]
415 Attached to: /machine/unattached/device[N]
424 Attached to: /machine/unattached/device[N]
432 Attached to: /machine/unattached/device[N]
[all …]
/openbmc/qemu/hw/xtensa/
H A Dvirt.c109 static void xtensa_virt_init(MachineState *machine) in xtensa_virt_init() argument
111 XtensaCPU *cpu = xtensa_sim_common_init(machine); in xtensa_virt_init()
114 create_pcie(machine, env, 0, 0xf0000000); in xtensa_virt_init()
115 xtensa_sim_load_kernel(cpu, machine); in xtensa_virt_init()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-mce9 machine check (often with panic), corrected ones cause a
10 machine check log entry.
12 For more details about the x86 machine check architecture
45 How often to poll for corrected machine check errors, in
52 0 means no polling for corrected machine check errors
63 Program to run when a machine check event is detected.
71 How long to wait for the other CPUs to machine check too on a
/openbmc/openbmc-test-automation/lib/
H A Dresource.robot144 # the machine already has that version on it, the update should be skipped.
186 [Arguments] ${machine}
187 RETURN &{INVENTORY}[${machine}]
191 [Arguments] ${machine}
192 RETURN &{INVENTORY_ITEMS}[${machine}]
196 [Arguments] ${machine}
197 RETURN &{SENSORS}[${machine}]
/openbmc/qemu/hw/sh4/
H A Dshix.c42 static void shix_init(MachineState *machine) in shix_init() argument
50 const char *bios_name = machine->firmware ?: BIOS_FILENAME; in shix_init()
52 cpu = SUPERH_CPU(cpu_create(machine->cpu_type)); in shix_init()
/openbmc/openbmc/poky/scripts/
H A Drunqemu.README11 runqemu <machine> <zimage> <filesystem>
15 <machine> is the machine/architecture to use (qemuarm/qemumips/qemuppc/qemux86/qemux86-64)
19 If <machine> isn't specified, the script will try to detect the machine name
/openbmc/qemu/hw/i386/
H A Dpc.c694 MachineState *machine = MACHINE(pcms); in pc_get_device_memory_range() local
698 size = machine->maxram_size - machine->ram_size; in pc_get_device_memory_range()
702 size += (1 * GiB) * machine->ram_slots; in pc_get_device_memory_range()
824 MachineState *machine = MACHINE(pcms); in pc_memory_init() local
897 (machine->ram_slots || in pc_memory_init()
898 (machine->maxram_size > machine->ram_size))) { in pc_memory_init()
907 (machine->ram_size < machine->maxram_size)) { in pc_memory_init()
913 machine->ram_slots); in pc_memory_init()
979 fw_cfg = fw_cfg_arch_create(machine, in pc_memory_init()
984 if (machine->device_memory) { in pc_memory_init()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/mcelog/
H A Dmce-inject_git.bb1 SUMMARY = "Linux machine check injector tool"
2 DESCRIPTION = "mce-inject allows to inject machine check errors on the \
4 validation of the kernel machine check handler."
/openbmc/qemu/docs/system/arm/
H A Dvirt.rst11 This is a "versioned" board model, so as well as the ``virt`` machine
16 ``virt-5.0`` machine type will behave like the ``virt`` machine from
20 the non-versioned ``virt`` machine type.
80 but instead requires a machine option to enable it.
86 See the machine-specific options below, or check them for a given machine
87 by passing the ``help`` suboption, like: ``-machine virt-9.0,help``.
89 Graphics output is available, but unlike the x86 PC machine types
99 The following machine-specific options are supported:
126 The default is ``on`` for machine types later than ``virt-7.2``.
135 The default is ``on`` for machine types later than ``virt-3.0``.
[all …]
/openbmc/qemu/hw/ppc/
H A Dmpc8544ds.c30 static void mpc8544ds_init(MachineState *machine) in mpc8544ds_init() argument
32 if (machine->ram_size > 0xc0000000) { in mpc8544ds_init()
37 ppce500_init(machine); in mpc8544ds_init()

1...<<11121314151617181920>>...91