/xen-4.10.0-shim-comet/docs/misc/ |
A D | libxl_memory.txt | 6 overhead | | extra | | 9 | | extra | | | 28 extra internal = LIBXL_MAXMEM_CONSTANT 29 extra external = LIBXL_HVM_EXTRA_MEMORY 42 overhead | | extra | | 45 | | extra | | | 62 extra internal = LIBXL_MAXMEM_CONSTANT 63 extra external = LIBXL_PV_EXTRA_MEMORY
|
A D | stubdom.txt | 43 - set the path to menu.lst, as seen from the domU, in extra: 45 extra = "(hd0,0)/boot/grub/menu.lst" 54 extra = "(nd)/somepath/menu.lst" 56 or you can set it in option 150 of your dhcp server and leave extra and ramdisk
|
A D | xen-error-handling.txt | 63 no extra diagnostic information such as a backtrace. panic() is 65 particularly during boot, and where extra diagnostic information about
|
A D | vtpm-platforms.txt | 29 extra="tpmlocality=2" 38 extra="loglevel=debug" 45 extra="loglevel=debug"
|
A D | netif-staging-grants.pandoc | 124 flag whether it contains extra metadata, and if following slots contain 129 4) Set extra info if packet requires special metadata (e.g. GSO size) 157 15) Process extra info (e.g. if GSO info was set) 339 9) Gets a request from the ring for the first extra info [optional] 341 10) Sets up extra info (e.g. GSO descriptor) [optional] repeat step 8). 363 19) Consumes extra info response [optional]
|
/xen-4.10.0-shim-comet/stubdom/ |
A D | stubdom-dm | 21 extra= 33 extra="$extra -d $domid"; 52 extra="$extra -loadvm $2";
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | trace.c | 449 rec_size += extra; in calc_rec_size() 555 unsigned int extra, in __insert_record() argument 563 unsigned int extra_word = extra / sizeof(u32); in __insert_record() 570 BUG_ON(extra & 3); in __insert_record() 604 if ( extra_data && extra ) in __insert_record() 605 memcpy(dst, extra_data, extra); in __insert_record() 684 void __trace_var(u32 event, bool_t cycles, unsigned int extra, in __trace_var() argument 698 extra_word = (extra / sizeof(u32)); in __trace_var() 699 if ( (extra % sizeof(u32)) != 0 ) in __trace_var() 706 extra = extra_word * sizeof(u32); in __trace_var() [all …]
|
A D | memory.c | 754 union xen_add_to_physmap_batch_extra extra; in xenmem_add_to_physmap() local 757 extra.res0 = 0; in xenmem_add_to_physmap() 759 extra.foreign_domid = DOMID_INVALID; in xenmem_add_to_physmap() 762 return xenmem_add_to_physmap_one(d, xatp->space, extra, in xenmem_add_to_physmap() 779 rc = xenmem_add_to_physmap_one(d, xatp->space, extra, in xenmem_add_to_physmap()
|
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | trace.h | 38 void __trace_var(u32 event, bool_t cycles, unsigned int extra, const void *); 40 static inline void trace_var(u32 event, int cycles, int extra, in trace_var() argument 44 __trace_var(event, cycles, extra, extra_data); in trace_var()
|
/xen-4.10.0-shim-comet/xen/ |
A D | Rules.mk | 116 $(filter %.init.o,$(obj-y) $(obj-bin-y) $(extra-y)): CFLAGS += -DINIT_SECTIONS_ONLY 119 $(filter-out %.init.o $(nogcov-y),$(obj-y) $(obj-bin-y) $(extra-y)): CFLAGS += -fprofile-arcs -ftes… 123 $(filter-out %.init.o $(noubsan-y),$(obj-y) $(obj-bin-y) $(extra-y)): CFLAGS += -fsanitize=undefined 189 $(filter %.init.o,$(obj-y) $(obj-bin-y) $(extra-y)): %.init.o: %.o Makefile
|
/xen-4.10.0-shim-comet/xen/common/efi/ |
A D | boot.c | 1400 } *extra, *extra_head = NULL; in efi_init_memory() local 1478 extra->smfn = smfn; in efi_init_memory() 1479 extra->emfn = emfn; in efi_init_memory() 1481 extra->next = extra_head; in efi_init_memory() 1482 extra_head = extra; in efi_init_memory() 1576 i < L1_PAGETABLE_ENTRIES && extra->smfn < extra->emfn; in efi_init_memory() 1577 ++i, ++extra->smfn ) in efi_init_memory() 1578 l1t[i] = l1e_from_pfn(extra->smfn, extra->prot); in efi_init_memory() 1580 if ( extra->smfn == extra->emfn ) in efi_init_memory() 1582 extra_head = extra->next; in efi_init_memory() [all …]
|
/xen-4.10.0-shim-comet/tools/ |
A D | Makefile | 103 IOEMU_EXTRA_LDFLAGS := --extra-ldflags="-Wl,-rpath,$(libdir)" 177 --extra-cflags="-D__XEN_TOOLS__ $(EXTRA_CFLAGS_QEMU_TRADITIONAL)" \ 243 --extra-cflags="-DXC_WANT_COMPAT_EVTCHN_API=1 \ 258 --extra-ldflags="-L$(XEN_ROOT)/tools/libxc \
|
/xen-4.10.0-shim-comet/xen/arch/x86/efi/ |
A D | Makefile | 15 extra-$(efi) += buildid.o
|
/xen-4.10.0-shim-comet/tools/examples/ |
A D | README.incompatibilities | 20 SuSE requires an extra parameter to ifup, which is created by calling getcfg
|
A D | xlexample.pvhlinux | 26 extra = "root=/dev/xvda1"
|
A D | xlexample.pvlinux | 23 extra = "root=/dev/xvda1"
|
/xen-4.10.0-shim-comet/tools/ocaml/xenstored/ |
A D | select.mli | 16 (** Same interface and semantics as [Unix.select] but with an extra alternative
|
/xen-4.10.0-shim-comet/xen/include/public/hvm/ |
A D | hvm_op.h | 128 uint8_t extra[TRACE_EXTRA_MAX * sizeof(uint32_t)]; member
|
/xen-4.10.0-shim-comet/docs/designs/ |
A D | dmop.markdown | 56 passing extra information to or from the domain. 84 with incorrectly sized buffers, zeros will be read, while extra is ignored.
|
/xen-4.10.0-shim-comet/docs/man/ |
A D | xen-vtpmmgr.pod.7 | 82 Command line arguments are passed to the domain via the 'extra' parameter in the 85 extra="foo=bar baz" 242 extra="tpm2=1" 244 extra option to launch vtpmmgr-stubdom domain on TPM 2.0, and ignore it on TPM 252 extra="tpm2=1"
|
/xen-4.10.0-shim-comet/tools/python/ |
A D | test.py | 482 extra = os.path.join(self.org_cwd, libdir) 483 print "Running %s tests from %s" % (kind, extra) 484 self.libdir = extra 485 sys.path.insert(0, extra)
|
/xen-4.10.0-shim-comet/stubdom/grub.patches/ |
A D | 60ext4.diff | 145 + __u32 i_ctime_extra; /* extra Change time (nsec << 2 | epoch) */ 146 + __u32 i_mtime_extra; /* extra Modification time(nsec << 2 | epoch) */ 147 + __u32 i_atime_extra; /* extra Access time (nsec << 2 | epoch) */ 149 + __u32 i_crtime_extra; /* extra FileCreationtime (nsec << 2 | epoch) */
|
/xen-4.10.0-shim-comet/tools/xl/ |
A D | xl_parse.c | 281 const char *root = NULL, *extra = NULL, *buf = NULL; in parse_cmdline() local 285 xlu_cfg_get_string (config, "extra", &extra, 0); in parse_cmdline() 289 if (root || extra) in parse_cmdline() 293 if (root && extra) { in parse_cmdline() 294 xasprintf(&cmdline, "root=%s %s", root, extra); in parse_cmdline() 297 } else if (extra) { in parse_cmdline() 298 cmdline = strdup(extra); in parse_cmdline() 302 if ((buf || root || extra) && !cmdline) { in parse_cmdline() 2118 &b_info->extra##type, 0); \ in parse_config_data()
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_dm.c | 654 for (i = 0; b_info->extra && b_info->extra[i] != NULL; i++) in libxl__build_device_model_args_old() 655 flexarray_append(dm_args, b_info->extra[i]); in libxl__build_device_model_args_old() 1434 for (i = 0; b_info->extra && b_info->extra[i] != NULL; i++) in libxl__build_device_model_args_new() 1435 flexarray_append(dm_args, b_info->extra[i]); in libxl__build_device_model_args_new() 1921 dm_config->b_info.extra = guest_config->b_info.extra; in libxl__spawn_stub_dm()
|
A D | libxl_types.idl | 495 # extra parameters pass directly to qemu, NULL terminated 496 ("extra", libxl_string_list), 497 # extra parameters pass directly to qemu for PV guest, NULL terminated 499 # extra parameters pass directly to qemu for HVM guest, NULL terminated
|