| /openbmc/qemu/hw/isa/ |
| H A D | isa-superio.c | 41 for (i = 0; i < k->parallel.count; i++) { in isa_superio_realize() 42 if (i >= ARRAY_SIZE(sio->parallel)) { in isa_superio_realize() 44 k->parallel.count - ARRAY_SIZE(sio->parallel)); in isa_superio_realize() 47 if (!k->parallel.is_enabled || k->parallel.is_enabled(sio, i)) { in isa_superio_realize() 59 if (k->parallel.get_iobase) { in isa_superio_realize() 61 k->parallel.get_iobase(sio, i)); in isa_superio_realize() 63 if (k->parallel.get_irq) { in isa_superio_realize() 64 qdev_prop_set_uint32(d, "irq", k->parallel.get_irq(sio, i)); in isa_superio_realize() 69 sio->parallel[i] = isa; in isa_superio_realize() 71 k->parallel.get_iobase ? in isa_superio_realize() [all …]
|
| H A D | fdc37m81x-superio.c | 19 sc->parallel.count = 1; in fdc37m81x_class_init()
|
| /openbmc/qemu/hw/char/ |
| H A D | parallel-isa.c | 45 void isa_parallel_set_iobase(ISADevice *parallel, hwaddr iobase) in isa_parallel_set_iobase() argument 47 ISAParallelState *s = ISA_PARALLEL(parallel); in isa_parallel_set_iobase() 49 parallel->ioport_id = iobase; in isa_parallel_set_iobase() 54 void isa_parallel_set_enabled(ISADevice *parallel, bool enabled) in isa_parallel_set_enabled() argument 56 portio_list_set_enabled(&ISA_PARALLEL(parallel)->portio_list, enabled); in isa_parallel_set_enabled()
|
| /openbmc/openbmc/poky/meta/recipes-devtools/rust/files/ |
| H A D | repro-issue-fix-with-cc-crate-hashmap.patch | 64 …parallel/async_executor.rs":"4ce24435fff6b6555b43fee042c16bd65d4150d0346567f246b9190d85b45983","sr… 66 …parallel/async_executor.rs":"4ce24435fff6b6555b43fee042c16bd65d4150d0346567f246b9190d85b45983","sr… 158 …parallel/async_executor.rs":"4ce24435fff6b6555b43fee042c16bd65d4150d0346567f246b9190d85b45983","sr… 160 …parallel/async_executor.rs":"4ce24435fff6b6555b43fee042c16bd65d4150d0346567f246b9190d85b45983","sr… 166 …parallel/async_executor.rs":"4ce24435fff6b6555b43fee042c16bd65d4150d0346567f246b9190d85b45983","sr… 168 …parallel/async_executor.rs":"4ce24435fff6b6555b43fee042c16bd65d4150d0346567f246b9190d85b45983","sr…
|
| /openbmc/qemu/chardev/ |
| H A D | char-parallel.c | 247 ChardevHostdev *parallel = backend->u.parallel.data; in qmp_chardev_open_parallel() local 250 fd = qmp_chardev_open_file_source(parallel->device, O_RDWR, errp); in qmp_chardev_open_parallel() 261 ChardevHostdev *parallel; in qemu_chr_parse_parallel() local 268 parallel = backend->u.parallel.data = g_new0(ChardevHostdev, 1); in qemu_chr_parse_parallel() 269 qemu_chr_parse_common(opts, qapi_ChardevHostdev_base(parallel)); in qemu_chr_parse_parallel() 270 parallel->device = g_strdup(device); in qemu_chr_parse_parallel()
|
| /openbmc/qemu/target/hppa/ |
| H A D | op_helper.c | 103 bool parallel, uintptr_t ra) in do_stby_b() argument 114 if (parallel) { in do_stby_b() 128 bool parallel, uintptr_t ra) in do_stdby_b() argument 139 if (parallel) { in do_stdby_b() 151 if (parallel) { in do_stdby_b() 160 if (parallel) { in do_stdby_b() 169 if (parallel) { in do_stdby_b() 206 bool parallel, uintptr_t ra) in do_stby_e() argument 211 if (parallel) { in do_stby_e() 233 bool parallel, uintptr_t ra) in do_stdby_e() argument [all …]
|
| /openbmc/qemu/include/hw/char/ |
| H A D | parallel-isa.h | 32 void isa_parallel_set_iobase(ISADevice *parallel, hwaddr iobase); 33 void isa_parallel_set_enabled(ISADevice *parallel, bool enabled);
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/parallel/ |
| H A D | parallel_20250422.bb | 1 SUMMARY = "GNU Parallel - A shell tool for executing jobs in parallel using one or more computers" 2 DESCRIPTION = "GNU Parallel is a command-line tool for executing jobs in parallel on one or more co… 5 HOMEPAGE = "https://www.gnu.org/software/parallel/"
|
| /openbmc/qemu/include/hw/isa/ |
| H A D | superio.h | 30 ISADevice *parallel[MAX_PARALLEL_PORTS]; member 51 ISASuperIOFuncs parallel; member
|
| /openbmc/openbmc/poky/meta/recipes-core/gettext/gettext/ |
| H A D | serial-tests-config.patch | 25 -AM_INIT_AUTOMAKE([1.13 silent-rules parallel-tests tar-ustar]) 38 -AM_INIT_AUTOMAKE([1.11.1 silent-rules parallel-tests]) 51 -AM_INIT_AUTOMAKE([1.11.1 silent-rules parallel-tests])
|
| /openbmc/openbmc/poky/meta/recipes-extended/pbzip2/ |
| H A D | pbzip2_1.1.13.bb | 1 SUMMARY = "PBZIP2 is a parallel implementation of bzip2" 2 DESCRIPTION = "PBZIP2 is a parallel implementation of the bzip2 block-sorting \
|
| /openbmc/qemu/docs/system/ |
| H A D | target-i386-desc.rst.inc | 50 Note that, by default, GUS shares IRQ(7) with parallel ports and so QEMU 51 must be told to not have parallel ports to have working GUS. 55 |qemu_system_x86| dos.img -device gus -parallel none
|
| /openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/apache2/apache2/ |
| H A D | 0006-apache2-fix-the-race-issue-of-parallel-installation.patch | 4 Subject: [PATCH] apache2: fix the race issue of parallel installation 8 fix following race issue when do parallel install
|
| /openbmc/openbmc/poky/meta/recipes-extended/groff/files/ |
| H A D | 0001-contrib-hdtbl-hdtbl.am-Fix-race-issues-for-parallel-.patch | 4 Subject: [PATCH] contrib/hdtbl/hdtbl.am: Fix race issues for parallel build 6 Fixed race issues for parallel build:
|
| /openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0/ |
| H A D | run-ptest | 26 gnome-desktop-testing-runner --parallel=4 gstreamer "$@"
|
| /openbmc/qemu/accel/tcg/ |
| H A D | tcg-accel-ops.h | 20 void tcg_cpu_init_cflags(CPUState *cpu, bool parallel);
|
| H A D | tcg-accel-ops.c | 53 void tcg_cpu_init_cflags(CPUState *cpu, bool parallel) in tcg_cpu_init_cflags() argument 67 cflags |= parallel ? CF_PARALLEL : 0; in tcg_cpu_init_cflags()
|
| /openbmc/openbmc/poky/meta/recipes-extended/pigz/ |
| H A D | pigz_2.8.bb | 1 SUMMARY = "A parallel implementation of gzip" 2 DESCRIPTION = "pigz, which stands for parallel implementation of gzip, is a \
|
| /openbmc/u-boot/drivers/mtd/ |
| H A D | Kconfig | 15 bool "Enable parallel NOR flash support" 17 Enable support for parallel NOR flash. 80 NOR flash to parallel flash interface. Please find details on the
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c/ |
| H A D | 0001-unix-common.mk-Ensuring-Sequential-Execution-of-rm-a.patch | 5 calls running in parallel 7 With high parallel execution, it results in race condition where 12 which can run in parallel and then some of them will try to create
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/parallel-deqp-runner/ |
| H A D | parallel-deqp-runner_git.bb | 4 SRC_URI = "git://gitlab.freedesktop.org/mesa/parallel-deqp-runner.git;protocol=https;branch=master \
|
| /openbmc/openbmc/meta-security/recipes-security/ncrack/ |
| H A D | ncrack_0.7.bb | 2 DESCRIPTION = "Ncrack is designed for high-speed parallel testing of network devices for poor passw…
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/geany/geany/ |
| H A D | 0001-configure-Upgrade-to-a-modern-Gettext.patch | 15 AM_INIT_AUTOMAKE([1.11 -Wall parallel-tests subdir-objects])
|
| /openbmc/openbmc/poky/meta/recipes-devtools/distcc/ |
| H A D | distcc_3.4.bb | 1 SUMMARY = "A parallel build system" 2 DESCRIPTION = "distcc is a parallel build system that distributes \
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-lief/ |
| H A D | 0002-api-python-config-default.toml-Debug.patch | 24 parallel-jobs = 0
|