| /xen/docs/misc/arm/device-tree/ |
| A D | booting.txt | 9 - compatible 27 specific compatible string is a "multiboot,kernel". 34 treated by Xen as if its compatible string was 49 compatible string "xen,xsm-policy". 79 compatible = "multiboot,module"; 134 - compatible 172 - compatible 187 - compatible 202 compatible = "xen,domain"; 222 compatible = "xen,domain"; [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/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 | 137 .compatible = sunxi_v7_dt_compat, 143 .compatible = sunxi_v8_dt_compat,
|
| A D | omap5.c | 155 .compatible = omap5_dt_compat, 163 .compatible = dra7_dt_compat,
|
| A D | thunderx.c | 37 .compatible = thunderx_dt_compat,
|
| A D | brcm-raspberry-pi.c | 44 .compatible = rpi4_dt_compat,
|
| A D | xilinx-zynqmp.c | 47 .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 | 119 .compatible = xgene_storm_dt_compat,
|
| A D | vexpress.c | 137 .compatible = vexpress_dt_compat,
|
| /xen/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()
|
| /xen/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/docs/misc/arm/ |
| A D | passthrough.txt | 33 compatible = "simple-bus"; 38 compatible = "calxeda,hb-xgmac"; 49 - compatible: It should always contain "simple-bus" 151 compatible = "simple-bus"; 159 compatible = "fixed-clock"; 163 compatible = "cdns,zynqmp-gem";
|
| /xen/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/xen/include/asm-arm/ |
| A D | platform.h | 13 const char *const *compatible; member
|
| /xen/xen/include/xen/ |
| A D | device_tree.h | 30 const char *compatible; member 42 #define __DT_MATCH_COMPATIBLE(compat) .compatible = compat 335 const char *compatible);
|
| /xen/docs/features/ |
| A D | dom0less.pandoc | 66 compatible = "xen,domain"; 72 compatible = "multiboot,kernel", "multiboot,module"; 78 compatible = "multiboot,ramdisk", "multiboot,module";
|
| /xen/xen/arch/x86/pv/ |
| A D | dom0_build.c | 291 int i, rc, compatible, order, machine; in dom0_construct_pv() local 360 compatible = 0; in dom0_construct_pv() 373 compatible = 1; in dom0_construct_pv() 376 compatible = 1; in dom0_construct_pv() 386 if ( !compatible ) in dom0_construct_pv()
|
| /xen/xen/include/xen/libfdt/ |
| A D | libfdt.h | 800 const char *compatible); 837 const char *compatible);
|
| /xen/docs/hypervisor-guide/ |
| A D | code-coverage.rst | 25 or later, and Xen is compatible with these. However, the compiler internal 27 While we do our best to keep up with these changes, Xen may not be compatible
|
| /xen/xen/drivers/char/ |
| A D | scif-uart.c | 289 { .compatible = "renesas,scif", .data = (void *)SCIF_PORT }, 290 { .compatible = "renesas,scifa", .data = (void *)SCIFA_PORT },
|