/xen-4.10.0-shim-comet/docs/misc/arm/device-tree/ |
A D | booting.txt | 9 - 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 D | acpi.txt | 9 - compatible 22 compatible = "xen,guest-acpi", "multiboot,module";
|
A D | guest.txt | 6 - 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 D | exynos5.c | 99 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 D | sunxi.c | 136 .compatible = sunxi_v7_dt_compat, 142 .compatible = sunxi_v8_dt_compat,
|
A D | omap5.c | 156 .compatible = omap5_dt_compat, 164 .compatible = dra7_dt_compat,
|
A D | xilinx-zynqmp.c | 36 .compatible = zynqmp_dt_compat,
|
A D | seattle.c | 45 .compatible = seattle_dt_compat,
|
A D | rcar2.c | 56 .compatible = rcar2_dt_compat,
|
A D | midway.c | 52 .compatible = midway_dt_compat,
|
A D | xgene-storm.c | 120 .compatible = xgene_storm_dt_compat,
|
A D | vexpress.c | 173 .compatible = vexpress_dt_compat,
|
A D | brcm.c | 281 .compatible = brcm_dt_compat,
|
/xen-4.10.0-shim-comet/xen/arch/arm/ |
A D | platform.c | 35 if ( !plat->compatible ) in platform_is_compatible() 38 for ( compat = plat->compatible; *compat; compat++ ) in platform_is_compatible()
|
A D | domain_build.c | 676 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 D | gic-v2.c | 755 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 D | 40ext3_256byte_inode.diff | 16 + * 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 D | fdt_ro.c | 534 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 D | platform.h | 14 const char *const *compatible; member
|
/xen-4.10.0-shim-comet/docs/misc/arm/ |
A D | passthrough.txt | 33 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 D | device_tree.h | 30 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 D | printk-formats.txt | 3 All parameters to a %p option should be compatible with void*. Regular
|
/xen-4.10.0-shim-comet/xen/arch/x86/pv/ |
A D | dom0_build.c | 281 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 D | libfdt.h | 800 const char *compatible); 837 const char *compatible);
|
/xen-4.10.0-shim-comet/tools/python/ |
A D | ZPL-2.0 | 8 been designated as GPL compatible by the Free Software
|