Searched refs:dt_phys (Results 1 – 5 of 5) sorted by relevance
16 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) in setup_machine_fdt() argument
210 const struct machine_desc * __init setup_machine_fdt(unsigned int dt_phys) in setup_machine_fdt() argument221 if (!dt_phys || !early_init_dt_verify(phys_to_virt(dt_phys))) in setup_machine_fdt()
645 void *__init fixmap_remap_fdt(phys_addr_t dt_phys) in fixmap_remap_fdt() argument660 if (!dt_phys || dt_phys % MIN_FDT_ALIGN) in fixmap_remap_fdt()678 offset = dt_phys % SWAPPER_BLOCK_SIZE; in fixmap_remap_fdt()682 create_mapping(round_down(dt_phys, SWAPPER_BLOCK_SIZE), dt_virt_base, in fixmap_remap_fdt()693 create_mapping(round_down(dt_phys, SWAPPER_BLOCK_SIZE), dt_virt_base, in fixmap_remap_fdt()696 memblock_reserve(dt_phys, size); in fixmap_remap_fdt()
180 static void __init setup_machine_fdt(phys_addr_t dt_phys) in setup_machine_fdt() argument182 void *dt_virt = fixmap_remap_fdt(dt_phys); in setup_machine_fdt()189 &dt_phys, dt_virt); in setup_machine_fdt()
37 extern void *fixmap_remap_fdt(phys_addr_t dt_phys);