Home
last modified time | relevance | path

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

12

/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/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-4.10.0-shim-comet/tools/python/
A DMakefile24 $(INSTALL_PROG) scripts/verify-stream-v2 $(DESTDIR)$(LIBEXEC_BIN)
28 rm -f $(DESTDIR)$(LIBEXEC_BIN)/verify-stream-v2
/xen-4.10.0-shim-comet/xen/arch/arm/
A DMakefile19 obj-y += gic-v2.o
50 obj-y += vgic-v2.o
A Dgic-v2.c183 v->arch.gic.v2.lr[i] = readl_gich(GICH_LR + i * 4); in gicv2_save_state()
185 v->arch.gic.v2.apr = readl_gich(GICH_APR); in gicv2_save_state()
186 v->arch.gic.v2.vmcr = readl_gich(GICH_VMCR); in gicv2_save_state()
196 writel_gich(v->arch.gic.v2.lr[i], GICH_LR + i * 4); in gicv2_restore_state()
198 writel_gich(v->arch.gic.v2.apr, GICH_APR); in gicv2_restore_state()
199 writel_gich(v->arch.gic.v2.vmcr, GICH_VMCR); in gicv2_restore_state()
216 printk(" VCPU_LR[%d]=%x\n", i, v->arch.gic.v2.lr[i]); in gicv2_dump_state()
/xen-4.10.0-shim-comet/
A DCONTRIBUTING17 - tools/libxc : LGPL v2.1
18 - tools/libxl : LGPL v2.1
19 - tools/xl : LGPL v2.1
96 GPL v2 License
120 LGPL v2.1 License
A DREADME49 * Development install of Python v2.3 or later (e.g., python-dev)
57 * Development install of GLib v2.0 (e.g. libglib2.0-dev)
A Dconfig.sub212 os=-sco3.2v2
A DCOPYING9 version of the license (i.e., *only* v2, not v2.2 or v3.x or
/xen-4.10.0-shim-comet/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()
A Dsched_rt.c299 compare_vcpu_priority(const struct rt_vcpu *v1, const struct rt_vcpu *v2) in compare_vcpu_priority() argument
301 int prio = v2->priority_level - v1->priority_level; in compare_vcpu_priority()
304 return v2->cur_deadline - v1->cur_deadline; in compare_vcpu_priority()
/xen-4.10.0-shim-comet/xen/include/asm-arm/
A Dgic.h197 struct gic_v2 v2; member
/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/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-4.10.0-shim-comet/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-4.10.0-shim-comet/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-4.10.0-shim-comet/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-4.10.0-shim-comet/tools/firmware/vgabios/
A Dclext.c819 mov ax, #0x0200 ;; v2.00
947 ;; v2.0+ stuffs
/xen-4.10.0-shim-comet/xen/
A DCOPYING21 is _this_ particular version of the license (i.e., *only* v2, not v2.2
/xen-4.10.0-shim-comet/stubdom/grub.patches/
A D99minios708 - long v2;
715 + int v2;
/xen-4.10.0-shim-comet/docs/misc/
A Dvtd.txt297 Capabilities: [a0] Express (v2) Endpoint, MSI 00
/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxl_types.idl443 (0x20, "v2"),
/xen-4.10.0-shim-comet/xen/arch/x86/mm/shadow/
A Dmulti.c1479 struct vcpu *v2; in sh_make_shadow() local
1486 for_each_vcpu ( d, v2 ) in sh_make_shadow()
/xen-4.10.0-shim-comet/xen/tools/kconfig/
A Dzconf.lex.c_shipped795 * Released under the terms of the GNU GPL v2.0.
A Dzconf.tab.c_shipped79 * Released under the terms of the GNU GPL v2.0.

Completed in 55 milliseconds

12