Searched +full:sclp +full:- +full:3 +full:g (Results 1 – 4 of 4) sorted by relevance
1 /* SPDX-License-Identifier: GPL-2.0-only */11 #include <asm/asm-offsets.h>14 #include <asm-generic/barrier.h>16 #include <sclp.h>22 /* Enable SCLP interrupts on this CPU only. */ in wait_for_sclp_int()41 if (smp_query_num_cpus() < 3) { in test_wait_state_delivery()42 report_skip("need at least 3 CPUs for this test"); in test_wait_state_delivery()46 /* Stop CPU #2. It must succeed because we have at least 3 CPUs */ in test_wait_state_delivery()51 * We're going to perform an SCLP service call but expect the in test_wait_state_delivery()58 /* This must not fail because we have at least 3 CPUs */ in test_wait_state_delivery()[all …]
9 [selftest-setup]15 [selftest-migration]16 file = selftest-migration.elf19 # https://lore.kernel.org/qemu-devel/20240219061731.232570-1-npiggin@gmail.com/22 [selftest-migration-skip]23 file = selftest-migration.elf27 # This fails due to a QEMU TCG bug so KVM-only until QEMU is fixed upstream28 [migration-memory]29 file = memory-verify.elf50 qemu_params = -device virtio-net-ccw[all …]
4 - dnf update -y5 - dnf install -y make python15 - logs23 - build/logs25 build-aarch64:28 - dnf install -y qemu-system-aarch64 gcc-aarch64-linux-gnu29 - ./configure --arch=aarch64 --cross-prefix=aarch64-linux-gnu-30 - make -j231 - ACCEL=tcg MAX_SMP=8 ./run_tests.sh33 debug-bp[all …]
1 /* SPDX-License-Identifier: GPL-2.0-or-later */3 * SCLP line mode and ASCII console driver20 #include "sclp.h"23 * ASCII (IBM PC 437) -> EBCDIC 03729 /* ->NL */34 /* ->IGS ->IRS ->IUS */38 /*28 ( ) * + , - . / */40 /*30 0 1 2 3 4 5 6 7 */44 /*40 @ A B C D E F G */52 /*60 ` a b c d e f g */[all …]