Searched +full:selftest +full:- +full:vectors +full:- +full:user (Results 1 – 3 of 3) sorted by relevance
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 …]
12 # that the configured amount of memory (-m <MB>) are correctly setup15 [selftest-setup]16 file = selftest.flat19 qemu_params = -m 25620 kvmtool_params = --mem 25621 groups = selftest24 [selftest-vectors-kernel]25 file = selftest.flat26 test_args = vectors-kernel27 groups = selftest[all …]
15 #include <asm/asm-offsets.h>40 if (len == -1) in check_setup()48 phys_addr_t memsize = PHYS_END - PHYS_OFFSET; in check_setup()83 * assume that that memory region could have been larger, if the user in check_pabt_init()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" \[all …]