/xen/xen/arch/x86/hvm/ |
A D | irq.c | 427 void hvm_set_callback_via(struct domain *d, uint64_t via) in hvm_set_callback_via() argument 434 via_type = (uint8_t)MASK_EXTR(via, HVM_PARAM_CALLBACK_IRQ_TYPE_MASK) + 1; in hvm_set_callback_via() 435 if ( ((via_type == HVMIRQ_callback_gsi) && (via == 0)) || in hvm_set_callback_via() 469 gsi = hvm_irq->callback_via.gsi = (uint8_t)via; in hvm_set_callback_via() 481 pdev = hvm_irq->callback_via.pci.dev = (uint8_t)(via >> 11) & 31; in hvm_set_callback_via() 482 pintx = hvm_irq->callback_via.pci.intx = (uint8_t)via & 3; in hvm_set_callback_via() 487 hvm_irq->callback_via.vector = (uint8_t)via; in hvm_set_callback_via() 510 printk("Direct Vector 0x%02x\n", (uint8_t)via); in hvm_set_callback_via()
|
/xen/docs/misc/ |
A D | printk-formats.txt | 13 Up to 64 characters. Buffer length expected via the field_width 22 (in bits) expected via the field_width parameter.
|
A D | x86-xenpv-bootloader.pandoc | 12 filesystem, most likely via a stage 1 PV bootloader provided by dom0.
|
/xen/xen/arch/arm/ |
A D | Kconfig.debug | 22 bool "Early printk via 8250 UART" 36 bool "Early printk via Cadence UART" 50 bool "Early printk via Exynos4210 UART" 64 bool "Early printk via MESON UART" 78 bool "Early printk via MVEBU UART" 91 bool "Early printk via PL011 UART" 104 bool "Early printk via SCIF UART"
|
/xen/xen/tools/kconfig/ |
A D | qconf-cfg.sh | 29 echo >&2 "* Could not find Qt via pkg-config."
|
/xen/tools/flask/policy/modules/ |
A D | nomigrate.te | 1 # Domains of type nomigrate_t must be built via the nomigrate_t_building label;
|
/xen/docs/features/ |
A D | sched_credit2.pandoc | 26 different than `credit2`) parameter is passed to Xen via the 42 * checking or changing the global parameters, via, e.g.: 46 * checking or changing a VM 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_credit.pandoc | 37 * checking or changing the global parameters, via, e.g.: 41 * checking or changing a VM's scheduling parameters, via, e.g.:
|
A D | template.pandoc | 36 it on?), and how to interact with the feature (typically via `xl`).
|
A D | dom0less.pandoc | 14 hypervisor via Device Tree. Specifically, the existing Device Tree based 60 the presence of the additional VM and its configuration. It is done via
|
A D | hypervisorfs.pandoc | 47 Access to the hypervisor filesystem is done via the stable new hypercall
|
/xen/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/docs/hypervisor-guide/x86/ |
A D | how-xen-boots.rst | 43 is via the start of the binary image, which is the ``start`` symbol. This 48 Entry is still via the ``start`` symbol as with MB1, and still in 32bit mode. 88 build. However, entry via anything other than the EFI64 protocol is
|
/xen/docs/man/ |
A D | xen-vbd-interface.7.pandoc | 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.7.pod | 29 =item 3. Provide evidence (via TPM Quotes) of the current configuration 37 The manager accepts commands from the vtpm-stubdom domains via the mini-os TPM 56 support multiple SAAs via the use of vTPM groups. Each group is associated with 86 Command line arguments are passed to the domain via the 'extra' parameter in the
|
/xen/xen/common/ |
A D | Kconfig | 80 attacker to leak data via speculative sidechannels. 82 One source of data leakage is via speculative out-of-bounds array 101 attacker to leak data via speculative sidechannels. 132 bool "Provide hypervisor .config via hypfs entry" 137 hypervisor are provided via the hypfs entry /buildinfo/config. 195 auditing can be achieved with fine granular control via a security 286 communicate via the Argo system.
|
/xen/ |
A D | configure.ac | 20 AX_ARG_DEFAULT_DISABLE([githttp], [Download GIT repositories via HTTP])
|
/xen/tools/golang/xenlight/ |
A D | README.md | 5 The xenlight package provides Go bindings to Xen's libxl C library via cgo.
|
/xen/config/ |
A D | Tools.mk.in | 40 # Download GIT repositories via HTTP or GIT's own protocol?
|
/xen/tools/console/testsuite/ |
A D | README | 8 reads the numbers via the console. Because each side starts with the same seed
|
/xen/xen/include/asm-x86/hvm/ |
A D | irq.h | 228 void hvm_set_callback_via(struct domain *d, uint64_t via);
|
/xen/docs/misc/arm/ |
A D | early-printk.txt | 11 Select one of the "Early printk via * UART" in the choice possible for
|
/xen/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
|