Searched refs:dt_phys (Results 1 - 5 of 5) sorted by relevance

/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() argument
/linux-4.4.14/arch/arm64/include/asm/
H A Dmmu.h37 extern void *fixmap_remap_fdt(phys_addr_t dt_phys);
/linux-4.4.14/arch/arm/kernel/
H A Ddevtree.c205 * @dt_phys: physical address of dt blob
210 const struct machine_desc * __init setup_machine_fdt(unsigned int dt_phys) setup_machine_fdt() argument
221 if (!dt_phys || !early_init_dt_verify(phys_to_virt(dt_phys))) setup_machine_fdt()
/linux-4.4.14/arch/arm64/mm/
H A Dmmu.c645 void *__init fixmap_remap_fdt(phys_addr_t dt_phys) fixmap_remap_fdt() argument
660 if (!dt_phys || dt_phys % MIN_FDT_ALIGN) fixmap_remap_fdt()
678 offset = dt_phys % SWAPPER_BLOCK_SIZE; fixmap_remap_fdt()
682 create_mapping(round_down(dt_phys, SWAPPER_BLOCK_SIZE), dt_virt_base, fixmap_remap_fdt()
693 create_mapping(round_down(dt_phys, SWAPPER_BLOCK_SIZE), dt_virt_base, fixmap_remap_fdt()
696 memblock_reserve(dt_phys, size); fixmap_remap_fdt()
/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() argument
182 void *dt_virt = fixmap_remap_fdt(dt_phys); setup_machine_fdt()
189 &dt_phys, dt_virt); setup_machine_fdt()

Completed in 168 milliseconds