files.xen.pv revision 1.3
11.3Sbouyer# $NetBSD: files.xen.pv,v 1.3 2020/05/05 17:02:01 bouyer Exp $ 21.2Sbouyer 31.2Sbouyerfile arch/xen/x86/autoconf.c xenpv 41.2Sbouyerfile arch/xen/x86/x86_xpmap.c xenpv 51.2Sbouyerfile arch/xen/x86/xen_pmap.c xenpv 61.2Sbouyerfile arch/xen/x86/xenfunc.c xenpv 71.2Sbouyerfile arch/xen/xen/xen_acpi_machdep.c acpi & xenpv 81.2Sbouyer 91.2Sbouyerfile arch/xen/x86/consinit.c machdep & xenpv 101.2Sbouyerfile arch/xen/x86/pintr.c machdep & dom0ops & xenpv 111.2Sbouyer 121.2Sbouyerfile arch/xen/x86/xen_ipi.c multiprocessor & xenpv 131.2Sbouyer 141.2Sbouyerinclude "arch/xen/conf/files.compat" 151.2Sbouyer 161.2Sbouyer# 171.2Sbouyer# System bus types 181.2Sbouyer# 191.2Sbouyer 201.2Sbouyer# PCI frontend 211.2Sbouyerdevice xpci: pcibus 221.2Sbouyerattach xpci at xenbus with xpci_xenbus 231.2Sbouyerfile arch/xen/xen/xpci_xenbus.c xpci_xenbus 241.2Sbouyer 251.2Sbouyer# Xen Balloon driver 261.2Sbouyerdevice balloon 271.2Sbouyerattach balloon at xenbus 281.2Sbouyerfile arch/xen/xen/balloon.c balloon 291.2Sbouyer 301.2Sbouyerdevice pciback {unit = -1} 311.2Sbouyerattach pciback at pci 321.2Sbouyerfile arch/xen/xen/pciback.c pciback 331.2Sbouyer 341.2Sbouyerdevice vcpu 351.2Sbouyerattach vcpu at xendevbus 361.2Sbouyerfile arch/xen/x86/cpu.c xenpv & vcpu 371.2Sbouyer 381.3Sbouyerdefflag opt_xen.h XENPV 39