Home
last modified time | relevance | path

Searched full:parallel (Results 1 – 25 of 466) sorted by relevance

12345678910>>...19

/openbmc/qemu/target/mips/tcg/
H A Dtx79_translate.c96 * PADDB rd, rs, rt Parallel Add Byte
97 * PSUBB rd, rs, rt Parallel Subtract Byte
98 * PADDH rd, rs, rt Parallel Add Halfword
99 * PSUBH rd, rs, rt Parallel Subtract Halfword
100 * PADDW rd, rs, rt Parallel Add Word
101 * PSUBW rd, rs, rt Parallel Subtract Word
102 * PADSBH rd, rs, rt Parallel Add/Subtract Halfword
103 * PADDSB rd, rs, rt Parallel Add with Signed Saturation Byte
104 * PSUBSB rd, rs, rt Parallel Subtract with Signed Saturation Byte
105 * PADDSH rd, rs, rt Parallel Add with Signed Saturation Halfword
[all …]
/openbmc/qemu/hw/isa/
H A Disa-superio.c19 #include "hw/char/parallel.h"
24 #include "hw/char/parallel-isa.h"
40 /* Parallel port */ in isa_superio_realize()
41 for (i = 0; i < k->parallel.count; i++) { in isa_superio_realize()
42 if (i >= ARRAY_SIZE(sio->parallel)) { in isa_superio_realize()
43 warn_report("superio: ignoring %td parallel controllers", 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()
51 name = g_strdup_printf("discarding-parallel%d", i); in isa_superio_realize()
54 name = g_strdup_printf("parallel%d", i); in isa_superio_realize()
[all …]
/openbmc/qemu/hw/char/
H A Dparallel-isa.c2 * QEMU Parallel PORT (ISA bus helpers)
16 #include "hw/char/parallel-isa.h"
17 #include "hw/char/parallel.h"
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/qemu/include/hw/char/
H A Dparallel-isa.h2 * QEMU ISA Parallel PORT emulation
13 #include "parallel.h"
19 #define TYPE_ISA_PARALLEL "isa-parallel"
32 void isa_parallel_set_iobase(ISADevice *parallel, hwaddr iobase);
33 void isa_parallel_set_enabled(ISADevice *parallel, bool 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/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/openbmc/meta-arm/
H A D.gitlab-ci.yml141 parallel:
157 parallel:
163 parallel:
173 parallel:
205 parallel:
218 parallel:
227 parallel:
267 parallel:
283 parallel:
298 parallel:
[all …]
/openbmc/qemu/chardev/
H A Dchar-parallel.c48 #include "chardev/char-parallel.h"
170 error_setg_errno(errp, errno, "not a parallel port"); in qemu_chr_open_pp_fd()
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
264 error_setg(errp, "chardev: parallel: no device path given"); in qemu_chr_parse_parallel()
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/tests/
H A Dtest-qht-par.c48 g_test_add_func("/qht/parallel/2threads-0%updates-1s", test_2th0u1s); in main()
49 g_test_add_func("/qht/parallel/2threads-20%updates-1s", test_2th20u1s); in main()
51 g_test_add_func("/qht/parallel/2threads-0%updates-5s", test_2th0u5s); in main()
52 g_test_add_func("/qht/parallel/2threads-20%updates-5s", test_2th20u5s); in main()
/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/u-boot/doc/
H A DREADME.spear30 4. EMI (Parallel NOR interface)
40 for CFI compliant parallel NOR flash. Environment variables are
41 placed in Parallel NOR device
H A DREADME.mediatek105 nand : Parallel NAND
117 1g:2k+64 : for Parallel NAND, 2KiB page size + 64B oob size, total 1Gbit size
118 2g:2k+64 : for Parallel NAND, 2KiB page size + 64B oob size, total 2Gbit size
119 4g:2k+64 : for Parallel NAND, 2KiB page size + 64B oob size, total 4Gbit size
120 2g:2k+128: for Parallel NAND, 2KiB page size + 128B oob size, total 2Gbit size
121 4g:2k+128: for Parallel NAND, 2KiB page size + 128B oob size, total 4Gbit size
/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/u-boot/arch/arm/mach-at91/include/mach/
H A Dat91sam9rl.h22 #define ATMEL_ID_PIOA 2 /* Parallel IO Controller A */
23 #define ATMEL_ID_PIOB 3 /* Parallel IO Controller B */
24 #define ATMEL_ID_PIOC 4 /* Parallel IO Controller C */
25 #define ATMEL_ID_PIOD 5 /* Parallel IO Controller D */
H A Dat91sam9g45.h19 #define ATMEL_ID_PIOA 2 /* Parallel I/O Controller A */
20 #define ATMEL_ID_PIOB 3 /* Parallel I/O Controller B */
21 #define ATMEL_ID_PIOC 4 /* Parallel I/O Controller C */
22 #define ATMEL_ID_PIODE 5 /* Parallel I/O Controller D and E */
H A Dsama5d3.h24 #define ATMEL_ID_PIOA 6 /* Parallel I/O Controller A */
25 #define ATMEL_ID_PIOB 7 /* Parallel I/O Controller B */
26 #define ATMEL_ID_PIOC 8 /* Parallel I/O Controller C */
27 #define ATMEL_ID_PIOD 9 /* Parallel I/O Controller D */
28 #define ATMEL_ID_PIOE 10 /* Parallel I/O Controller E */
/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/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/qemu/tests/tcg/hppa/
H A Dstby.c77 /* Create a dummy thread to start parallel mode. */ in main()
84 /* Run test in parallel mode */ in main()
85 test("parallel"); in main()
/openbmc/u-boot/include/
H A Daltera.h30 /* parallel data */
32 /* parallel data */
38 /* fast passive parallel (FPP) */
40 /* fast passive parallel with security (FPPS) */
/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/u-boot/drivers/fpga/
H A Daltera.c143 printf("Passive Parallel Synchronous (PPS)\n"); in altera_info()
146 printf("Passive Parallel Asynchronous (PPA)\n"); in altera_info()
155 printf("Fast Passive Parallel (FPP)\n"); in altera_info()
158 printf("Fast Passive Parallel with Security (FPPS)\n"); in altera_info()
/openbmc/qemu/include/hw/isa/
H A Dsuperio.h30 ISADevice *parallel[MAX_PARALLEL_PORTS]; member
51 ISASuperIOFuncs parallel; member
/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/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

12345678910>>...19