Searched refs:__fixmap_remap_fdt (Results 1 – 2 of 2) sorted by relevance
67 extern void *__init __fixmap_remap_fdt(phys_addr_t dt_phys, int *size,97 fdt = __fixmap_remap_fdt(dt_phys, &size, PAGE_KERNEL); in kaslr_early_init()
856 void *__init __fixmap_remap_fdt(phys_addr_t dt_phys, int *size, pgprot_t prot) in __fixmap_remap_fdt() function914 dt_virt = __fixmap_remap_fdt(dt_phys, &size, PAGE_KERNEL_RO); in fixmap_remap_fdt()