/xen-4.10.0-shim-comet/docs/features/ |
A D | migration.pandoc | 39 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 D | vtpm.c | 315 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 D | Makefile | 24 $(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 D | Makefile | 19 obj-y += gic-v2.o 50 obj-y += vgic-v2.o
|
A D | gic-v2.c | 183 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 D | CONTRIBUTING | 17 - 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 D | README | 49 * 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 D | config.sub | 212 os=-sco3.2v2
|
A D | COPYING | 9 version of the license (i.e., *only* v2, not v2.2 or v3.x or
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | lib.c | 162 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 D | sched_rt.c | 299 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 D | gic.h | 197 struct gic_v2 v2; member
|
/xen-4.10.0-shim-comet/tools/libfsimage/reiserfs/ |
A D | fsys_reiserfs.c | 168 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 D | xenlight_stubs.c | 334 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 D | COPYING | 1 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 D | COPYING | 3 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 D | COPYING | 3 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 D | clext.c | 819 mov ax, #0x0200 ;; v2.00 947 ;; v2.0+ stuffs
|
/xen-4.10.0-shim-comet/xen/ |
A D | COPYING | 21 is _this_ particular version of the license (i.e., *only* v2, not v2.2
|
/xen-4.10.0-shim-comet/stubdom/grub.patches/ |
A D | 99minios | 708 - long v2; 715 + int v2;
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | vtd.txt | 297 Capabilities: [a0] Express (v2) Endpoint, MSI 00
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_types.idl | 443 (0x20, "v2"),
|
/xen-4.10.0-shim-comet/xen/arch/x86/mm/shadow/ |
A D | multi.c | 1479 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 D | zconf.lex.c_shipped | 795 * Released under the terms of the GNU GPL v2.0.
|
A D | zconf.tab.c_shipped | 79 * Released under the terms of the GNU GPL v2.0.
|