Home
last modified time | relevance | path

Searched refs:via (Results 1 – 25 of 74) sorted by relevance

123

/xen/xen/arch/x86/hvm/
A Dirq.c427 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 Dprintk-formats.txt13 Up to 64 characters. Buffer length expected via the field_width
22 (in bits) expected via the field_width parameter.
A Dx86-xenpv-bootloader.pandoc12 filesystem, most likely via a stage 1 PV bootloader provided by dom0.
/xen/xen/arch/arm/
A DKconfig.debug22 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 Dqconf-cfg.sh29 echo >&2 "* Could not find Qt via pkg-config."
/xen/tools/flask/policy/modules/
A Dnomigrate.te1 # Domains of type nomigrate_t must be built via the nomigrate_t_building label;
/xen/docs/features/
A Dsched_credit2.pandoc26 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 Dfeature-levelling.pandoc49 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 Dsched_credit.pandoc37 * checking or changing the global parameters, via, e.g.:
41 * checking or changing a VM's scheduling parameters, via, e.g.:
A Dtemplate.pandoc36 it on?), and how to interact with the feature (typically via `xl`).
A Ddom0less.pandoc14 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 Dhypervisorfs.pandoc47 Access to the hypervisor filesystem is done via the stable new hypercall
/xen/docs/misc/arm/device-tree/
A Dacpi.txt4 Xen toolstack passes the domU ACPI tables via a reference in the /chosen node of
A Dguest.txt59 together with a set of UEFI runtime services implemented via hypercalls, see
/xen/docs/hypervisor-guide/x86/
A Dhow-xen-boots.rst43 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 Dxen-vbd-interface.7.pandoc14 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 Dxen-vtpmmgr.7.pod29 =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 DKconfig80 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 Dconfigure.ac20 AX_ARG_DEFAULT_DISABLE([githttp], [Download GIT repositories via HTTP])
/xen/tools/golang/xenlight/
A DREADME.md5 The xenlight package provides Go bindings to Xen's libxl C library via cgo.
/xen/config/
A DTools.mk.in40 # Download GIT repositories via HTTP or GIT's own protocol?
/xen/tools/console/testsuite/
A DREADME8 reads the numbers via the console. Because each side starts with the same seed
/xen/xen/include/asm-x86/hvm/
A Dirq.h228 void hvm_set_callback_via(struct domain *d, uint64_t via);
/xen/docs/misc/arm/
A Dearly-printk.txt11 Select one of the "Early printk via * UART" in the choice possible for
/xen/tools/hotplug/Linux/init.d/
A Dsysconfig.xendomains.in18 # 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

Completed in 14 milliseconds

123