Home
last modified time | relevance | path

Searched +full:selftest +full:- +full:vectors +full:- +full:kernel (Results 1 – 3 of 3) sorted by relevance

/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 …]
/kvm-unit-tests/arm/
H A Dunittests.cfg12 # that the configured amount of memory (-m <MB>) are correctly setup
15 [selftest-setup]
16 file = selftest.flat
19 qemu_params = -m 256
20 kvmtool_params = --mem 256
21 groups = selftest
23 # Test vector setup and exception handling (kernel mode).
24 [selftest-vectors-kernel]
25 file = selftest.flat
26 test_args = vectors-kernel
[all …]
H A Dselftest.c15 #include <asm/asm-offsets.h>
40 if (len == -1) in check_setup()
48 phys_addr_t memsize = PHYS_END - PHYS_OFFSET; in check_setup()
87 for (r = mem_regions; r->end; ++r) { in check_pabt_init()
88 if (r->flags & MR_F_IO) in check_pabt_init()
90 if (r->end > highest_end) in check_pabt_init()
91 highest_end = PAGE_ALIGN(r->end); in check_pabt_init()
98 mmu_clear_user(current_thread_info()->pgtable, vaddr); in check_pabt_init()
119 "stmia r0, { r0-lr }\n" \
122 "mov r1, #-1\n" \
[all …]