Lines Matching refs:compatible
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
38 module lacking a compatible string will be treated by Xen as
39 if its compatible string was "multiboot,ramdisk"; for the
41 compatible string, Xen will not apply any special treatment.
44 compatible string "multiboot,ramdisk", then it must always be the
49 compatible string "xen,xsm-policy".
51 Xen 4.4 supported a different set of legacy compatible strings
79 compatible = "multiboot,module";
87 compatible = "multiboot,ramdisk", "multiboot,module";
91 The previous examples are compatible with Xen 4.5+ only.
93 To be compatible with Xen 4.4 as well use the legacy names:
96 compatible = "xen,linux-initrd", "xen,multiboot-module";