/openbmc/linux/tools/perf/util/ |
D | machine.h |
|
D | synthetic-events.h |
|
D | machine.c |
|
D | vdso.c |
|
D | event.h |
|
D | event.c |
|
D | db-export.h |
|
/openbmc/u-boot/arch/arm/ |
H A D | Makefile | 52 # Machine directory name. This list is sorted alphanumerically 54 machine-$(CONFIG_ARCH_ASPEED) += aspeed 55 machine-$(CONFIG_ARCH_AT91) += at91 56 machine-$(CONFIG_ARCH_BCM283X) += bcm283x 57 machine-$(CONFIG_ARCH_BCMSTB) += bcmstb 58 machine-$(CONFIG_ARCH_DAVINCI) += davinci 59 machine-$(CONFIG_ARCH_EXYNOS) += exynos 60 machine-$(CONFIG_ARCH_HIGHBANK) += highbank 61 machine-$(CONFIG_ARCH_K3) += k3 62 machine-$(CONFIG_ARCH_KEYSTONE) += keystone [all …]
|
/openbmc/openbmc/poky/scripts/lib/resulttool/ |
H A D | report.py | 27 def handle_ptest_result(self, k, status, result, machine): argument 28 if machine not in self.ptests: 29 self.ptests[machine] = {} 34 if suite not in self.ptests[machine]: 35 self.ptests[machine][suite] = { 40 … self.ptests[machine][suite]['duration'] = result['ptestresult.sections'][suite]['duration'] 42 self.ptests[machine][suite]['duration'] += " T" 60 if suite not in self.ptests[machine]: 61 self.ptests[machine][suite] = { 67 if test in self.ptests[machine][suite]["testcases"]: [all …]
|
/openbmc/qemu/tests/qtest/ |
H A D | aspeed_hace-test.c | 44 aspeed_test_md5("-machine ast1030-evb", 0x7e6d0000, 0x00000000); in test_md5_ast1030() 49 aspeed_test_sha256("-machine ast1030-evb", 0x7e6d0000, 0x00000000); in test_sha256_ast1030() 54 aspeed_test_sha256_sg("-machine ast1030-evb", 0x7e6d0000, 0x00000000); in test_sha256_sg_ast1030() 59 aspeed_test_sha384("-machine ast1030-evb", 0x7e6d0000, 0x00000000); in test_sha384_ast1030() 64 aspeed_test_sha384_sg("-machine ast1030-evb", 0x7e6d0000, 0x00000000); in test_sha384_sg_ast1030() 69 aspeed_test_sha512("-machine ast1030-evb", 0x7e6d0000, 0x00000000); in test_sha512_ast1030() 74 aspeed_test_sha512_sg("-machine ast1030-evb", 0x7e6d0000, 0x00000000); in test_sha512_sg_ast1030() 79 aspeed_test_sha256_accum("-machine ast1030-evb", 0x7e6d0000, 0x00000000); in test_sha256_accum_ast1030() 84 aspeed_test_sha384_accum("-machine ast1030-evb", 0x7e6d0000, 0x00000000); in test_sha384_accum_ast1030() 89 aspeed_test_sha512_accum("-machine ast1030-evb", 0x7e6d0000, 0x00000000); in test_sha512_accum_ast1030() [all …]
|
/openbmc/linux/Documentation/sound/soc/ |
D | machine.rst |
|
/openbmc/qemu/tests/qtest/libqos/ |
H A D | riscv-virt-machine.c | 4 * Initial version based on arm-virt-machine.c 65 QVirtMachine *machine = (QVirtMachine *) obj; in virt_destructor() local 66 alloc_destroy(&machine->alloc); in virt_destructor() 71 QVirtMachine *machine = object; in virt_get_driver() local 73 return &machine->alloc; in virt_get_driver() 82 QVirtMachine *machine = obj; in virt_get_device() local 84 return &machine->bridge.obj; in virt_get_device() 86 return &machine->virtio_mmio.obj; in virt_get_device() 106 QVirtMachine *machine = g_new0(QVirtMachine, 1); in qos_create_machine_riscv_virt() local 108 alloc_init(&machine->alloc, 0, in qos_create_machine_riscv_virt() [all …]
|
H A D | arm-virt-machine.c | 45 QVirtMachine *machine = (QVirtMachine *) obj; in virt_destructor() local 46 alloc_destroy(&machine->alloc); in virt_destructor() 51 QVirtMachine *machine = object; in virt_get_driver() local 53 return &machine->alloc; in virt_get_driver() 62 QVirtMachine *machine = obj; in virt_get_device() local 64 return &machine->bridge.obj; in virt_get_device() 66 return &machine->virtio_mmio.obj; in virt_get_device() 75 QVirtMachine *machine = g_new0(QVirtMachine, 1); in qos_create_machine_arm_virt() local 77 alloc_init(&machine->alloc, 0, in qos_create_machine_arm_virt() 81 qvirtio_mmio_init_device(&machine->virtio_mmio, qts, VIRTIO_MMIO_BASE_ADDR, in qos_create_machine_arm_virt() [all …]
|
H A D | loongarch-virt-machine.c | 50 QVirtMachine *machine = (QVirtMachine *) obj; in virt_destructor() local 51 alloc_destroy(&machine->alloc); in virt_destructor() 56 QVirtMachine *machine = object; in virt_get_driver() local 58 return &machine->alloc; in virt_get_driver() 67 QVirtMachine *machine = obj; in virt_get_device() local 69 return &machine->bridge.obj; in virt_get_device() 71 return &machine->virtio_mmio.obj; in virt_get_device() 90 QVirtMachine *machine = g_new0(QVirtMachine, 1); in qos_create_machine_loongarch_virt() local 92 alloc_init(&machine->alloc, 0, in qos_create_machine_loongarch_virt() 97 qos_create_generic_pcihost(&machine->bridge, qts, &machine->alloc); in qos_create_machine_loongarch_virt() [all …]
|
H A D | x86_64_pc-machine.c | 61 /* x86_64/pc machine */ 65 QX86PCMachine *machine = (QX86PCMachine *) obj; in pc_destructor() local 66 alloc_destroy(&machine->alloc); in pc_destructor() 71 QX86PCMachine *machine = object; in pc_get_driver() local 73 return &machine->alloc; in pc_get_driver() 82 QX86PCMachine *machine = obj; in pc_get_device() local 84 return &machine->bridge.obj; in pc_get_device() 93 QX86PCMachine *machine = g_new0(QX86PCMachine, 1); in qos_create_machine_pc() local 94 machine->obj.get_device = pc_get_device; in qos_create_machine_pc() 95 machine->obj.get_driver = pc_get_driver; in qos_create_machine_pc() [all …]
|
H A D | ppc64_pseries-machine.c | 60 /* ppc64/pseries machine */ 64 Qppc64_pseriesMachine *machine = (Qppc64_pseriesMachine *) obj; in spapr_destructor() local 65 alloc_destroy(&machine->alloc); in spapr_destructor() 70 Qppc64_pseriesMachine *machine = object; in spapr_get_driver() local 72 return &machine->alloc; in spapr_get_driver() 81 Qppc64_pseriesMachine *machine = obj; in spapr_get_device() local 83 return &machine->bridge.obj; in spapr_get_device() 92 Qppc64_pseriesMachine *machine = g_new0(Qppc64_pseriesMachine, 1); in qos_create_machine_spapr() local 93 machine->obj.get_device = spapr_get_device; in qos_create_machine_spapr() 94 machine->obj.get_driver = spapr_get_driver; in qos_create_machine_spapr() [all …]
|
H A D | arm-imx25-pdk-machine.c | 42 QIMX25PDKMachine *machine = object; in imx25_pdk_get_driver() local 44 return &machine->alloc; in imx25_pdk_get_driver() 53 QIMX25PDKMachine *machine = obj; in imx25_pdk_get_device() local 55 return &machine->i2c_1.obj; in imx25_pdk_get_device() 64 QIMX25PDKMachine *machine = (QIMX25PDKMachine *) obj; in imx25_pdk_destructor() local 65 alloc_destroy(&machine->alloc); in imx25_pdk_destructor() 70 QIMX25PDKMachine *machine = g_new0(QIMX25PDKMachine, 1); in qos_create_machine_arm_imx25_pdk() local 72 alloc_init(&machine->alloc, 0, in qos_create_machine_arm_imx25_pdk() 76 machine->obj.get_device = imx25_pdk_get_device; in qos_create_machine_arm_imx25_pdk() 77 machine->obj.get_driver = imx25_pdk_get_driver; in qos_create_machine_arm_imx25_pdk() [all …]
|
H A D | arm-smdkc210-machine.c | 40 QSmdkc210Machine *machine = object; in smdkc210_get_driver() local 42 return &machine->alloc; in smdkc210_get_driver() 51 QSmdkc210Machine *machine = obj; in smdkc210_get_device() local 53 return &machine->sdhci.obj; in smdkc210_get_device() 62 QSmdkc210Machine *machine = (QSmdkc210Machine *) obj; in smdkc210_destructor() local 63 alloc_destroy(&machine->alloc); in smdkc210_destructor() 68 QSmdkc210Machine *machine = g_new0(QSmdkc210Machine, 1); in qos_create_machine_arm_smdkc210() local 70 alloc_init(&machine->alloc, 0, in qos_create_machine_arm_smdkc210() 74 machine->obj.get_device = smdkc210_get_device; in qos_create_machine_arm_smdkc210() 75 machine->obj.get_driver = smdkc210_get_driver; in qos_create_machine_arm_smdkc210() [all …]
|
H A D | arm-sabrelite-machine.c | 40 QSabreliteMachine *machine = object; in sabrelite_get_driver() local 42 return &machine->alloc; in sabrelite_get_driver() 51 QSabreliteMachine *machine = obj; in sabrelite_get_device() local 53 return &machine->sdhci.obj; in sabrelite_get_device() 62 QSabreliteMachine *machine = (QSabreliteMachine *) obj; in sabrelite_destructor() local 63 alloc_destroy(&machine->alloc); in sabrelite_destructor() 68 QSabreliteMachine *machine = g_new0(QSabreliteMachine, 1); in qos_create_machine_arm_sabrelite() local 70 alloc_init(&machine->alloc, 0, in qos_create_machine_arm_sabrelite() 74 machine->obj.get_device = sabrelite_get_device; in qos_create_machine_arm_sabrelite() 75 machine->obj.get_driver = sabrelite_get_driver; in qos_create_machine_arm_sabrelite() [all …]
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | resulttooltests.py | 23 "MACHINE": "qemux86"}, 30 "MACHINE": "qemux86-64"}, 37 "MACHINE": "qemux86"}, 44 "MACHINE": "qemux86"}, 51 "MACHINE": "qemux86-64"}, 108 "MACHINE": "qemux86", 117 "MACHINE": "qemux86", 130 "MACHINE": "qemux86", 135 "machine": None, 144 "MACHINE": "qemux86", [all …]
|
/openbmc/qemu/tests/qtest/fuzz/ |
H A D | generic_fuzz_configs.h | 26 return g_strdup_printf("-machine q35 -nodefaults " in generic_fuzzer_virtio_9p_args() 40 .args = "-machine q35 -device virtio-blk,drive=disk0 " 45 .args = "-machine q35 -device virtio-scsi,num_queues=8 " 51 .args = "-machine q35 -nodefaults -device virtio-gpu", 55 .args = "-machine q35 -nodefaults -device virtio-vga", 59 .args = "-machine q35 -nodefaults -device virtio-rng", 63 .args = "-machine q35 -nodefaults -device virtio-balloon", 67 .args = "-machine q35 -nodefaults -device virtio-serial", 71 .args = "-machine q35 -nodefaults -device virtio-mouse", 79 .args = "-machine q35 -nodefaults " [all …]
|
/openbmc/linux/tools/perf/tests/ |
D | thread-maps-share.c |
|
/openbmc/qemu/hw/s390x/ |
H A D | s390-virtio-ccw.c | 2 * virtio ccw machine 76 static void s390_init_cpus(MachineState *machine) in s390_init_cpus() argument 78 MachineClass *mc = MACHINE_GET_CLASS(machine); in s390_init_cpus() 82 if (machine->smp.threads > s390mc->max_threads) { in s390_init_cpus() 89 mc->possible_cpu_arch_ids(machine); in s390_init_cpus() 91 for (i = 0; i < machine->smp.cpus; i++) { in s390_init_cpus() 92 s390x_new_cpu(machine->cpu_type, i, &error_fatal); in s390_init_cpus() 160 static void s390_memory_init(MachineState *machine) in s390_memory_init() argument 162 S390CcwMachineState *s390ms = S390_CCW_MACHINE(machine); in s390_memory_init() 164 MemoryRegion *ram = machine->ram; in s390_memory_init() [all …]
|
/openbmc/openbmc/poky/documentation/dev-manual/ |
H A D | new-machine.rst | 3 Adding a New Machine 6 Adding a new machine to the Yocto Project is a straightforward process. 17 For a complete example that shows how to add a new machine, see the 22 Adding the Machine Configuration File 25 To add a new machine, you need to add a new machine configuration file 26 to the layer's ``conf/machine`` directory. This configuration file 29 The OpenEmbedded build system uses the root name of the machine 30 configuration file to reference the new machine. For example, given a 31 machine configuration file named ``crownbay.conf``, the build system 32 recognizes the machine as "crownbay". [all …]
|
/openbmc/linux/arch/arm/mach-spear/ |
D | Kconfig |
|