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

/linux-4.4.14/arch/metag/include/asm/
H A Dsetup.h6 extern const struct machine_desc *setup_machine_fdt(void *dt);
/linux-4.4.14/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.4.14/arch/arc/kernel/
H A Ddevtree.c58 * setup_machine_fdt - Machine setup when an dtb was passed to the kernel
64 const struct machine_desc * __init setup_machine_fdt(void *dt) setup_machine_fdt() function
H A Dsetup.c381 machine_desc = setup_machine_fdt(uboot_arg); /* uboot_tag == 2 */ setup_arch()
386 machine_desc = setup_machine_fdt(__dtb_start); setup_arch()
394 * setup_machine_fdt() would have populated @boot_command_line setup_arch()
/linux-4.4.14/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.4.14/arch/arc/include/asm/
H A Dmach_desc.h68 extern const struct machine_desc *setup_machine_fdt(void *dt);
/linux-4.4.14/arch/arm/kernel/
H A Ddevtree.c204 * setup_machine_fdt - Machine setup when an dtb was passed to the kernel
210 const struct machine_desc * __init setup_machine_fdt(unsigned int dt_phys) setup_machine_fdt() function
H A Dsetup.c940 mdesc = setup_machine_fdt(__atags_pointer); setup_arch()
/linux-4.4.14/arch/arm64/kernel/
H A Dsetup.c180 static void __init setup_machine_fdt(phys_addr_t dt_phys) setup_machine_fdt() function
306 setup_machine_fdt(__fdt_pointer); setup_arch()

Completed in 251 milliseconds