Searched refs:setup_machine_fdt (Results 1 - 10 of 10) sorted by relevance

/linux-4.1.27/arch/metag/include/asm/
H A Dsetup.h6 extern const struct machine_desc *setup_machine_fdt(void *dt);
/linux-4.1.27/arch/arm/include/asm/
H A Dprom.h16 extern const struct machine_desc *setup_machine_fdt(unsigned int dt_phys);
21 static inline const struct machine_desc *setup_machine_fdt(unsigned int dt_phys) setup_machine_fdt() function
/linux-4.1.27/arch/metag/kernel/
H A Ddevtree.c51 * setup_machine_fdt - Machine setup when an dtb was passed to the kernel
57 const struct machine_desc * __init setup_machine_fdt(void *dt) setup_machine_fdt() function
H A Dsetup.c245 machine_desc = setup_machine_fdt(original_cmd_line); setup_arch()
250 machine_desc = setup_machine_fdt(__dtb_start); setup_arch()
/linux-4.1.27/arch/arc/kernel/
H A Ddevtree.c56 * setup_machine_fdt - Machine setup when an dtb was passed to the kernel
62 const struct machine_desc * __init setup_machine_fdt(void *dt) setup_machine_fdt() function
H A Dsetup.c331 machine_desc = setup_machine_fdt(uboot_arg); /* uboot_tag == 2 */ setup_arch()
334 machine_desc = setup_machine_fdt(__dtb_start); setup_arch()
342 * setup_machine_fdt() would have populated @boot_command_line setup_arch()
/linux-4.1.27/arch/arc/include/asm/
H A Dmach_desc.h74 extern const struct machine_desc *setup_machine_fdt(void *dt);
/linux-4.1.27/arch/arm/kernel/
H A Ddevtree.c198 * setup_machine_fdt - Machine setup when an dtb was passed to the kernel
204 const struct machine_desc * __init setup_machine_fdt(unsigned int dt_phys) setup_machine_fdt() function
H A Dsetup.c918 mdesc = setup_machine_fdt(__atags_pointer); setup_arch()
/linux-4.1.27/arch/arm64/kernel/
H A Dsetup.c327 static void __init setup_machine_fdt(phys_addr_t dt_phys) setup_machine_fdt() function
377 setup_machine_fdt(__fdt_pointer); setup_arch()

Completed in 269 milliseconds