Home
last modified time | relevance | path

Searched refs:compatible (Results 1 – 25 of 46) sorted by relevance

12

/xen-4.10.0-shim-comet/docs/misc/arm/device-tree/
A Dbooting.txt9 - compatible
15 Optionally a more specific compatible string may be used in
23 compatible string (if one applies) in addition to the generic
27 specific compatible string is a "multiboot,kernel".
30 module that lacks a specific compatible string. Xen will
34 treated by Xen as if its compatible string was
39 if its compatible string was "multiboot,ramdisk"; for the
49 compatible string "xen,xsm-policy".
79 compatible = "multiboot,module";
87 compatible = "multiboot,ramdisk", "multiboot,module";
[all …]
A Dacpi.txt9 - compatible
22 compatible = "xen,guest-acpi", "multiboot,module";
A Dguest.txt6 - compatible:
7 compatible = "xen,xen-<version>", "xen,xen";
44 compatible = "xen,xen-4.3", "xen,xen";
/xen-4.10.0-shim-comet/xen/arch/arm/platforms/
A Dexynos5.c99 char *compatible; in exynos5_smp_init() local
109 compatible = "samsung,exynos4210-sysram-ns"; in exynos5_smp_init()
117 compatible = "samsung,exynos4210-sysram"; in exynos5_smp_init()
121 node = dt_find_compatible_node(NULL, NULL, compatible); in exynos5_smp_init()
124 dprintk(XENLOG_ERR, "%s missing in DT\n", compatible); in exynos5_smp_init()
131 dprintk(XENLOG_ERR, "Error in %s\n", compatible); in exynos5_smp_init()
304 .compatible = exynos5250_dt_compat,
314 .compatible = exynos5_dt_compat,
A Dsunxi.c136 .compatible = sunxi_v7_dt_compat,
142 .compatible = sunxi_v8_dt_compat,
A Domap5.c156 .compatible = omap5_dt_compat,
164 .compatible = dra7_dt_compat,
A Dxilinx-zynqmp.c36 .compatible = zynqmp_dt_compat,
A Dseattle.c45 .compatible = seattle_dt_compat,
A Drcar2.c56 .compatible = rcar2_dt_compat,
A Dmidway.c52 .compatible = midway_dt_compat,
A Dxgene-storm.c120 .compatible = xgene_storm_dt_compat,
A Dvexpress.c173 .compatible = vexpress_dt_compat,
A Dbrcm.c281 .compatible = brcm_dt_compat,
/xen-4.10.0-shim-comet/xen/arch/arm/
A Dplatform.c35 if ( !plat->compatible ) in platform_is_compatible()
38 for ( compat = plat->compatible; *compat; compat++ ) in platform_is_compatible()
A Ddomain_build.c676 const void *compatible = NULL; in make_cpus_node() local
702 compatible = dt_get_property(npcpu, "compatible", &len); in make_cpus_node()
709 if ( !compatible ) in make_cpus_node()
747 res = fdt_property(fdt, "compatible", compatible, len); in make_cpus_node()
863 const void *compatible; in make_timer_node() local
879 compatible = dt_get_property(dev, "compatible", &len); in make_timer_node()
880 if ( !compatible ) in make_timer_node()
890 res = fdt_property(fdt, "compatible", compatible, len); in make_timer_node()
A Dgic-v2.c755 const void *compatible = NULL; in gicv2_make_hwdom_dt_node() local
760 compatible = dt_get_property(gic, "compatible", &len); in gicv2_make_hwdom_dt_node()
761 if ( !compatible ) in gicv2_make_hwdom_dt_node()
767 res = fdt_property(fdt, "compatible", compatible, len); in gicv2_make_hwdom_dt_node()
/xen-4.10.0-shim-comet/stubdom/grub.patches/
A D40ext3_256byte_inode.diff16 + * Note: the difference between the compatible feature set and
22 + * about a feature in either the compatible or incompatible
29 + __u32 s_feature_compat; /* compatible feature set */
31 + __u32 s_feature_ro_compat; /* readonly-compatible feature set */
/xen-4.10.0-shim-comet/xen/common/libfdt/
A Dfdt_ro.c534 const char *compatible) in fdt_node_check_compatible() argument
542 if (fdt_stringlist_contains(prop, len, compatible)) in fdt_node_check_compatible()
549 const char *compatible) in fdt_node_offset_by_compatible() argument
563 err = fdt_node_check_compatible(fdt, offset, compatible); in fdt_node_offset_by_compatible()
/xen-4.10.0-shim-comet/xen/include/asm-arm/
A Dplatform.h14 const char *const *compatible; member
/xen-4.10.0-shim-comet/docs/misc/arm/
A Dpassthrough.txt33 compatible = "simple-bus";
38 compatible = "calxeda,hb-xgmac";
49 - compatible: It should always contain "simple-bus"
/xen-4.10.0-shim-comet/xen/include/xen/
A Ddevice_tree.h30 const char *compatible; member
42 #define __DT_MATCH_COMPATIBLE(compat) .compatible = compat
354 const char *compatible);
/xen-4.10.0-shim-comet/docs/misc/
A Dprintk-formats.txt3 All parameters to a %p option should be compatible with void*. Regular
/xen-4.10.0-shim-comet/xen/arch/x86/pv/
A Ddom0_build.c281 int i, cpu, rc, compatible, compat32, order, machine; in dom0_construct_pv() local
349 compatible = 0; in dom0_construct_pv()
358 compatible = 1; in dom0_construct_pv()
361 compatible = 1; in dom0_construct_pv()
371 if ( !compatible ) in dom0_construct_pv()
/xen-4.10.0-shim-comet/xen/include/xen/libfdt/
A Dlibfdt.h800 const char *compatible);
837 const char *compatible);
/xen-4.10.0-shim-comet/tools/python/
A DZPL-2.08 been designated as GPL compatible by the Free Software

Completed in 25 milliseconds

12