Searched full:smp (Results 1 – 25 of 94) sorted by relevance
1234
/kvm-unit-tests/powerpc/ |
H A D | unittests.cfg | 11 # 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 D | smp.c | 3 * 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 D | selftest.c | 11 #include <asm/smp.h> 36 } else if (strcmp(argv[i], "smp") == 0) { in check_setup()
|
H A D | Makefile.common | 17 $(TEST_DIR)/smp.elf \ 56 cflatobjs += lib/powerpc/smp.o
|
/kvm-unit-tests/arm/ |
H A D | unittests.cfg | 11 # 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 D | unittests.cfg | 12 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 D | smptest.c | 3 #include "smp.h"
|
H A D | rmap_chain.c | 7 #include "smp.h"
|
H A D | hyperv.c | 3 #include "smp.h"
|
H A D | cstart.S | 3 #include "smp.h"
|
/kvm-unit-tests/scripts/ |
H A D | vmm.bash | 100 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 D | common.bash | 9 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 D | run | 53 # 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 D | efistart64.S | 6 #include "smp.h"
|
/kvm-unit-tests/scripts/s390x/ |
H A D | func.bash | 12 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 D | unittests.cfg | 82 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 D | unittests.cfg | 12 smp = $MAX_SMP 19 smp = $MAX_SMP
|
/kvm-unit-tests/lib/ppc64/asm/ |
H A D | smp.h | 1 #include "../../powerpc/asm/smp.h"
|
/kvm-unit-tests/lib/arm64/asm/ |
H A D | smp.h | 1 #include "../../arm/asm/smp.h"
|
/kvm-unit-tests/docs/ |
H A D | unittests.txt | 27 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.yml | 48 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 D | setup.h | 10 #include "x86/smp.h"
|
/kvm-unit-tests/lib/s390x/ |
H A D | smp.c | 3 * 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 D | io.c | 19 #include "smp.h"
|
H A D | smp.h | 3 * s390x smp
|
1234