Home
last modified time | relevance | path

Searched refs:__TEST_REQUIRE (Results 1 – 20 of 20) sorted by relevance

/tools/testing/selftests/kvm/include/
A Dtest_util.h39 #define __TEST_REQUIRE(f, fmt, ...) \ macro
45 #define TEST_REQUIRE(f) __TEST_REQUIRE(f, "Requirement not met: %s", #f)
/tools/testing/selftests/kvm/riscv/
A Dsbi_pmu_test.c562 __TEST_REQUIRE(__vcpu_has_sbi_ext(vcpu, KVM_RISCV_SBI_EXT_PMU), in test_vm_basic_test()
580 __TEST_REQUIRE(__vcpu_has_sbi_ext(vcpu, KVM_RISCV_SBI_EXT_PMU), in test_vm_events_test()
606 __TEST_REQUIRE(__vcpu_has_sbi_ext(vcpu, KVM_RISCV_SBI_EXT_PMU), in test_vm_events_snapshot_test()
622 __TEST_REQUIRE(__vcpu_has_sbi_ext(vcpu, KVM_RISCV_SBI_EXT_PMU), in test_vm_events_overflow()
625 __TEST_REQUIRE(__vcpu_has_isa_ext(vcpu, KVM_RISCV_ISA_EXT_SSCOFPMF), in test_vm_events_overflow()
A Darch_timer.c86 __TEST_REQUIRE(__vcpu_has_isa_ext(vcpus[0], KVM_RISCV_ISA_EXT_SSTC), in test_vm_create()
A Dget-reg-list.c239 __TEST_REQUIRE(__vcpu_has_ext(vcpu, feature), in finalize_vcpu()
/tools/testing/selftests/kvm/
A Dsystem_counter_offset_test.c31 __TEST_REQUIRE(!__vcpu_has_device_attr(vcpu, KVM_VCPU_TSC_CTRL, in check_preconditions()
A Drseq_test.c192 __TEST_REQUIRE(cnt >= 2, in calc_min_max_cpu()
A Darch_timer.c244 __TEST_REQUIRE(!test_args.migration_freq_ms || get_nprocs() >= 2, in main()
A Dget-reg-list.c154 __TEST_REQUIRE(kvm_has_cap(s->capability), in check_supported()
A Daccess_tracking_perf_test.c136 __TEST_REQUIRE(pfn, "Looking up PFNs requires CAP_SYS_ADMIN"); in lookup_pfn()
/tools/testing/selftests/kvm/arm64/
A Dno-vgic-v3.c168 __TEST_REQUIRE(FIELD_GET(ARM64_FEATURE_MASK(ID_AA64PFR0_EL1_GIC), pfr0), in main()
A Darch_timer.c208 __TEST_REQUIRE(gic_fd >= 0, "Failed to create vgic-v3"); in test_vm_create()
A Ddebug-exceptions.c543 __TEST_REQUIRE(brp_num >= 2, "At least two breakpoints are required"); in test_guest_debug_exceptions_all()
587 __TEST_REQUIRE(debug_version(aa64dfr0) >= 6, in main()
A Dvgic_lpi_stress.c218 __TEST_REQUIRE(gic_fd >= 0, "Failed to create GICv3"); in setup_gic()
A Dvpmu_counter_access.c439 __TEST_REQUIRE(vpmu_vm.gic_fd >= 0, in create_vpmu_vm()
A Dvgic_irq.c755 __TEST_REQUIRE(gic_fd >= 0, "Failed to create vgic-v3, skipping"); in test_vgic()
A Darch_timer_edge_cases.c955 __TEST_REQUIRE(gic_fd >= 0, "Failed to create vgic-v3"); in test_vm_create()
/tools/testing/selftests/kvm/x86/
A Dnx_huge_pages_test.c256 __TEST_REQUIRE(token == MAGIC_TOKEN, in main()
/tools/testing/selftests/kvm/lib/
A Dlru_gen_util.c382 __TEST_REQUIRE(lru_gen_debug_fd >= 0, in lru_gen_usable()
A Dkvm_util.c455 __TEST_REQUIRE(setrlimit(RLIMIT_NOFILE, &rl) >= 0, in kvm_set_files_rlimit()
957 __TEST_REQUIRE(kvm_has_cap(KVM_CAP_USER_MEMORY2), \
/tools/testing/selftests/kvm/lib/x86/
A Dprocessor.c826 __TEST_REQUIRE(0, "KVM_X86_XCOMP_GUEST_SUPP not supported"); in __vm_xsave_require_permission()
830 __TEST_REQUIRE(bitmask & xfeature, in __vm_xsave_require_permission()

Completed in 35 milliseconds