Searched refs:fixmap_remap_fdt (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/arm64/kernel/ |
| H A D | setup.c | 183 early_fdt_ptr = fixmap_remap_fdt(dt_phys, &fdt_size, PAGE_KERNEL); in early_fdt_map() 189 void *dt_virt = fixmap_remap_fdt(dt_phys, &size, PAGE_KERNEL); in setup_machine_fdt() 207 fixmap_remap_fdt(dt_phys, &size, PAGE_KERNEL_RO); in setup_machine_fdt()
|
| /OK3568_Linux_fs/kernel/arch/arm64/include/asm/ |
| H A D | mmu.h | 70 extern void *fixmap_remap_fdt(phys_addr_t dt_phys, int *size, pgprot_t prot);
|
| /OK3568_Linux_fs/kernel/arch/arm64/mm/ |
| H A D | mmu.c | 1310 void *__init fixmap_remap_fdt(phys_addr_t dt_phys, int *size, pgprot_t prot) in fixmap_remap_fdt() function
|