Home
last modified time | relevance | path

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

12345678

/linux/drivers/xen/
A D.built-in.a.cmd1xen/built-in.a := echo >/dev/null; rm -f drivers/xen/built-in.a; /usr/bin/ccache /home/test/worksp…
A 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
25 obj-$(CONFIG_SWIOTLB_XEN) += swiotlb-xen.o
28 obj-$(CONFIG_XEN_PRIVCMD) += xen-privcmd.o
35 xen-evtchn-y := evtchn.o
36 xen-gntdev-y := gntdev.o
38 xen-gntalloc-y := gntalloc.o
[all …]
A D.features.o.cmd3 source_drivers/xen/features.o := drivers/xen/features.c
5 deps_drivers/xen/features.o := \
182 include/xen/arm/hypercall.h \
197 include/xen/interface/xen.h \
200 include/xen/arm/interface.h \
201 include/xen/interface/sched.h \
204 include/xen/xen.h \
212 include/xen/arm/hypervisor.h \
216 include/xen/features.h \
218 drivers/xen/features.o: $(deps_drivers/xen/features.o)
[all …]
A D.swiotlb-xen.o.cmd3 source_drivers/xen/swiotlb-xen.o := drivers/xen/swiotlb-xen.c
5 deps_drivers/xen/swiotlb-xen.o := \
1045 include/xen/swiotlb-xen.h \
1046 arch/arm64/include/asm/xen/swiotlb-xen.h \
1047 include/xen/arm/swiotlb-xen.h \
1050 include/xen/xen.h \
1056 include/xen/interface/xen.h \
1062 include/xen/page.h \
1066 include/xen/xen-ops.h \
1180 drivers/xen/swiotlb-xen.o: $(deps_drivers/xen/swiotlb-xen.o)
[all …]
/linux/arch/x86/kvm/
A Dxen.c35 kvm->arch.xen.shinfo_gfn = gfn; in kvm_xen_shared_info_init()
51 if (kvm->arch.xen.long_mode) { in kvm_xen_shared_info_init()
67 struct kvm_vcpu_xen *vx = &v->arch.xen; in kvm_xen_update_runstate()
95 struct kvm_vcpu_xen *vx = &v->arch.xen; in kvm_xen_update_runstate_guest()
120 if (v->kvm->arch.xen.long_mode) in kvm_xen_update_runstate_guest()
383 vcpu->arch.xen.runstate_set = true; in kvm_xen_vcpu_set_attr()
425 vcpu->arch.xen.runstate_entry_time = in kvm_xen_vcpu_set_attr()
499 if (vcpu->arch.xen.vcpu_info_set) in kvm_xen_vcpu_get_attr()
519 if (vcpu->arch.xen.runstate_set) { in kvm_xen_vcpu_get_attr()
541 vcpu->arch.xen.runstate_entry_time; in kvm_xen_vcpu_get_attr()
[all …]
/linux/Documentation/devicetree/bindings/arm/
A Dxen.txt7 compatible = "xen,xen-<version>", "xen,xen";
26 xen,uefi-system-table | 64-bit | Guest physical address of the UEFI System
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>;
51 xen,uefi-mmap-desc-size = <0xXXXXXXXX>;
[all …]
/linux/arch/arm64/xen/
A D.built-in.a.cmd1xen/built-in.a := echo >/dev/null; rm -f arch/arm64/xen/built-in.a; /usr/bin/ccache /home/test/wor…
A D.hypercall.o.cmd1xen/hypercall.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch6…
3 source_arch/arm64/xen/hypercall.o := arch/arm64/xen/hypercall.S
5 deps_arch/arm64/xen/hypercall.o := \
145 include/xen/interface/xen.h \
147 arch/arm64/include/asm/xen/interface.h \
148 include/xen/arm/interface.h \
150 arch/arm64/xen/hypercall.o: $(deps_arch/arm64/xen/hypercall.o)
152 $(deps_arch/arm64/xen/hypercall.o):
A Dbuilt-in.a3 ../../arm/xen/enlighten.o/
4 ../../arm/xen/grant-table.o/
5 ../../arm/xen/p2m.o/
6 ../../arm/xen/mm.o/
A 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/drivers/xen/xenbus/
A D.built-in.a.cmd1xen/xenbus/built-in.a := echo >/dev/null; rm -f drivers/xen/xenbus/built-in.a; /usr/bin/ccache /ho…
/linux/tools/testing/selftests/kvm/x86_64/
A Dxen_vmcall_test.c115 ASSERT_EQ(run->xen.type, KVM_EXIT_XEN_HCALL); in main()
116 ASSERT_EQ(run->xen.u.hcall.cpl, 0); in main()
117 ASSERT_EQ(run->xen.u.hcall.longmode, 1); in main()
118 ASSERT_EQ(run->xen.u.hcall.input, INPUTVALUE); in main()
119 ASSERT_EQ(run->xen.u.hcall.params[0], ARGVALUE(1)); in main()
120 ASSERT_EQ(run->xen.u.hcall.params[1], ARGVALUE(2)); in main()
121 ASSERT_EQ(run->xen.u.hcall.params[2], ARGVALUE(3)); in main()
122 ASSERT_EQ(run->xen.u.hcall.params[3], ARGVALUE(4)); in main()
123 ASSERT_EQ(run->xen.u.hcall.params[4], ARGVALUE(5)); in main()
124 ASSERT_EQ(run->xen.u.hcall.params[5], ARGVALUE(6)); in main()
[all …]
/linux/Documentation/ABI/stable/
A 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
53 Contact: xen-devel@lists.xenproject.org
62 Contact: xen-devel@lists.xenproject.org
70 Contact: xen-devel@lists.xenproject.org
79 Contact: xen-devel@lists.xenproject.org
86 Contact: xen-devel@lists.xenproject.org
89 "xen": Xen hypervisor
[all …]
A 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/drivers/xen/xen-pciback/
A D.built-in.a.cmd1xen/xen-pciback/built-in.a := echo >/dev/null; rm -f drivers/xen/xen-pciback/built-in.a; /usr/bin/…
A DMakefile8 obj-$(CONFIG_XEN_PCIDEV_BACKEND) += xen-pciback.o
9 obj-$(CONFIG_XEN_PCIDEV_STUB) += xen-pciback.o
11 xen-pciback-y := pci_stub.o pciback_ops.o xenbus.o
12 xen-pciback-y += conf_space.o conf_space_header.o \
/linux/drivers/xen/events/
A D.built-in.a.cmd1xen/events/built-in.a := echo >/dev/null; rm -f drivers/xen/events/built-in.a; /usr/bin/ccache /ho…
/linux/Documentation/gpu/
A 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
/linux/drivers/xen/xenfs/
A D.built-in.a.cmd1xen/xenfs/built-in.a := echo >/dev/null; rm -f drivers/xen/xenfs/built-in.a; /usr/bin/ccache /home…
/linux/arch/arm/boot/dts/
A Dxenvm-4.2.dts14 compatible = "xen,xenvm-4.2", "xen,xenvm";
72 compatible = "xen,xen-4.2", "xen,xen";
/linux/arch/x86/entry/syscalls/
A DMakefile61 $(out)/xen-hypercalls.h: $(srctree)/scripts/xen-hypercalls.sh FORCE
64 $(out)/xen-hypercalls.h: $(srctree)/include/xen/interface/xen*.h
71 syshdr-$(CONFIG_XEN) += xen-hypercalls.h
/linux/Documentation/devicetree/bindings/reserved-memory/
A 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/Documentation/ABI/testing/
A Dsysfs-devices-xenbus3 Contact: Xen Developers mailing list <xen-devel@lists.xenproject.org>
10 Contact: Xen Developers mailing list <xen-devel@lists.xenproject.org>
17 Contact: Xen Developers mailing list <xen-devel@lists.xenproject.org>
26 Contact: Xen Developers mailing list <xen-devel@lists.xenproject.org>
34 Contact: Xen Developers mailing list <xen-devel@lists.xenproject.org>
/linux/arch/arm/xen/
A D.p2m.o.cmd3 source_arch/arm64/xen/../../arm/xen/p2m.o := arch/arm64/xen/../../arm/xen/p2m.c
5 deps_arch/arm64/xen/../../arm/xen/p2m.o := \
1040 include/xen/xen.h \
1046 include/xen/interface/xen.h \
1057 include/xen/features.h \
1059 include/xen/page.h \
1062 include/xen/swiotlb-xen.h \
1063 arch/arm64/include/asm/xen/swiotlb-xen.h \
1064 include/xen/arm/swiotlb-xen.h \
1171 arch/arm64/xen/../../arm/xen/p2m.o: $(deps_arch/arm64/xen/../../arm/xen/p2m.o)
[all …]
/linux/sound/xen/
A D.built-in.a.cmd1xen/built-in.a := echo >/dev/null; rm -f sound/xen/built-in.a; /usr/bin/ccache /home/test/workspac…

Completed in 33 milliseconds

12345678