Searched refs:xen (Results 1 – 19 of 19) sorted by relevance
/arch/x86/kvm/ |
D | xen.c | 35 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() 143 if (v->kvm->arch.xen.long_mode) in kvm_xen_update_runstate_guest() 219 struct gfn_to_hva_cache *ghc = &v->arch.xen.vcpu_info_cache; in __kvm_xen_has_interrupt() 276 kvm->arch.xen.long_mode = !!data->u.long_mode; in kvm_xen_hvm_set_attr() 283 kvm->arch.xen.shinfo_gfn = GPA_INVALID; in kvm_xen_hvm_set_attr() 295 kvm->arch.xen.upcall_vector = data->u.vector; in kvm_xen_hvm_set_attr() 316 data->u.long_mode = kvm->arch.xen.long_mode; in kvm_xen_hvm_get_attr() [all …]
|
D | xen.h | 43 vcpu->arch.xen.vcpu_info_set && vcpu->kvm->arch.xen.upcall_vector) in kvm_xen_has_interrupt()
|
D | irq.c | 118 return v->kvm->arch.xen.upcall_vector; in kvm_cpu_get_extint()
|
D | Makefile | 27 kvm-$(CONFIG_KVM_XEN) += xen.o
|
D | x86.c | 3033 if (vcpu->xen.vcpu_info_set) in kvm_guest_time_update() 3034 kvm_setup_pvclock_page(v, &vcpu->xen.vcpu_info_cache, in kvm_guest_time_update() 3036 if (vcpu->xen.vcpu_time_info_set) in kvm_guest_time_update() 3037 kvm_setup_pvclock_page(v, &vcpu->xen.vcpu_time_info_cache, 0); in kvm_guest_time_update()
|
/arch/arm64/xen/ |
D | Makefile | 2 xen-arm-y += $(addprefix ../../arm/xen/, enlighten.o grant-table.o p2m.o mm.o) 3 obj-y := xen-arm.o hypercall.o
|
/arch/arm/boot/dts/ |
D | xenvm-4.2.dts | 14 compatible = "xen,xenvm-4.2", "xen,xenvm"; 72 compatible = "xen,xen-4.2", "xen,xen";
|
/arch/x86/entry/syscalls/ |
D | Makefile | 61 $(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
|
/arch/x86/xen/ |
D | Makefile | 34 obj-$(CONFIG_XEN_PV) += xen-asm.o 50 obj-$(CONFIG_SWIOTLB_XEN) += pci-swiotlb-xen.o
|
D | enlighten_pv.c | 588 void (*xen)(void); member 594 .xen = xen_asm_##func, \ 599 .xen = xen_asm_xenpv_##func, \ 647 *addr = entry->xen; in get_trap_addr()
|
D | Kconfig | 3 # This Kconfig describes xen options
|
/arch/arm64/ |
D | Kbuild | 4 obj-$(CONFIG_XEN) += xen/
|
/arch/x86/include/asm/ |
D | Kbuild | 9 generated-y += xen-hypercalls.h
|
D | kvm_host.h | 816 struct kvm_vcpu_xen xen; member 1119 struct kvm_xen xen; member
|
/arch/arm/ |
D | Kbuild | 6 obj-$(CONFIG_XEN) += xen/
|
/arch/x86/ |
D | Kbuild | 9 obj-$(CONFIG_XEN) += xen/
|
D | Kconfig | 806 source "arch/x86/xen/Kconfig"
|
/arch/x86/pci/ |
D | Makefile | 8 obj-$(CONFIG_PCI_XEN) += xen.o
|
/arch/x86/configs/ |
D | xen.config | 15 # x86 xen specific config options
|