Home
last modified time | relevance | path

Searched full:version (Results 1 – 25 of 186) sorted by relevance

12345678

/kvm-unit-tests/x86/
H A Dkvmclock.c149 unsigned version = src->version & ~1; in pvclock_read_begin() local
150 /* Make sure that the version is read before the data. */ in pvclock_read_begin()
152 return version; in pvclock_read_begin()
157 unsigned version) in pvclock_read_retry() argument
159 /* Make sure that the version is re-read after the data. */ in pvclock_read_retry()
161 return version != src->version; in pvclock_read_retry()
185 unsigned version; in pvclock_clocksource_read() local
191 version = pvclock_read_begin(src); in pvclock_clocksource_read()
194 } while (pvclock_read_retry(src, version)); in pvclock_clocksource_read()
254 u32 version; in pvclock_read_wallclock() local
[all …]
H A Dkvmclock.h17 u32 version; member
28 u32 version; member
H A Dpmu_lbr.c71 printf("PMU version: %d\n", pmu.version); in main()
72 printf("LBR version: %ld\n", pmu_lbr_version()); in main()
/kvm-unit-tests/lib/libfdt/
H A Dfdt.h18 fdt32_t version; /* format version */ member
19 fdt32_t last_comp_version; /* last compatible version */
21 /* version 2 fields below */
24 /* version 3 fields below */
27 /* version 17 fields below */
50 #define FDT_MAGIC 0xd00dfeed /* 4: version, 4: total size */
H A Dfdt.c69 size_t fdt_header_size_(uint32_t version) in fdt_header_size_() argument
71 if (version <= 1) in fdt_header_size_()
73 else if (version <= 2) in fdt_header_size_()
75 else if (version <= 3) in fdt_header_size_()
77 else if (version <= 16) in fdt_header_size_()
H A Dlibfdt_internal.h92 * version is correctly handled. Inconsistencies or errors in the device
103 * the latest supported version and wish to minimise code size.
136 * This disables checks for device-tree version and removes all code
140 * version.
H A DREADME4 version v1.6.1.
/kvm-unit-tests/arm/
H A Dunittests.cfg129 extra_params = -machine gic-version=2 -append 'ipi'
135 extra_params = -machine gic-version=2 -append 'mmio'
141 extra_params = -machine gic-version=2 -append 'mmio'
147 extra_params = -machine gic-version=2 -append 'mmio'
153 extra_params = -machine gic-version=3 -append 'ipi'
159 extra_params = -machine gic-version=2 -append 'active'
165 extra_params = -machine gic-version=3 -append 'active'
171 extra_params = -machine gic-version=3 -append 'its-introspection'
178 extra_params = -machine gic-version=3 -append 'its-trigger'
185 extra_params = -machine gic-version=3 -append 'its-migration'
[all …]
H A Drun35 if $qemu $M,\? | grep -q gic-version; then
36 M+=',gic-version=host'
/kvm-unit-tests/lib/x86/
H A Dpmu.c12 pmu.version = cpuid_10.a & 0xff; in pmu_init()
14 if (pmu.version > 1) { in pmu_init()
38 /* Performance Monitoring Version 2 Supported */ in pmu_init()
40 pmu.version = 2; in pmu_init()
H A Dpmu.h61 u8 version; member
100 return !pmu.is_intel || !!pmu.version; in this_cpu_has_pmu()
105 return pmu.version > 1; in this_cpu_has_perf_global_ctrl()
110 return pmu.version > 1; in this_cpu_has_perf_global_status()
178 return pmu.version > 1; in pmu_has_pebs()
H A Dintel-iommu.c9 * This work is licensed under the terms of the GNU LGPL, version 2 or
112 uint32_t version; in vtd_dump_init_info() local
114 version = vtd_readl(DMAR_VER_REG); in vtd_dump_init_info()
116 /* Major version >= 1 */ in vtd_dump_init_info()
117 assert(((version >> 3) & 0xf) >= 1); in vtd_dump_init_info()
119 printf("VT-d version: %#x\n", version); in vtd_dump_init_info()
/kvm-unit-tests/
H A DCOPYRIGHT5 and/or modified under the terms of the GNU General Public License version 2
9 the less restrictive GNU LGPL, version 2, or other compatible licenses. See
H A DLICENSE2 Version 2, June 1991
239 be similar in spirit to the present version, but may differ in detail to
242 Each version is given a distinguishing version number. If the Program
243 specifies a version number of this License which applies to it and "any
244 later version", you have the option of following the terms and conditions
245 either of that version or of any later version published by the Free
246 Software Foundation. If the Program does not specify a version number of
247 this License, you may choose any version ever published by the Free Software
298 the Free Software Foundation; either version 2 of the License, or
299 (at your option) any later version.
[all …]
/kvm-unit-tests/lib/arm/asm/
H A Dgic.h4 * This work is licensed under the terms of the GNU LGPL, version 2.
64 * > 0 : the gic version of the gic found
77 * below will work with any supported gic version.
H A Ddelay.h6 * This work is licensed under the terms of the GNU LGPL, version 2.
/kvm-unit-tests/lib/arm/
H A Dgic.c4 * This work is licensed under the terms of the GNU LGPL, version 2.
147 int version = dist->version; in gic_acpi_version() local
149 if (version == 2) in gic_acpi_version()
151 else if (version == 3) in gic_acpi_version()
154 return version; in gic_acpi_version()
H A Dio.h4 * This work is licensed under the terms of the GNU GPL, version 2.
/kvm-unit-tests/lib/
H A Dauxinfo.h3 * under the terms of the GNU Library General Public License version 2.
H A Dchr-testdev.h10 * This work is licensed under the terms of the GNU LGPL, version 2.
H A Dargv.h5 * under the terms of the GNU Library General Public License version 2.
H A Dutil.c4 * This work is licensed under the terms of the GNU LGPL, version 2.
/kvm-unit-tests/lib/linux/
H A Dpsci.h81 /* PSCI version decoding (independent of PSCI version) */
/kvm-unit-tests/lib/powerpc/
H A Dio.h4 * This work is licensed under the terms of the GNU GPL, version 2.
H A Dhandlers.c6 * This work is licensed under the terms of the GNU LGPL, version 2.

12345678