Lines Matching refs:kho_in
1275 struct kho_in { struct
1283 static struct kho_in kho_in = { argument
1288 return kho_in.fdt_phys ? phys_to_virt(kho_in.fdt_phys) : NULL; in kho_get_fdt()
1442 kho_in.kexec_count = metadata->kexec_count; in kho_in_kexec_metadata()
1443 strscpy(kho_in.previous_release, metadata->previous_release, in kho_in_kexec_metadata()
1444 sizeof(kho_in.previous_release)); in kho_in_kexec_metadata()
1447 kho_in.previous_release, kho_in.kexec_count); in kho_in_kexec_metadata()
1468 metadata->kexec_count = kho_in.kexec_count + 1; in kho_out_kexec_metadata()
1532 kho_in_debugfs_init(&kho_in.dbg, fdt); in kho_init()
1605 if (kho_in.scratch_phys) { in kho_memory_init()
1606 kho_scratch = phys_to_virt(kho_in.scratch_phys); in kho_memory_init()
1610 kho_in.fdt_phys = 0; in kho_memory_init()
1686 kho_in.fdt_phys = fdt_phys; in kho_populate()
1687 kho_in.scratch_phys = scratch_phys; in kho_populate()