Home
last modified time | relevance | path

Searched refs:fdt_phys (Results 1 – 5 of 5) sorted by relevance

/linux/lib/
H A Dtest_kho.c271 static int kho_test_restore(phys_addr_t fdt_phys) in kho_test_restore() argument
273 void *fdt = phys_to_virt(fdt_phys); in kho_test_restore()
301 phys_addr_t fdt_phys; in kho_test_init() local
304 err = kho_retrieve_subtree(KHO_TEST_FDT, &fdt_phys); in kho_test_init()
306 return kho_test_restore(fdt_phys); in kho_test_init()
/linux/kernel/
H A Dkexec_handover.c1272 phys_addr_t fdt_phys; member
1283 return kho_in.fdt_phys ? phys_to_virt(kho_in.fdt_phys) : NULL; in kho_get_fdt()
1366 const u64 *fdt_phys; in kho_in_debugfs_init() local
1368 fdt_phys = fdt_getprop(fdt, child, "fdt", &len); in kho_in_debugfs_init()
1369 if (!fdt_phys) in kho_in_debugfs_init()
1371 if (len != sizeof(*fdt_phys)) { in kho_in_debugfs_init()
1377 phys_to_virt(*fdt_phys)); in kho_in_debugfs_init()
1490 folio = kho_restore_folio(kho_in.fdt_phys); in kho_memory_init()
1498 void __init kho_populate(phys_addr_t fdt_phys, u64 fdt_len, in kho_populate() argument
1507 fdt = early_memremap(fdt_phys, fdt_len); in kho_populate()
[all …]
/linux/include/linux/
H A Dkexec_handover.h68 void kho_populate(phys_addr_t fdt_phys, u64 fdt_len, phys_addr_t scratch_phys,
138 static inline void kho_populate(phys_addr_t fdt_phys, u64 fdt_len, in kho_populate() argument
/linux/arch/mips/kernel/
H A Drelocate.c362 unsigned long fdt_phys = virt_to_phys(fdt); in relocate_kernel() local
373 if (fdt_phys >= virt_to_phys(RELOCATED(&_text)) && in relocate_kernel()
374 fdt_phys <= virt_to_phys(RELOCATED(&_end))) { in relocate_kernel()
/linux/mm/
H A Dmemblock.c2545 phys_addr_t fdt_phys; in reserve_mem_kho_retrieve_fdt() local
2552 err = kho_retrieve_subtree(MEMBLOCK_KHO_FDT, &fdt_phys); in reserve_mem_kho_retrieve_fdt()
2560 fdt = phys_to_virt(fdt_phys); in reserve_mem_kho_retrieve_fdt()