Home
last modified time | relevance | path

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

123

/xen/docs/misc/arm/device-tree/
A Dbooting.txt9 - 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 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/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.c137 .compatible = sunxi_v7_dt_compat,
143 .compatible = sunxi_v8_dt_compat,
A Domap5.c155 .compatible = omap5_dt_compat,
163 .compatible = dra7_dt_compat,
A Dthunderx.c37 .compatible = thunderx_dt_compat,
A Dbrcm-raspberry-pi.c44 .compatible = rpi4_dt_compat,
A Dxilinx-zynqmp.c47 .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.c119 .compatible = xgene_storm_dt_compat,
A Dvexpress.c137 .compatible = vexpress_dt_compat,
/xen/xen/arch/arm/
A Dplatform.c35 if ( !plat->compatible ) in platform_is_compatible()
38 for ( compat = plat->compatible; *compat; compat++ ) in platform_is_compatible()
/xen/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/docs/misc/arm/
A Dpassthrough.txt33 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 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/xen/include/asm-arm/
A Dplatform.h13 const char *const *compatible; member
/xen/xen/include/xen/
A Ddevice_tree.h30 const char *compatible; member
42 #define __DT_MATCH_COMPATIBLE(compat) .compatible = compat
335 const char *compatible);
/xen/docs/features/
A Ddom0less.pandoc66 compatible = "xen,domain";
72 compatible = "multiboot,kernel", "multiboot,module";
78 compatible = "multiboot,ramdisk", "multiboot,module";
/xen/xen/arch/x86/pv/
A Ddom0_build.c291 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 Dlibfdt.h800 const char *compatible);
837 const char *compatible);
/xen/docs/hypervisor-guide/
A Dcode-coverage.rst25 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 Dscif-uart.c289 { .compatible = "renesas,scif", .data = (void *)SCIF_PORT },
290 { .compatible = "renesas,scifa", .data = (void *)SCIFA_PORT },

Completed in 39 milliseconds

123