Home
last modified time | relevance | path

Searched refs:parallel (Results 1 – 25 of 257) sorted by relevance

1234567891011

/openbmc/qemu/hw/isa/
H A Disa-superio.c41 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 Dfdc37m81x-superio.c19 sc->parallel.count = 1; in fdc37m81x_class_init()
/openbmc/qemu/hw/char/
H A Dparallel-isa.c45 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 Drepro-issue-fix-with-cc-crate-hashmap.patch64parallel/async_executor.rs":"4ce24435fff6b6555b43fee042c16bd65d4150d0346567f246b9190d85b45983","sr…
66parallel/async_executor.rs":"4ce24435fff6b6555b43fee042c16bd65d4150d0346567f246b9190d85b45983","sr…
158parallel/async_executor.rs":"4ce24435fff6b6555b43fee042c16bd65d4150d0346567f246b9190d85b45983","sr…
160parallel/async_executor.rs":"4ce24435fff6b6555b43fee042c16bd65d4150d0346567f246b9190d85b45983","sr…
166parallel/async_executor.rs":"4ce24435fff6b6555b43fee042c16bd65d4150d0346567f246b9190d85b45983","sr…
168parallel/async_executor.rs":"4ce24435fff6b6555b43fee042c16bd65d4150d0346567f246b9190d85b45983","sr…
/openbmc/qemu/chardev/
H A Dchar-parallel.c247 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 Dop_helper.c103 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 Dparallel-isa.h32 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 Dparallel_20250422.bb1 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 Dsuperio.h30 ISADevice *parallel[MAX_PARALLEL_PORTS]; member
51 ISASuperIOFuncs parallel; member
/openbmc/openbmc/poky/meta/recipes-core/gettext/gettext/
H A Dserial-tests-config.patch25 -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 Dpbzip2_1.1.13.bb1 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 Dtarget-i386-desc.rst.inc50 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 D0006-apache2-fix-the-race-issue-of-parallel-installation.patch4 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 D0001-contrib-hdtbl-hdtbl.am-Fix-race-issues-for-parallel-.patch4 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 Drun-ptest26 gnome-desktop-testing-runner --parallel=4 gstreamer "$@"
/openbmc/qemu/accel/tcg/
H A Dtcg-accel-ops.h20 void tcg_cpu_init_cflags(CPUState *cpu, bool parallel);
H A Dtcg-accel-ops.c53 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 Dpigz_2.8.bb1 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 DKconfig15 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 D0001-unix-common.mk-Ensuring-Sequential-Execution-of-rm-a.patch5 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 Dparallel-deqp-runner_git.bb4 SRC_URI = "git://gitlab.freedesktop.org/mesa/parallel-deqp-runner.git;protocol=https;branch=master \
/openbmc/openbmc/meta-security/recipes-security/ncrack/
H A Dncrack_0.7.bb2 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 D0001-configure-Upgrade-to-a-modern-Gettext.patch15 AM_INIT_AUTOMAKE([1.11 -Wall parallel-tests subdir-objects])
/openbmc/openbmc/poky/meta/recipes-devtools/distcc/
H A Ddistcc_3.4.bb1 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 D0002-api-python-config-default.toml-Debug.patch24 parallel-jobs = 0

1234567891011