kho_in
static struct kho_in kho_in = {
return kho_in.fdt_phys ? phys_to_virt(kho_in.fdt_phys) : NULL;
kho_in_debugfs_init(&kho_in.dbg, fdt);
if (kho_in.mem_map_phys) {
kho_scratch = phys_to_virt(kho_in.scratch_phys);
kho_mem_deserialize(phys_to_virt(kho_in.mem_map_phys));
kho_in.fdt_phys = fdt_phys;
kho_in.scratch_phys = scratch_phys;
kho_in.mem_map_phys = mem_map_phys;