Home
last modified time | relevance | path

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

/linux/kernel/liveupdate/
H A Dkexec_handover_debugfs.c140 const u64 *fdt_phys; in kho_in_debugfs_init() local
142 fdt_phys = fdt_getprop(fdt, child, "fdt", &len); in kho_in_debugfs_init()
143 if (!fdt_phys) in kho_in_debugfs_init()
145 if (len != sizeof(*fdt_phys)) { in kho_in_debugfs_init()
151 phys_to_virt(*fdt_phys)); in kho_in_debugfs_init()
H A Dkexec_handover.c1254 phys_addr_t fdt_phys; member
1264 return kho_in.fdt_phys ? phys_to_virt(kho_in.fdt_phys) : NULL; in kho_get_fdt()
1442 kho_in.fdt_phys = 0; in kho_memory_init()
1448 void __init kho_populate(phys_addr_t fdt_phys, u64 fdt_len, in kho_populate() argument
1457 fdt = early_memremap(fdt_phys, fdt_len); in kho_populate()
1459 pr_warn("setup: failed to memremap FDT (0x%llx)\n", fdt_phys); in kho_populate()
1466 fdt_phys, err); in kho_populate()
1473 fdt_phys, KHO_FDT_COMPATIBLE, err); in kho_populate()
1516 kho_in.fdt_phys = fdt_phys; in kho_populate()
H A Dluo_core.c80 phys_addr_t fdt_phys; in luo_early_startup() local
92 err = kho_retrieve_subtree(LUO_FDT_KHO_ENTRY_NAME, &fdt_phys); in luo_early_startup()
103 luo_global.fdt_in = phys_to_virt(fdt_phys); in luo_early_startup()
/linux/lib/
H A Dtest_kho.c285 static int kho_test_restore(phys_addr_t fdt_phys) in kho_test_restore() argument
287 void *fdt = phys_to_virt(fdt_phys); in kho_test_restore()
314 phys_addr_t fdt_phys; in kho_test_init() local
320 err = kho_retrieve_subtree(KHO_TEST_FDT, &fdt_phys); in kho_test_init()
322 err = kho_test_restore(fdt_phys); in kho_test_init()
/linux/include/linux/
H A Dkexec_handover.h64 void kho_populate(phys_addr_t fdt_phys, u64 fdt_len, phys_addr_t scratch_phys,
137 static inline void kho_populate(phys_addr_t fdt_phys, u64 fdt_len, in kho_populate() argument
/linux/mm/
H A Dmemblock.c2553 phys_addr_t fdt_phys; in reserve_mem_kho_retrieve_fdt() local
2560 err = kho_retrieve_subtree(MEMBLOCK_KHO_FDT, &fdt_phys); in reserve_mem_kho_retrieve_fdt()
2568 fdt = phys_to_virt(fdt_phys); in reserve_mem_kho_retrieve_fdt()