Searched refs:__TEST_REQUIRE (Results 1 - 16 of 16) sorted by relevance

/linux-master/tools/testing/selftests/kvm/
H A Dkvm_create_max_vcpus.c67 __TEST_REQUIRE(r >= 0,
H A Drseq_test.c185 __TEST_REQUIRE(cnt >= 2,
H A Dsystem_counter_offset_test.c31 __TEST_REQUIRE(!__vcpu_has_device_attr(vcpu, KVM_VCPU_TSC_CTRL,
H A Daccess_tracking_perf_test.c106 __TEST_REQUIRE(pfn, "Looking up PFNs requires CAP_SYS_ADMIN");
387 __TEST_REQUIRE(page_idle_fd >= 0,
H A Darch_timer.c251 __TEST_REQUIRE(!test_args.migration_freq_ms || get_nprocs() >= 2,
H A Dget-reg-list.c154 __TEST_REQUIRE(kvm_has_cap(s->capability),
/linux-master/tools/testing/selftests/kvm/riscv/
H A Darch_timer.c88 __TEST_REQUIRE(__vcpu_has_ext(vcpus[0], RISCV_ISA_EXT_REG(KVM_RISCV_ISA_EXT_SSTC)),
H A Dget-reg-list.c172 __TEST_REQUIRE(__vcpu_has_ext(vcpu, feature),
/linux-master/tools/testing/selftests/kvm/include/
H A Dtest_util.h39 #define __TEST_REQUIRE(f, fmt, ...) \ macro
45 #define TEST_REQUIRE(f) __TEST_REQUIRE(f, "Requirement not met: %s", #f)
/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dnx_huge_pages_test.c259 __TEST_REQUIRE(token == MAGIC_TOKEN,
/linux-master/tools/testing/selftests/kvm/aarch64/
H A Darch_timer.c213 __TEST_REQUIRE(gic_fd >= 0, "Failed to create vgic-v3");
H A Ddebug-exceptions.c543 __TEST_REQUIRE(brp_num >= 2, "At least two breakpoints are required");
587 __TEST_REQUIRE(debug_version(aa64dfr0) >= 6,
H A Dvpmu_counter_access.c443 __TEST_REQUIRE(vpmu_vm.gic_fd >= 0,
H A Dvgic_irq.c769 __TEST_REQUIRE(gic_fd >= 0, "Failed to create vgic-v3, skipping");
/linux-master/tools/testing/selftests/kvm/lib/x86_64/
H A Dprocessor.c751 __TEST_REQUIRE(0, "KVM_X86_XCOMP_GUEST_SUPP not supported");
755 __TEST_REQUIRE(bitmask & xfeature,
/linux-master/tools/testing/selftests/kvm/lib/
H A Dkvm_util.c30 __TEST_REQUIRE(fd >= 0 || errno != ENOENT, "Cannot open %s: %s", path, strerror(errno));

Completed in 155 milliseconds