Searched refs:fdt_node_check_compatible (Results 1 – 4 of 4) sorted by relevance
/xen-4.10.0-shim-comet/xen/arch/arm/ |
A D | bootfdt.c | 189 if ( fdt_node_check_compatible(fdt, node, "xen,linux-zimage") == 0 || in process_multiboot_node() 190 fdt_node_check_compatible(fdt, node, "multiboot,kernel") == 0 ) in process_multiboot_node() 192 else if ( fdt_node_check_compatible(fdt, node, "xen,linux-initrd") == 0 || in process_multiboot_node() 193 fdt_node_check_compatible(fdt, node, "multiboot,ramdisk") == 0 ) in process_multiboot_node() 195 else if ( fdt_node_check_compatible(fdt, node, "xen,xsm-policy") == 0 ) in process_multiboot_node()
|
/xen-4.10.0-shim-comet/xen/common/libfdt/ |
A D | version.lds | 26 fdt_node_check_compatible;
|
A D | fdt_ro.c | 533 int fdt_node_check_compatible(const void *fdt, int nodeoffset, in fdt_node_check_compatible() function 563 err = fdt_node_check_compatible(fdt, offset, compatible); in fdt_node_offset_by_compatible()
|
/xen-4.10.0-shim-comet/xen/include/xen/libfdt/ |
A D | libfdt.h | 799 int fdt_node_check_compatible(const void *fdt, int nodeoffset,
|
Completed in 6 milliseconds