Home
last modified time | relevance | path

Searched refs:extra (Results 1 – 25 of 71) sorted by relevance

123

/xen/docs/misc/
A Dlibxl_memory.txt6 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 Dstubdom.txt148 - set the path to menu.lst, as seen from the domU, in extra:
150 extra = "(hd0,0)/boot/grub/menu.lst"
159 extra = "(nd)/somepath/menu.lst"
161 or you can set it in option 150 of your dhcp server and leave extra and ramdisk
A Dxen-error-handling.txt63 no extra diagnostic information such as a backtrace. panic() is
65 particularly during boot, and where extra diagnostic information about
A Dvtpm-platforms.txt29 extra="tpmlocality=2"
38 extra="loglevel=debug"
45 extra="loglevel=debug"
/xen/xen/
A DRules.mk76 $(foreach o,$(filter-out %/,$(obj-y) $(obj-bin-y) $(extra-y)),$(eval $(call gendep,$(o))))
89 $(filter %.init.o,$(obj-y) $(obj-bin-y) $(extra-y)): CFLAGS-y += -DINIT_SECTIONS_ONLY
97 $(filter-out %.init.o $(nocov-y),$(obj-y) $(obj-bin-y) $(extra-y)): CFLAGS-y += $(COV_FLAGS)
102 $(filter-out %.init.o $(noubsan-y),$(obj-y) $(obj-bin-y) $(extra-y)): \
132 built_in.o: $(obj-y) $(extra-y)
137 $(LD_LTO) -r -o $@ $(filter-out $(extra-y),$^)
139 $(LD) $(XEN_LDFLAGS) -r -o $@ $(filter-out $(extra-y),$^)
144 targets += $(filter-out $(subdir-obj-y), $(obj-y)) $(extra-y)
147 built_in_bin.o: $(obj-bin-y) $(extra-y)
151 $(LD) $(XEN_LDFLAGS) -r -o $@ $(filter-out $(extra-y),$^)
[all …]
/xen/xen/include/xen/
A Dtrace.h45 void __trace_var(uint32_t event, bool cycles, unsigned int extra, const void *);
47 static inline void trace_var(uint32_t event, bool cycles, unsigned int extra, in trace_var() argument
51 __trace_var(event, cycles, extra, extra_data); in trace_var()
72 static inline void trace_var(uint32_t event, bool cycles, unsigned int extra, in trace_var() argument
74 static inline void __trace_var(uint32_t event, bool cycles, unsigned int extra, in __trace_var() argument
/xen/stubdom/
A Dstubdom-dm21 extra=
33 extra="$extra -d $domid";
52 extra="$extra -loadvm $2";
/xen/automation/scripts/
A Dqemu-smoke-x86-64.sh18 pvh) k=test-hvm32pae-example extra="dom0-iommu=none dom0=pvh" ;;
19 *) k=test-pv32pae-example extra= ;;
28 console_timestamps=boot $extra" \
/xen/xen/common/
A Dtrace.c447 rec_size += extra; in calc_rec_size()
553 unsigned int extra, in __insert_record() argument
561 unsigned int extra_word = extra / sizeof(u32); in __insert_record()
568 BUG_ON(extra & 3); in __insert_record()
602 if ( extra_data && extra ) in __insert_record()
603 memcpy(dst, extra_data, extra); in __insert_record()
682 void __trace_var(u32 event, bool_t cycles, unsigned int extra, in __trace_var() argument
696 extra_word = (extra / sizeof(u32)); in __trace_var()
697 if ( (extra % sizeof(u32)) != 0 ) in __trace_var()
704 extra = extra_word * sizeof(u32); in __trace_var()
[all …]
A Dmemory.c818 union add_to_physmap_extra extra = {}; in xenmem_add_to_physmap() local
824 extra.foreign_domid = DOMID_INVALID; in xenmem_add_to_physmap()
827 return xenmem_add_to_physmap_one(d, xatp->space, extra, in xenmem_add_to_physmap()
840 extra.ppage = &pages[0]; in xenmem_add_to_physmap()
845 rc = xenmem_add_to_physmap_one(d, XENMAPSPACE_gmfn, extra, in xenmem_add_to_physmap()
853 if ( extra.ppage ) in xenmem_add_to_physmap()
854 ++extra.ppage; in xenmem_add_to_physmap()
857 if ( (++done >= ARRAY_SIZE(pages) && extra.ppage) || in xenmem_add_to_physmap()
899 union add_to_physmap_extra extra = {}; in xenmem_add_to_physmap_batch() local
921 extra.foreign_domid = xatpb->u.foreign_domid; in xenmem_add_to_physmap_batch()
[all …]
A Dkernel.c386 static HYPFS_STRING_INIT(extra, "extra");
412 hypfs_string_set_reference(&extra, xen_extra_version()); in buildinfo_init()
413 hypfs_add_leaf(&version, &extra, true); in buildinfo_init()
/xen/xen/common/efi/
A Dboot.c1492 } *extra, *extra_head = NULL; in efi_init_memory() local
1578 extra->smfn = smfn; in efi_init_memory()
1579 extra->emfn = emfn; in efi_init_memory()
1581 extra->next = extra_head; in efi_init_memory()
1582 extra_head = extra; in efi_init_memory()
1671 i < L1_PAGETABLE_ENTRIES && extra->smfn < extra->emfn; in efi_init_memory()
1672 ++i, ++extra->smfn ) in efi_init_memory()
1673 l1t[i] = l1e_from_pfn(extra->smfn, extra->prot); in efi_init_memory()
1675 if ( extra->smfn == extra->emfn ) in efi_init_memory()
1677 extra_head = extra->next; in efi_init_memory()
[all …]
/xen/xen/common/libfdt/
A DMakefile17 extra-y += libfdt-temp.o $(LIBFDT_OBJS)
/xen/tools/
A DMakefile101 IOEMU_EXTRA_LDFLAGS := --extra-ldflags="-Wl,-rpath,$(libdir)"
175 --extra-cflags="-D__XEN_TOOLS__ $(EXTRA_CFLAGS_QEMU_TRADITIONAL)" \
247 --extra-cflags="-DXC_WANT_COMPAT_EVTCHN_API=1 \
262 --extra-ldflags="-L$(XEN_ROOT)/tools/libxc \
/xen/xen/common/libelf/
A DMakefile16 extra-y += libelf-temp.o $(libelf-objs)
/xen/xen/arch/x86/efi/
A DMakefile18 extra-$(XEN_BUILD_EFI) += buildid.o
/xen/tools/examples/
A DREADME.incompatibilities20 SuSE requires an extra parameter to ifup, which is created by calling getcfg
A Dxlexample.pvhlinux26 extra = "root=/dev/xvda1"
A Dxlexample.pvlinux23 extra = "root=/dev/xvda1"
/xen/xen/xsm/flask/
A DMakefile23 extra-y += $(ALL_H_FILES)
/xen/tools/golang/xenlight/
A Dgengotypes.py51 for extra in extras:
52 f.write(extra)
234 for extra in extras:
235 f.write(extra)
/xen/tools/ocaml/xenstored/
A Dselect.mli16 (** Same interface and semantics as [Unix.select] but with an extra alternative
/xen/docs/designs/
A Ddmop.pandoc56 passing extra information to or from the domain.
84 with incorrectly sized buffers, zeros will be read, while extra is ignored.
/xen/xen/arch/arm/
A DMakefile65 extra-y += $(TARGET_SUBARCH)/head.o
/xen/tools/libs/devicemodel/include/
A Dxendevicemodel.h317 uint8_t type, uint32_t error_code, uint8_t insn_len, uint64_t extra);

Completed in 32 milliseconds

123