Home
last modified time | relevance | path

Searched refs:xen (Results 1 – 25 of 54) sorted by relevance

123

/Linux-v5.10/drivers/xen/
DMakefile13 dom0-$(CONFIG_XEN_ACPI) += acpi.o $(xen-pad-y)
14 xen-pad-$(CONFIG_X86) += xen-acpi-pad.o
18 obj-$(CONFIG_XEN_BALLOON) += xen-balloon.o
19 obj-$(CONFIG_XEN_DEV_EVTCHN) += xen-evtchn.o
20 obj-$(CONFIG_XEN_GNTDEV) += xen-gntdev.o
21 obj-$(CONFIG_XEN_GRANT_DEV_ALLOC) += xen-gntalloc.o
25 obj-$(CONFIG_SWIOTLB_XEN) += swiotlb-xen.o
27 obj-$(CONFIG_XEN_PCIDEV_BACKEND) += xen-pciback/
28 obj-$(CONFIG_XEN_PRIVCMD) += xen-privcmd.o
29 obj-$(CONFIG_XEN_STUB) += xen-stub.o
[all …]
DKconfig84 tristate "Xen /dev/xen/evtchn device"
104 The xen filesystem provides a way for domains to share
111 bool "Create compatibility mount point /proc/xen"
116 under /proc/xen, but "xenbus" is now found at the root of the
118 the compatibility mount point /proc/xen if it is running on
119 a xen platform.
123 bool "Create xen entries under /sys/hypervisor"
131 but will have no xen contents.
202 xen-pciback.hide=(03:00.0)(04:00.0)
212 (https://xenbits.xen.org/docs/unstable/misc/pvcalls.html). It
[all …]
/Linux-v5.10/Documentation/devicetree/bindings/arm/
Dxen.txt7 compatible = "xen,xen-<version>", "xen,xen";
26 xen,uefi-system-table | 64-bit | Guest physical address of the UEFI System
29 xen,uefi-mmap-start | 64-bit | Guest physical address of the UEFI memory
32 xen,uefi-mmap-size | 32-bit | Size in bytes of the UEFI memory map
35 xen,uefi-mmap-desc-size | 32-bit | Size in bytes of each entry in the UEFI
38 xen,uefi-mmap-desc-ver | 32-bit | Version of the mmap descriptor format.
44 compatible = "xen,xen-4.3", "xen,xen";
48 xen,uefi-system-table = <0xXXXXXXXX>;
49 xen,uefi-mmap-start = <0xXXXXXXXX>;
50 xen,uefi-mmap-size = <0xXXXXXXXX>;
[all …]
/Linux-v5.10/Documentation/ABI/stable/
Dsysfs-hypervisor-xen4 Contact: xen-devel@lists.xenproject.org
13 Contact: xen-devel@lists.xenproject.org
22 Contact: xen-devel@lists.xenproject.org
31 Contact: xen-devel@lists.xenproject.org
38 <class>: "xen" -- x86: paravirtualized, arm: standard
53 Contact: xen-devel@lists.xenproject.org
62 Contact: xen-devel@lists.xenproject.org
65 in include/xen/interface/features.h printed as a hex value.
70 Contact: xen-devel@lists.xenproject.org
79 Contact: xen-devel@lists.xenproject.org
[all …]
Dsysfs-bus-xen-backend1 What: /sys/bus/xen-backend/devices/*/devtype
9 What: /sys/bus/xen-backend/devices/*/nodename
17 What: /sys/bus/xen-backend/devices/vbd-*/physical_device
26 What: /sys/bus/xen-backend/devices/vbd-*/mode
34 What: /sys/bus/xen-backend/devices/vbd-*/statistics/f_req
41 What: /sys/bus/xen-backend/devices/vbd-*/statistics/oo_req
49 What: /sys/bus/xen-backend/devices/vbd-*/statistics/rd_req
56 What: /sys/bus/xen-backend/devices/vbd-*/statistics/rd_sect
63 What: /sys/bus/xen-backend/devices/vbd-*/statistics/wr_req
70 What: /sys/bus/xen-backend/devices/vbd-*/statistics/wr_sect
[all …]
/Linux-v5.10/Documentation/gpu/
Dxen-front.rst2 drm/xen-front Xen para-virtualized frontend driver
7 include/xen/interface/io/displif.h
12 .. kernel-doc:: drivers/gpu/drm/xen/xen_drm_front.h
18 .. kernel-doc:: drivers/gpu/drm/xen/xen_drm_front.h
24 .. kernel-doc:: drivers/gpu/drm/xen/xen_drm_front.h
30 .. kernel-doc:: drivers/gpu/drm/xen/xen_drm_front.h
Ddrivers.rst19 xen-front
/Linux-v5.10/arch/arm/boot/dts/
Dxenvm-4.2.dts14 compatible = "xen,xenvm-4.2", "xen,xenvm";
72 compatible = "xen,xen-4.2", "xen,xen";
/Linux-v5.10/arch/x86/entry/syscalls/
DMakefile54 $(out)/xen-hypercalls.h: $(srctree)/scripts/xen-hypercalls.sh
57 $(out)/xen-hypercalls.h: $(srctree)/include/xen/interface/xen*.h
63 syshdr-$(CONFIG_XEN) += xen-hypercalls.h
/Linux-v5.10/arch/arm64/xen/
DMakefile2 xen-arm-y += $(addprefix ../../arm/xen/, enlighten.o grant-table.o p2m.o mm.o)
3 obj-y := xen-arm.o hypercall.o
/Linux-v5.10/drivers/xen/xen-pciback/
DMakefile2 obj-$(CONFIG_XEN_PCIDEV_BACKEND) += xen-pciback.o
4 xen-pciback-y := pci_stub.o pciback_ops.o xenbus.o
5 xen-pciback-y += conf_space.o conf_space_header.o \
/Linux-v5.10/Documentation/devicetree/bindings/reserved-memory/
Dxen,shared-memory.txt10 xen-shmem@<address> and has the following properties:
13 compatible = "xen,shared-memory-v1"
18 - xen,offset: (borrower VMs only)
22 - xen,id:
/Linux-v5.10/drivers/block/xen-blkback/
DMakefile2 obj-$(CONFIG_XEN_BLKDEV_BACKEND) := xen-blkback.o
4 xen-blkback-y := blkback.o xenbus.o
/Linux-v5.10/drivers/net/xen-netback/
DMakefile2 obj-$(CONFIG_XEN_NETDEV_BACKEND) := xen-netback.o
4 xen-netback-y := netback.o xenbus.o interface.o hash.o rx.o
/Linux-v5.10/Documentation/ABI/testing/
Dsysfs-hypervisor-xen4 Contact: xen-devel@lists.xenproject.org
37 include/xen/interface/xenpmu.h for available features
42 Contact: xen-devel@lists.xenproject.org
Dsysfs-driver-pciback4 Contact: xen-devel@lists.xenproject.org
20 Contact: xen-devel@lists.xenproject.org
/Linux-v5.10/drivers/block/
DMakefile34 obj-$(CONFIG_XEN_BLKDEV_FRONTEND) += xen-blkfront.o
35 obj-$(CONFIG_XEN_BLKDEV_BACKEND) += xen-blkback/
/Linux-v5.10/arch/x86/xen/
DMakefile35 obj-$(CONFIG_XEN_PV) += xen-asm.o
51 obj-$(CONFIG_SWIOTLB_XEN) += pci-swiotlb-xen.o
/Linux-v5.10/usr/include/
DMakefile57 no-header-test += xen/evtchn.h
58 no-header-test += xen/gntdev.h
59 no-header-test += xen/privcmd.h
/Linux-v5.10/drivers/net/
DMakefile73 obj-$(CONFIG_XEN_NETDEV_FRONTEND) += xen-netfront.o
74 obj-$(CONFIG_XEN_NETDEV_BACKEND) += xen-netback/
/Linux-v5.10/Documentation/security/tpm/
Dindex.rst9 xen-tpmfront
/Linux-v5.10/arch/arm64/
DKbuild5 obj-$(CONFIG_XEN) += xen/
/Linux-v5.10/arch/x86/include/asm/
DKbuild8 generated-y += xen-hypercalls.h
/Linux-v5.10/arch/arm/
DKbuild6 obj-$(CONFIG_XEN) += xen/
/Linux-v5.10/sound/
DMakefile8 firewire/ sparc/ spi/ parisc/ pcmcia/ mips/ soc/ atmel/ hda/ x86/ xen/

123