Home
last modified time | relevance | path

Searched refs:domU (Results 1 – 25 of 34) sorted by relevance

12

/xen/tools/console/testsuite/
A DMakefile7 all: console-dom0 console-domU procpipe
10 console-domU: console-domU.o
14 clean: $(RM) *.o console-domU console-dom0 procpipe
A DREADME3 This tool uses two programs, one that lives in dom0 and one that lives in domU
4 to verify that no data is lost. dom0 and domU share a handshake with each
14 console-domU should be installed within the guest image. It must be launched
18 console-dom0 and console-domU will communicate with each other and stress the
27 If it freezes, it probably means that console-domU is expecting more data from
/xen/xen/include/asm-arm/
A Dsetup.h43 bool domU; member
52 bool domU; member
106 paddr_t start, paddr_t size, bool domU);
111 bootmodule_kind kind, paddr_t start, bool domU);
/xen/xen/arch/arm/
A Dsetup.c237 bool domU) in add_boot_module() argument
254 if ( !domU ) in add_boot_module()
255 mod->domU = false; in add_boot_module()
264 mod->domU = domU; in add_boot_module()
282 if ( mod->kind == kind && !mod->domU ) in boot_module_find_by_kind()
289 bootmodule_kind kind, paddr_t start, bool domU) in add_boot_cmdline() argument
302 cmd->domU = domU; in add_boot_cmdline()
327 if ( cmd->kind == kind && !cmd->domU ) in boot_cmdline_find_by_kind()
A Dbootfdt.c217 bool domU; in process_multiboot_node() local
274 domU = fdt_node_check_compatible(fdt, parent_node, "xen,domain") == 0; in process_multiboot_node()
275 add_boot_module(kind, start, size, domU); in process_multiboot_node()
281 kind, start, domU); in process_multiboot_node()
/xen/tools/flask/policy/modules/
A Dmodules.conf26 domU = on
/xen/xen/xsm/flask/policy/
A Dinitial_sids16 sid domU
/xen/docs/figs/
A Dnetwork-bridge.fig113 4 0 0 50 -1 0 20 0.0000 4 300 1410 7155 3810 domU e.g.\001
A Dnetwork-basic.fig70 4 0 0 50 -1 0 20 0.0000 4 300 1410 7155 3810 domU e.g.\001
/xen/docs/misc/arm/device-tree/
A Dacpi.txt4 Xen toolstack passes the domU ACPI tables via a reference in the /chosen node of
/xen/xen/include/public/
A Dxen.h857 } domU; member
881 #define console_mfn console.domU.mfn
882 #define console_evtchn console.domU.evtchn
/xen/xen/include/asm-x86/hvm/
A Dvioapic.h55 struct hvm_hw_vioapic domU; member
/xen/tools/libxc/
A Dxc_resume.c234 start_info->console.domU.mfn = p2m[start_info->console.domU.mfn]; in xc_domain_resume_any()
A Dxc_sr_restore_x86_pv.c196 pfn = GET_FIELD(guest_start_info, console.domU.mfn, ctx->x86.pv.width); in process_start_info()
212 SET_FIELD(guest_start_info, console.domU.mfn, mfn, ctx->x86.pv.width); in process_start_info()
213 SET_FIELD(guest_start_info, console.domU.evtchn, in process_start_info()
/xen/xen/arch/x86/hvm/
A Dvioapic.c602 if ( s->nr_pins != ARRAY_SIZE(s->domU.redirtbl) || in ioapic_save()
606 return hvm_save_entry(IOAPIC, 0, h, &s->domU); in ioapic_save()
618 if ( s->nr_pins != ARRAY_SIZE(s->domU.redirtbl) || in ioapic_load()
622 return hvm_load_entry(IOAPIC, h, &s->domU); in ioapic_load()
701 nr_pins = ARRAY_SIZE(domain_vioapic(d, 0)->domU.redirtbl); in vioapic_init()
/xen/docs/misc/
A Dhypfs-paths.pandoc63 /cpu-bugs/active-pv/xpti = ("No"|{"dom0", "domU", "PCID-on"}) [w,X86,PV]
65 Possible values would be "No" or a list of "dom0", "domU", and "PCID-on" with
118 xpti "No" or list of "dom0", "domU", "PCID-on"
119 l1tf-shadow "No" or list of "dom0", "domU"
A Dstubdom.txt134 This replaces pygrub to boot domU images safely: it runs the regular grub
135 inside the created domain itself and uses regular domU facilities to read the
148 - set the path to menu.lst, as seen from the domU, in extra:
155 ramdisk = "/boot/domU-1-menu.lst"
/xen/tools/pygrub/
A DREADME1 pygrub is a grub-like bootloader for xen. This tool is to use to boot domU images.
/xen/xen/arch/x86/pv/
A Dshim.c230 SET_AND_MAP_PARAM(HVM_PARAM_CONSOLE_EVTCHN, si->console.domU.evtchn, 0); in pv_shim_setup_dom()
232 SET_AND_MAP_PARAM(HVM_PARAM_CONSOLE_PFN, si->console.domU.mfn, in pv_shim_setup_dom()
244 si->console.domU.mfn = mfn_x(console_mfn); in pv_shim_setup_dom()
290 si->console.domU.evtchn = param; in write_start_info()
292 si->console.domU.mfn = mfn_x(virt_to_mfn(consoled_get_ring_addr())); in write_start_info()
294 &si->console.domU.mfn) ) in write_start_info()
/xen/tools/flask/policy/policy/
A Dinitial_sids17 sid domU gen_context(system_u:system_r:domU_t,s0)
/xen/stubdom/grub/
A Dkexec.c242 dom->console_evtchn = start_info.console.domU.evtchn; in kexec()
314 do_exchange(dom, dom->console_pfn, start_info.console.domU.mfn); in kexec()
/xen/docs/man/
A Dxen-vtpm.7.pod160 =head2 Compiling the LINUX domU kernel:
162 The domU kernel used by domains with vtpms must include the xen-tpmfront.ko
283 created the vTPM and the domU; for example, a system that only constructs images
291 command line and initrd into PCR #5 before booting so that a domU booted in this
A Dxen-pv-channel.7.pod75 the sequence of events would be: (assuming a Linux domU)
/xen/tools/ocaml/xenstored/
A Dquota.ml27 maxent: int; (* max entities per domU *)
/xen/m4/
A Dpaths.m475 [Path to directory for domU crash dumps. [LOCALSTATEDIR/lib/xen/dump]]),

Completed in 24 milliseconds

12