Home
last modified time | relevance | path

Searched refs:platform (Results 1 – 25 of 37) sorted by relevance

12

/xen-4.10.0-shim-comet/xen/arch/arm/
A Dplatform.c54 for ( platform = _splatform; platform != _eplatform; platform++ ) in platform_init()
65 platform = NULL; in platform_init()
70 if ( platform && platform->init ) in platform_init()
81 if ( platform && platform->init_time ) in platform_init_time()
91 if ( platform && platform->specific_mapping ) in platform_specific_mapping()
103 if ( platform && platform->cpu_up ) in platform_cpu_up()
111 if ( platform && platform->smp_init ) in platform_smp_init()
120 if ( platform && platform->reset ) in platform_reset()
126 if ( platform && platform->poweroff ) in platform_poweroff()
134 if ( platform && platform->quirks ) in platform_has_quirk()
[all …]
A DMakefile35 obj-y += platform.o
/xen-4.10.0-shim-comet/unmodified_drivers/linux-2.6/platform-pci/
A DKbuild3 obj-m := xen-platform-pci.o
5 EXTRA_CFLAGS += -I$(M)/platform-pci
7 xen-platform-pci-objs := evtchn.o platform-pci.o gnttab.o xen_support.o
8 xen-platform-pci-objs += features.o platform-compat.o
9 xen-platform-pci-objs += reboot.o machine_reboot.o
10 xen-platform-pci-objs += panic-handler.o
12 xen-platform-pci-objs += ../xenbus/xenbus_comms.o
13 xen-platform-pci-objs += ../xenbus/xenbus_xs.o
14 xen-platform-pci-objs += ../xenbus/xenbus_probe.o
15 xen-platform-pci-objs += ../xenbus/xenbus_dev.o
[all …]
/xen-4.10.0-shim-comet/xen/include/
A Dxlat.lst105 ! pct_register platform.h
106 ! power_register platform.h
107 ? processor_csd platform.h
108 ! processor_cx platform.h
109 ! processor_flags platform.h
111 ! processor_power platform.h
112 ? processor_px platform.h
113 ! psd_package platform.h
115 ! xenpf_symdata platform.h
116 ? xenpf_pcpuinfo platform.h
[all …]
A DMakefile17 compat/platform.h \
/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxl_osdeps.h66 #error define SYSFS_USBBACK_DRIVER for your platform
69 #error define SYSFS_USB_DEV for your platform
73 #error define SYSFS_PCIBACK_DRIVER for your platform
76 #error define SYSFS_PCI_DEV for your platform
/xen-4.10.0-shim-comet/unmodified_drivers/linux-2.6/
A Dmkbuildtree35 ln -sf ${XL}/drivers/xen/core/gnttab.c platform-pci
37 ln -sf ${XL}/drivers/xen/core/features.c platform-pci
39 ln -sf ${XL}/drivers/xen/features.c platform-pci
42 ln -sf ${XL}/drivers/xen/core/reboot.c platform-pci
91 ln -sf ${XL}/arch/ia64/xen/xcom_hcall.c platform-pci/
92 ln -sf ${XL}/arch/ia64/xen/xcom_asm.S platform-pci/
93 ln -sf ${XL}/arch/ia64/xen/xencomm.c platform-pci/xencomm_arch.c
94 ln -sf ${XL}/drivers/xen/core/xencomm.c platform-pci
A DREADME22 You get four modules, xen-platform-pci.ko, xen-vbd.ko, xen-vnif.ko and
23 xen-balloon.ko. Load xen-platform-pci first, and then
A DMakefile3 obj-m += platform-pci/
/xen-4.10.0-shim-comet/docs/misc/arm/
A Dearly-printk.txt7 Attempting to boot Xen image on a different platform *will not work*, so this
37 - dra7: printk with 8250 on DRA7 platform
41 - juno: printk with pl011 on Juno platform
51 - xgene-mcdivitt: printk with 820 on Xgene mcdivitt platform
52 - xgene-storm: printk with 820 on Xgene storm platform
A Dpassthrough.txt69 Please refer to your platform docs for the MMIO ranges and interrupts.
73 device tree bindings of the interrupt controller of your platform. For
/xen-4.10.0-shim-comet/docs/misc/
A Dpv-drivers-lifecycle.markdown15 structs to describe language and platform agnostic protocols is
34 the spec. However, there are no promises about ABI and cross-platform
46 about backward compatibility and cross-platform compatibility are
A Dxenstore-paths.markdown100 reserved for the virtual firmware or Xen platform code. Guest
236 #### ~/platform/* = ("0"|"1") [HVM,INTERNAL]
238 Various boolean platform properties.
246 #### ~/platform/generation-id = INTEGER ":" INTEGER [HVM,INTERNAL]
446 the corresponding acpi_ feature flag is set in ~/platform.
448 #### ~/control/platform-feature-multiprocessor-suspend = (0|1) []
450 Indicates to the guest that this platform supports the multiprocessor
453 #### ~/control/platform-feature-xs\_reset\_watches = (0|1) []
455 Indicates to the guest that this platform supports the
A Dvtpm-platforms.txt10 implementing a platform containing vTPMs.
80 platform.
A Dhvm-emulated-unplug.markdown79 the xen-platform-pci kernel module. The value 0x1 was written to offset
/xen-4.10.0-shim-comet/unmodified_drivers/linux-2.6/balloon/
A DKbuild5 EXTRA_CFLAGS += -I$(M)/platform-pci
/xen-4.10.0-shim-comet/docs/misc/arm/device-tree/
A Dguest.txt8 where <version> is the version of the Xen ABI of the platform.
60 xen/include/public/platform.h.
/xen-4.10.0-shim-comet/stubdom/
A Dpolarssl.patch17 * Uncomment this macro to disable the built-in platform entropy functions.
A Dvtpm-parent-sign-ek.patch180 + * provide evidence of proper platform configuration to the verifier/CA which is
/xen-4.10.0-shim-comet/xen/drivers/char/
A DKconfig21 an Integrator/PP2, Integrator/CP or Versatile platform, say Y.
/xen-4.10.0-shim-comet/docs/man/
A Dxen-pci-device-reservations.pod.776 pre-requisite for an additional xen-pvdevice as it is the platform
/xen-4.10.0-shim-comet/xen/arch/arm/arm32/lib/
A Dassembler.h223 #error Incompatible SMP platform
/xen-4.10.0-shim-comet/
A DREADME66 Required when building on a 64-bit platform to build
187 (Intel(R) TXT), defines platform-level enhancements that provide the building
/xen-4.10.0-shim-comet/docs/
A DChangeLog45 17336: Add platform capabilities field to XEN_SYSCTL_physinfo
/xen-4.10.0-shim-comet/tools/
A Dconfigure.ac339 dnl "host" here means the platform on which the hypervisor and tools is
340 dnl going to run, not the platform on which we are building (known as

Completed in 25 milliseconds

12