Home
last modified time | relevance | path

Searched refs:v2 (Results 1 – 25 of 31) sorted by relevance

12

/xen/xen/arch/arm/vgic/
A DMakefile2 obj-y += vgic-v2.o
4 obj-y += vgic-mmio-v2.o
/xen/docs/features/
A Dmigration.pandoc39 Xen 4.6 sees the introduction of Migration v2. There is no change for
48 The format of the migration v2 stream is specified in two documents, and
51 legacy stream into a migration v2 stream.
64 * `tools/python/scripts/verify-stream-v2`
68 With migration v2 support, LIBXL_HAVE_SRM_V2 and LIBXL_HAVE_SRM_V1
71 v2 migration streams, and hence whether legacy conversion is required.
115 for Migration v2
/xen/stubdom/vtpm/
A Dvtpm.c315 unsigned int v1, v2; in parse_cmd_line() local
331 } else if(sscanf(pch, "%u-%u", &v1, &v2) == 2) { in parse_cmd_line()
337 if(v2 >= TPM_NUM_PCR) { in parse_cmd_line()
341 if(v2 < v1) { in parse_cmd_line()
343 v1 = v2; in parse_cmd_line()
344 v2 = tp; in parse_cmd_line()
346 for(unsigned int i = v1; i <= v2; ++i) { in parse_cmd_line()
/xen/tools/python/
A DMakefile24 $(INSTALL_PYTHON_PROG) scripts/verify-stream-v2 $(DESTDIR)$(LIBEXEC_BIN)
28 rm -f $(DESTDIR)$(LIBEXEC_BIN)/verify-stream-v2
/xen/xen/arch/arm/
A DMakefile21 obj-y += gic-v2.o
55 obj-y += vgic-v2.o
A Dgic-v2.c186 v->arch.gic.v2.lr[i] = readl_gich(GICH_LR + i * 4); in gicv2_save_state()
188 v->arch.gic.v2.apr = readl_gich(GICH_APR); in gicv2_save_state()
189 v->arch.gic.v2.vmcr = readl_gich(GICH_VMCR); in gicv2_save_state()
199 writel_gich(v->arch.gic.v2.lr[i], GICH_LR + i * 4); in gicv2_restore_state()
201 writel_gich(v->arch.gic.v2.apr, GICH_APR); in gicv2_restore_state()
202 writel_gich(v->arch.gic.v2.vmcr, GICH_VMCR); in gicv2_restore_state()
219 printk(" VCPU_LR[%d]=%x\n", i, v->arch.gic.v2.lr[i]); in gicv2_dump_state()
/xen/
A DCONTRIBUTING16 - tools/libs : LGPL v2.1
17 - tools/libxc : LGPL v2.1
18 - tools/libxl : LGPL v2.1
19 - tools/xl : LGPL v2.1
115 GPL v2 License
139 LGPL v2.1 License
A Dconfig.sub1335 os=sco3.2v2
A DREADME57 * Development install of GLib v2.0 (e.g. libglib2.0-dev)
A DCOPYING9 version of the license (i.e., *only* v2, not v2.2 or v3.x or
/xen/xen/drivers/passthrough/
A DKconfig7 bool "ARM SMMUv1 and v2 driver"
/xen/xen/common/
A Dlib.c162 register digit v1, v2; in __qdivrem() local
270 v2 = v[2]; /* for D3 */ in __qdivrem()
295 while (v2 * qhat > COMBINE(rhat, uj2)) { in __qdivrem()
/xen/tools/libfsimage/reiserfs/
A Dfsys_reiserfs.c168 struct offset_v2 v2; member
216 : (ih)->ih_key.u.v2.k_offset)
220 : (ih)->ih_key.u.v2.k_type == V2_##type)
/xen/xen/include/asm-arm/
A Dgic.h196 struct gic_v2 v2; member
/xen/tools/ocaml/libs/xl/
A Dxenlight_stubs.c334 CAMLlocal2(v1, v2); in Val_defbool()
338 v2 = Val_none; in Val_defbool()
342 v2 = Val_some(v1); in Val_defbool()
344 CAMLreturn(v2); in Val_defbool()
/xen/xen/common/sched/
A Drt.c295 compare_unit_priority(const struct rt_unit *v1, const struct rt_unit *v2) in compare_unit_priority() argument
297 int prio = v2->priority_level - v1->priority_level; in compare_unit_priority()
300 return v2->cur_deadline - v1->cur_deadline; in compare_unit_priority()
/xen/docs/specs/
A Dlibxc-migration-stream.pandoc742 v3 compat with v2
745 A v3 stream is compatible with a v2 stream, but mandates the presense of a
749 A v3-compatible reciever interpreting a v2 stream should infer the position of
/xen/tools/libacpi/
A DCOPYING1 This library is licensed under LGPL v2.1 to allow its usage in LGPL-2.1
4 is _this_ particular version of the license (i.e., *only* v2.1, not v2.2
8 this shall be considered to be GPL v2 only for files which have
9 specified LGPL v2.1 only.
/xen/tools/libxc/
A DCOPYING3 particular version of the license (i.e., *only* v2.1, not v2.2 or v3.x
7 this shall be considered to be GPL v2 only for files which have
8 specified LGPL v2.1 only.
/xen/xen/common/libelf/
A DCOPYING3 version of the license (i.e., *only* v2.1, not v2.2 or v3.x or
7 this shall be considered to be GPL v2 only for files which have
8 specified LGPL v2.1 only.
/xen/docs/misc/
A Dhypfs-paths.pandoc100 spectre-v2 "Vulnerable" or "Not vulnerable"
/xen/docs/admin-guide/
A Dmicrocode-loading.rst23 of brand new features (e.g. the Spectre v2 controls to work around speculative
/xen/tools/firmware/vgabios/
A Dclext.c819 mov ax, #0x0200 ;; v2.00
947 ;; v2.0+ stuffs
/xen/xen/
A DCOPYING21 is _this_ particular version of the license (i.e., *only* v2, not v2.2
/xen/stubdom/grub.patches/
A D99minios708 - long v2;
715 + int v2;

Completed in 30 milliseconds

12