Home
last modified time | relevance | path

Searched +full:gicv3 +full:- +full:active (Results 1 – 3 of 3) sorted by relevance

/kvm-unit-tests/arm/
H A Dunittests.cfg12 # that the configured amount of memory (-m <MB>) are correctly setup
15 [selftest-setup]
19 qemu_params = -m 256
20 kvmtool_params = --mem 256
24 [selftest-vectors-kernel]
26 test_args = vectors-kernel
30 [selftest-vectors-user]
32 test_args = vectors-user
36 [selftest-smp]
43 [pci-test]
[all …]
H A Dgic.c7 * GICv3
21 #include <asm/gic-v3-its.h>
60 irq_sender[i] = -1; in stats_reset()
61 irq_number[i] = -1; in stats_reset()
77 * wait it cannot un-receive it. Consider at least one in wait_for_interrupts()
93 report_info("interrupts timed-out (5s)"); in wait_for_interrupts()
152 /* GICC_IAR.CPUID is RAZ for non-SGIs */ in gic_get_sender()
154 return -1; in gic_get_sender()
248 gic->ipi.send_self(); in ipi_test_self()
260 report_prefix_push("target-list"); in ipi_test_smp()
[all …]
/kvm-unit-tests/
H A D.gitlab-ci.yml4 - dnf update -y
5 - dnf install -y make python
15 - logs
23 - build/logs
25 build-aarch64:
28 - dnf install -y qemu-system-aarch64 gcc-aarch64-linux-gnu
29 - ./configure --arch=aarch64 --cross-prefix=aarch64-linux-gnu-
30 - make -j2
31 - ACCEL=tcg MAX_SMP=8 ./run_tests.sh
33 debug-bp
[all …]