Home
last modified time | relevance | path

Searched full:smp (Results 1 – 25 of 94) sorted by relevance

1234

/kvm-unit-tests/powerpc/
H A Dunittests.cfg11 # Test that the configured number of processors (smp = <num>), and
17 smp = 2
18 test_args = 'setup smp=2 mem=1024'
76 smp = 2
78 [smp]
79 file = smp.elf
80 smp = 2
82 [smp-smt]
83 file = smp.elf
84 smp = 8,threads=4
[all …]
H A Dsmp.c3 * SMP and IPI Tests
12 #include <asm/smp.h>
96 report_skip("Requires SMP (2 or more CPUs)"); in test_ipi_cpus()
200 report_skip("Requires SMP (2 or more CPUs)"); in test_time_sync()
243 report_skip("Requires SMP (2 or more CPUs)"); in test_relax()
296 report_skip("Requires SMP (2 or more CPUs)"); in test_pause()
336 report_prefix_push("smp"); in main()
H A Dselftest.c11 #include <asm/smp.h>
36 } else if (strcmp(argv[i], "smp") == 0) { in check_setup()
H A DMakefile.common17 $(TEST_DIR)/smp.elf \
56 cflatobjs += lib/powerpc/smp.o
/kvm-unit-tests/arm/
H A Dunittests.cfg11 # Test that the configured number of processors (smp = <num>), and
17 smp = 2
18 test_args = 'setup smp=2 mem=256'
35 # Test SMP support
36 [selftest-smp]
38 smp = $MAX_SMP
39 test_args = smp
144 smp = $((($MAX_SMP < 8)?$MAX_SMP:8))
152 smp = $((($MAX_SMP < 8)?$MAX_SMP:8))
160 smp = 1
[all …]
/kvm-unit-tests/x86/
H A Dunittests.cfg12 smp = 2
25 smp = 2
35 smp = 2
43 smp = 4
53 smp = 2
57 smp = 3
89 smp = 2
96 smp = 2
119 smp = 2
125 smp = 2
[all …]
H A Dsmptest.c3 #include "smp.h"
H A Drmap_chain.c7 #include "smp.h"
H A Dhyperv.c3 #include "smp.h"
H A Dcstart.S3 #include "smp.h"
/kvm-unit-tests/scripts/
H A Dvmm.bash100 local smp
102 if smp=$($runtime_arch_run _NO_FILE_4Uhere_ -smp $MAX_SMP |& grep 'SMP CPUs'); then
103 smp=${smp##* }
104 smp=${smp/\(}
105 smp=${smp/\)}
106 echo "Restricting MAX_SMP from ($MAX_SMP) to the max supported ($smp)" >&2
107 MAX_SMP=$smp
135 echo "The 'smp' test parameter won't be modified"
143 [qemu,nr_cpus]='-smp'
H A Dcommon.bash9 local smp
31 …$(arch_cmd) "$cmd" "$testname" "$groups" "$smp" "$kernel" "$test_args" "$opts" "$arch" "$machine" …
34 smp="$(vmm_optname_nr_cpus) 1"
51 elif [[ $line =~ ^smp\ *=\ *(.*)$ ]]; then
52 smp="$(vmm_optname_nr_cpus) ${BASH_REMATCH[1]}"
90 …$(arch_cmd) "$cmd" "$testname" "$groups" "$smp" "$kernel" "$test_args" "$opts" "$arch" "$machine" …
/kvm-unit-tests/x86/efi/
H A Drun53 # Also, pass in an EFI-specific smp count (i.e., `-smp 1`) as the last argument
54 # to x86/run. This `smp` flag overrides any previous `smp` flags (e.g.,
55 # `-smp 4`). This is necessary because KVM-Unit-Tests do not currently support
56 # SMP under UEFI. This last flag should be removed when this issue is resolved.
64 -smp "$EFI_SMP"
H A Defistart64.S6 #include "smp.h"
/kvm-unit-tests/scripts/s390x/
H A Dfunc.bash12 local smp=$4
22 …"$cmd" "$testname" "$groups" "$smp" "$kernel" "$opts" "$arch" "$machine" "$check" "$accel" "$timeo…
38 …"$cmd" "$testname" "$groups pv" "$smp" "$kernel" "$opts" "$arch" "$machine" "$check" "$accel" "$ti…
/kvm-unit-tests/s390x/
H A Dunittests.cfg82 qemu_params=-name kvm-unit-test --uuid 0fb84a86-727c-11ea-bc55-0242ac130003 -smp 1,maxcpus=8
84 [smp]
85 file = smp.elf
86 smp = 2
102 smp = 2
129 qemu_params = -smp 1,maxcpus=3 -device host-s390x-cpu,core-id=1 -device host-s390x-cpu,core-id=2
135 qemu_params = -smp 1,maxcpus=3 -device host-s390x-cpu,core-id=2 -device host-s390x-cpu,core-id=1
141 qemu_params = -smp 1,maxcpus=3 -cpu qemu -device qemu-s390x-cpu,core-id=1 -device qemu-s390x-cpu,co…
147 qemu_params = -smp 1,maxcpus=3 -cpu qemu -device qemu-s390x-cpu,core-id=2 -device qemu-s390x-cpu,co…
162 smp = 2
[all …]
/kvm-unit-tests/riscv/
H A Dunittests.cfg12 smp = $MAX_SMP
19 smp = $MAX_SMP
/kvm-unit-tests/lib/ppc64/asm/
H A Dsmp.h1 #include "../../powerpc/asm/smp.h"
/kvm-unit-tests/lib/arm64/asm/
H A Dsmp.h1 #include "../../arm/asm/smp.h"
/kvm-unit-tests/docs/
H A Dunittests.txt27 Note! Some parameters like smp and qemu_params/extra_params modify how a
52 smp
54 smp = <number>
/kvm-unit-tests/
H A D.gitlab-ci.yml48 selftest-smp
63 selftest-smp
77 selftest-smp
108 selftest-smp
123 selftest-smp
138 selftest-setup selftest-vectors-kernel selftest-vectors-user selftest-smp
298 smp
/kvm-unit-tests/lib/x86/asm/
H A Dsetup.h10 #include "x86/smp.h"
/kvm-unit-tests/lib/s390x/
H A Dsmp.c3 * s390x smp
4 * Based on Linux's arch/s390/kernel/smp.c and
24 #include "smp.h"
332 printf("SMP: Initializing, found %d cpus\n", num); in smp_setup()
H A Dio.c19 #include "smp.h"
H A Dsmp.h3 * s390x smp

1234