/linux/tools/testing/selftests/kvm/riscv/ |
H A D | sbi_pmu_test.c | 539 __TEST_REQUIRE(__vcpu_has_sbi_ext(vcpu, KVM_RISCV_SBI_EXT_PMU), in test_vm_basic_test() 557 __TEST_REQUIRE(__vcpu_has_sbi_ext(vcpu, KVM_RISCV_SBI_EXT_PMU), in test_vm_events_test() 583 __TEST_REQUIRE(__vcpu_has_sbi_ext(vcpu, KVM_RISCV_SBI_EXT_PMU), in test_vm_events_snapshot_test() 599 __TEST_REQUIRE(__vcpu_has_sbi_ext(vcpu, KVM_RISCV_SBI_EXT_PMU), in test_vm_events_overflow() 602 __TEST_REQUIRE(__vcpu_has_isa_ext(vcpu, KVM_RISCV_ISA_EXT_SSCOFPMF), in test_vm_events_overflow()
|
H A D | arch_timer.c | 86 __TEST_REQUIRE(__vcpu_has_isa_ext(vcpus[0], KVM_RISCV_ISA_EXT_SSTC), in test_vm_create()
|
H A D | get-reg-list.c | 180 __TEST_REQUIRE(__vcpu_has_ext(vcpu, feature), in finalize_vcpu()
|
/linux/tools/testing/selftests/kvm/include/ |
H A D | test_util.h | 39 #define __TEST_REQUIRE(f, fmt, ...) \ macro 45 #define TEST_REQUIRE(f) __TEST_REQUIRE(f, "Requirement not met: %s", #f)
|
/linux/tools/testing/selftests/kvm/ |
H A D | access_tracking_perf_test.c | 106 __TEST_REQUIRE(pfn, "Looking up PFNs requires CAP_SYS_ADMIN"); in lookup_pfn() 387 __TEST_REQUIRE(page_idle_fd >= 0, in main()
|
H A D | kvm_create_max_vcpus.c | 65 __TEST_REQUIRE(r >= 0, in main()
|
H A D | system_counter_offset_test.c | 31 __TEST_REQUIRE(!__vcpu_has_device_attr(vcpu, KVM_VCPU_TSC_CTRL, in check_preconditions()
|
H A D | rseq_test.c | 192 __TEST_REQUIRE(cnt >= 2, in calc_min_max_cpu()
|
H A D | arch_timer.c | 249 __TEST_REQUIRE(!test_args.migration_freq_ms || get_nprocs() >= 2, in main()
|
H A D | get-reg-list.c | 154 __TEST_REQUIRE(kvm_has_cap(s->capability), in check_supported()
|
/linux/tools/testing/selftests/kvm/aarch64/ |
H A D | no-vgic-v3.c | 168 __TEST_REQUIRE(FIELD_GET(ARM64_FEATURE_MASK(ID_AA64PFR0_EL1_GIC), pfr0), in main()
|
H A D | debug-exceptions.c | 543 __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()
|
H A D | arch_timer.c | 208 __TEST_REQUIRE(gic_fd >= 0, "Failed to create vgic-v3"); in test_vm_create()
|
H A D | vgic_lpi_stress.c | 218 __TEST_REQUIRE(gic_fd >= 0, "Failed to create GICv3"); in setup_gic()
|
H A D | vpmu_counter_access.c | 439 __TEST_REQUIRE(vpmu_vm.gic_fd >= 0, in create_vpmu_vm()
|
H A D | vgic_irq.c | 761 __TEST_REQUIRE(gic_fd >= 0, "Failed to create vgic-v3, skipping"); in test_vgic()
|
/linux/tools/testing/selftests/kvm/x86_64/ |
H A D | nx_huge_pages_test.c | 256 __TEST_REQUIRE(token == MAGIC_TOKEN, in main()
|
/linux/tools/testing/selftests/kvm/lib/x86_64/ |
H A D | processor.c | 804 __TEST_REQUIRE(0, "KVM_X86_XCOMP_GUEST_SUPP not supported"); in __vm_xsave_require_permission() 808 __TEST_REQUIRE(bitmask & xfeature, in __vm_xsave_require_permission()
|
/linux/tools/testing/selftests/kvm/lib/ |
H A D | kvm_util.c | 33 __TEST_REQUIRE(fd >= 0 || errno != ENOENT, "Cannot open %s: %s", path, strerror(errno)); in open_path_or_exit() 870 __TEST_REQUIRE(kvm_has_cap(KVM_CAP_USER_MEMORY2), \
|