u64_to_hex
ptr = u64_to_hex(ptr, lc->mcck_interruption_code);
ptr = u64_to_hex(ptr, lc->mcck_old_psw.mask);
ptr = u64_to_hex(ptr, lc->mcck_old_psw.addr);
ptr = u64_to_hex(ptr, (u64)get_lowcore());
ptr = u64_to_hex(ptr, lc->last_break_save_area);
ptr = u64_to_hex(ptr, lc->external_damage_code);
ptr = u64_to_hex(ptr, lc->failing_storage_address);
ptr = u64_to_hex(ptr, lc->cregs_save_area[i].val);
ptr = u64_to_hex(ptr, lc->gpregs_save_area[i]);