Searched refs:fdt_len (Results 1 – 3 of 3) sorted by relevance
| /linux/include/linux/ |
| H A D | kexec_handover.h | 64 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/drivers/of/ |
| H A D | kexec.c | 272 phys_addr_t fdt_len = 0; in kho_add_chosen() local 287 fdt_len = PAGE_SIZE; in kho_add_chosen() 294 fdt_mem, fdt_len); in kho_add_chosen()
|
| /linux/kernel/liveupdate/ |
| H A D | kexec_handover.c | 1441 void __init kho_populate(phys_addr_t fdt_phys, u64 fdt_len, in kho_populate() argument 1451 fdt = early_memremap(fdt_phys, fdt_len); in kho_populate() 1524 early_memunmap(fdt, fdt_len); in kho_populate()
|