/xen-4.10.0-shim-comet/xen/arch/x86/hvm/ |
A D | irq.c | 383 void hvm_set_callback_via(struct domain *d, uint64_t via) in hvm_set_callback_via() argument 390 via_type = (uint8_t)MASK_EXTR(via, HVM_PARAM_CALLBACK_IRQ_TYPE_MASK) + 1; in hvm_set_callback_via() 391 if ( ((via_type == HVMIRQ_callback_gsi) && (via == 0)) || in hvm_set_callback_via() 425 gsi = hvm_irq->callback_via.gsi = (uint8_t)via; in hvm_set_callback_via() 437 pdev = hvm_irq->callback_via.pci.dev = (uint8_t)(via >> 11) & 31; in hvm_set_callback_via() 438 pintx = hvm_irq->callback_via.pci.intx = (uint8_t)via & 3; in hvm_set_callback_via() 443 hvm_irq->callback_via.vector = (uint8_t)via; in hvm_set_callback_via() 466 printk("Direct Vector 0x%02x\n", (uint8_t)via); in hvm_set_callback_via()
|
/xen-4.10.0-shim-comet/tools/flask/policy/modules/ |
A D | nomigrate.te | 1 # Domains of type nomigrate_t must be built via the nomigrate_t_building label;
|
/xen-4.10.0-shim-comet/docs/features/ |
A D | sched_credit.pandoc | 24 than `credit`) parameter is passed to Xen via the bootloader. 35 * checking or changing the global parameters, via, e.g.: 39 * checking or changing a VM's scheduling parameters, via, e.g.:
|
A D | feature-levelling.pandoc | 49 hosts eg via ssh, in the form of automation software like GNU parallel or 146 The toolstack can query each of the calculated featureset via 147 `XEN_SYSCTL_get_cpu_featureset`, and query for the levelling caps via 153 Once a featureset has been chosen, it is set (implicitly or explicitly) via
|
A D | sched_credit2.pandoc | 44 * checking or changing the global parameters, via, e.g.: 48 * checking or changing a VM scheduling parameters, via, e.g.:
|
A D | template.pandoc | 36 it on?), and how to interact with the feature (typically via `xl`).
|
/xen-4.10.0-shim-comet/docs/misc/arm/device-tree/ |
A D | acpi.txt | 4 Xen toolstack passes the domU ACPI tables via a reference in the /chosen node of
|
A D | guest.txt | 59 together with a set of UEFI runtime services implemented via hypercalls, see
|
/xen-4.10.0-shim-comet/docs/man/ |
A D | xen-vbd-interface.markdown.7 | 14 available _both_ via emulated IDE resp. SCSI controller, _and_ as a 16 disks available via the emulated IDE controller target the same 18 In hd* case with hdtype=ahci, disk will be AHCI via emulated 45 Non-whole disk devices cannot be passed through to HVM guests via
|
A D | xen-vtpmmgr.pod.7 | 25 =item 3. Provide evidence (via TPM Quotes) of the current configuration 33 The manager accepts commands from the vtpm-stubdom domains via the mini-os TPM 52 support multiple SAAs via the use of vTPM groups. Each group is associated with 82 Command line arguments are passed to the domain via the 'extra' parameter in the
|
/xen-4.10.0-shim-comet/ |
A D | configure.ac | 20 AX_ARG_DEFAULT_DISABLE([githttp], [Download GIT repositories via HTTP])
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | printk-formats.txt | 13 Up to 64 characters. Buffer length expected via the field_width
|
A D | distro_mapping.txt | 12 build host, via the "setvar_dir" macro in Config.mk) and for some
|
A D | x86-xenpv-bootloader.markdown | 12 filesystem, most likely via a stage 1 PV bootloader provided by dom0.
|
A D | crashdb.txt | 28 connected from your workstation via a null modem cable in the
|
A D | 9pfs.markdown | 64 The frontend and the backend connect via xenstore to exchange 379 - notify the other end via event channel 391 - notify the other end via event channel
|
/xen-4.10.0-shim-comet/unmodified_drivers/linux-2.6/ |
A D | README | 13 build tree via the XEN and XL environment variable.
|
/xen-4.10.0-shim-comet/config/ |
A D | Tools.mk.in | 44 # Download GIT repositories via HTTP or GIT's own protocol?
|
/xen-4.10.0-shim-comet/unmodified_drivers/linux-2.6/platform-pci/ |
A D | platform-pci.c | 252 static int set_callback_via(uint64_t via) in set_callback_via() argument 258 a.value = via; in set_callback_via()
|
/xen-4.10.0-shim-comet/tools/console/testsuite/ |
A D | README | 8 reads the numbers via the console. Because each side starts with the same seed
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/hvm/ |
A D | irq.h | 212 void hvm_set_callback_via(struct domain *d, uint64_t via);
|
/xen-4.10.0-shim-comet/docs/ |
A D | ChangeLog | 70 New feature flag available via the version hypercall indicates whether the 115 Backend advertises availability via 'feature-flush-cache' xenstore node.
|
/xen-4.10.0-shim-comet/tools/hotplug/Linux/init.d/ |
A D | sysconfig.xendomains.in | 18 # If you want to a quick'n'dirty shutdown via SysRq, you may want to set 108 # If this variable is set to "true", only the domains started via config
|
/xen-4.10.0-shim-comet/docs/misc/arm/ |
A D | silicon-errata.txt | 30 workarounds via the alternatives framework". These are enabled by default
|
/xen-4.10.0-shim-comet/tools/debugger/gdbsx/ |
A D | README | 41 o since gdb is not kernel debugger, vcpus are emulated via threads
|