Searched refs:dt_phys (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/arch/arm64/mm/ |
D | fixmap.c | 134 void *__init fixmap_remap_fdt(phys_addr_t dt_phys, int *size, pgprot_t prot) in fixmap_remap_fdt() argument 149 if (!dt_phys || dt_phys % MIN_FDT_ALIGN) in fixmap_remap_fdt() 152 dt_phys_base = round_down(dt_phys, PAGE_SIZE); in fixmap_remap_fdt() 153 offset = dt_phys % PAGE_SIZE; in fixmap_remap_fdt()
|
/linux-6.12.1/arch/arm64/kernel/ |
D | setup.c | 169 static void __init setup_machine_fdt(phys_addr_t dt_phys) in setup_machine_fdt() argument 172 void *dt_virt = fixmap_remap_fdt(dt_phys, &size, PAGE_KERNEL); in setup_machine_fdt() 176 memblock_reserve(dt_phys, size); in setup_machine_fdt() 183 &dt_phys, dt_virt); in setup_machine_fdt() 195 fixmap_remap_fdt(dt_phys, &size, PAGE_KERNEL_RO); in setup_machine_fdt()
|
/linux-6.12.1/arch/sh/kernel/ |
D | setup.c | 244 void __ref sh_fdt_init(phys_addr_t dt_phys) in sh_fdt_init() argument 255 dt_virt = phys_to_virt(dt_phys); in sh_fdt_init() 260 " at physical address %p\n", (void *)dt_phys); in sh_fdt_init()
|
/linux-6.12.1/arch/sh/include/asm/ |
D | setup.h | 24 void sh_fdt_init(phys_addr_t dt_phys);
|
/linux-6.12.1/arch/arm64/include/asm/ |
D | mmu.h | 72 extern void *fixmap_remap_fdt(phys_addr_t dt_phys, int *size, pgprot_t prot);
|