Searched full:required (Results 1 – 25 of 27) sorted by relevance
12
/kvm-unit-tests/arm/ |
H A D | cache.c | 116 report_info("dcache clean to PoU required"); in main() 118 report_info("icache invalidation to PoU required"); in main()
|
H A D | psci.c | 243 report_skip("At least 2 cpus required"); in main()
|
H A D | micro-bench.c | 73 printf("At least two cpus required, skipping tests...\n"); in test_init()
|
H A D | fpu.c | 214 report_abort("At least %d cpus required", nr); in nr_cpu_check()
|
H A D | gic.c | 44 report_abort("At least %d cpus required", nr); in nr_cpu_check()
|
H A D | pmu.c | 301 report(required_events, "Check required events are implemented"); in test_event_introspection()
|
/kvm-unit-tests/lib/x86/ |
H A D | atomic.h | 28 * @i: required value 111 * @i: required value
|
/kvm-unit-tests/lib/ |
H A D | devicetree.h | 5 * for Linux required device tree content. The accessors provided are 36 * Abstractions for required node types and properties 161 * Low-level accessors for required node types and properties 201 * High-level accessors for required node types and properties
|
H A D | vmalloc.c | 97 * The resulting pointer will be aligned to the required alignment, but
|
/kvm-unit-tests/s390x/snippets/c/ |
H A D | cstart.S | 27 * route some functions that are required by the libc (but not usable
|
/kvm-unit-tests/ |
H A D | README.macOS.md | 14 A cross-compiler with ELF support is required to build kvm-unit-tests on macOS.
|
H A D | LICENSE | 112 the Program is not required to print an announcement.) 180 5. You are not required to accept this License, since you have not 270 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
H A D | README | 18 NOTE: GCC cross-compiler is required for [build on macOS](README.macOS.md).
|
H A D | README.md | 18 NOTE: GCC cross-compiler is required for [build on macOS](README.macOS.md).
|
H A D | configure | 4 echo "Error: Bash version 4 or newer is required for the kvm-unit-tests"
|
/kvm-unit-tests/lib/arm/ |
H A D | psci.c | 77 assert_msg(node >= 0, "PSCI v0.2 compatibility required"); in psci_set_conduit_fdt()
|
/kvm-unit-tests/x86/ |
H A D | xsave.c | 41 "Check minimal XSAVE required bits"); in test_xsave()
|
H A D | pmu_pebs.c | 405 report_skip("PEBS required PMU version 2, reported version is %d", pmu.version); in main()
|
H A D | vmx_tests.c | 956 printf("\tFeature required for %s is not supported.\n", in insn_intercept_main() 1170 /* INVEPT is required by the EPT violation handler. */ in ept_init_common() 3440 * is required or if the value is zero. 3456 * test turning on bits that have a required setting. in test_rsvd_ctl_bit_value() 6148 report_skip("%s : Not all required APICv bits supported", __func__); in apic_reg_virt_test() 6922 report_skip("%s : Not all required APICv bits supported", __func__); in virt_x2apic_mode_test() 9477 report_skip("%s : Not all required APICv bits supported or CPU count < 2", __func__); in vmx_eoi_bitmap_ioapic_scan_test() 9522 report_skip("%s : Not all required APICv bits supported", __func__); in vmx_hlt_with_rvi_test() 9584 /* Test device is required for generating IRQs */ in vmx_apic_passthrough() 11220 report_skip("%s : Not all required APICv bits supported", __func__); in vmx_basic_vid_test() [all …]
|
/kvm-unit-tests/lib/linux/ |
H A D | compiler.h | 91 * required ordering.
|
/kvm-unit-tests/riscv/ |
H A D | sbi.c | 187 report_skip("SBI spec version 0.2 or higher required"); in check_base() 438 report_skip("At least 2 cpus required"); in check_ipi() 459 report_skip("3 cpus required"); in check_ipi() 1186 report_skip("Memory above 4G required"); in dbcn_high_write_test() 1415 report_skip("At least 2 cpus required"); in susp_one_prep()
|
/kvm-unit-tests/powerpc/ |
H A D | atomics.c | 124 * An unaligned larx/stcx. is not required by the ISA to cause an in test_lwarx_stwcx()
|
/kvm-unit-tests/s390x/ |
H A D | spec_ex.c | 47 * Also acts as compiler barrier, -> none required in expect/check_invalid_psw
|
/kvm-unit-tests/scripts/ |
H A D | checkpatch.pl | 5193 "space required after that '$op' $at\n" . $hereptr)) { 5233 "space required after that '$op' $at\n" . $hereptr)) { 5262 "space required before that '$op' $at\n" . $hereptr)) { 5287 "space required one side of that '$op' $at\n" . $hereptr)) { 5382 "spaces required around that '$op' $at\n" . $hereptr)) { 5445 "space required before the open brace '{'\n" . $herecurr) && 5463 "space required after that close brace '}'\n" . $herecurr) && 5596 "return is not a function, parentheses are not required\n" . $herecurr); 5600 "space required before the open parenthesis '('\n" . $herecurr); 5671 "space required before the open parenthesis '('\n" . $herecurr) && [all …]
|
H A D | get_maintainer.pl | 308 die "$P: Missing required option: email, scm, status, subsystem or web\n"; 1010 --git-min-signatures => number of signatures required (default: $email_git_min_signatures) 1012 --git-min-percent => minimum percentage of commits required (default: $email_git_min_percent)
|
12