Home
last modified time | relevance | path

Searched refs:__fixmap_remap_fdt (Results 1 – 2 of 2) sorted by relevance

/arch/arm64/kernel/
Dkaslr.c67 extern void *__init __fixmap_remap_fdt(phys_addr_t dt_phys, int *size,
98 fdt = __fixmap_remap_fdt(dt_phys, &size, PAGE_KERNEL); in kaslr_early_init()
/arch/arm64/mm/
Dmmu.c789 void *__init __fixmap_remap_fdt(phys_addr_t dt_phys, int *size, pgprot_t prot) in __fixmap_remap_fdt() function
847 dt_virt = __fixmap_remap_fdt(dt_phys, &size, PAGE_KERNEL_RO); in fixmap_remap_fdt()