Searched refs:core_context (Results 1 – 1 of 1) sorted by relevance
388 processor_core_context *core_context = (processor_core_context *)context; in coredump_save_note_summary() local394 core_context->core_note_count = core_context->core_notes_remaining = core_note_count; in coredump_save_note_summary()395 …core_context->core_note_bytes_total = core_context->core_note_bytes_remaining = core_note_byte_cou… in coredump_save_note_summary()408 processor_core_context *core_context = (processor_core_context *)context; in coredump_save_summary() local422 if (core_context->core_type != SECURE_COREDUMP && core_context->core_type != COPROCESSOR_COREDUMP in coredump_save_summary()428 core_context->core_segments_remaining = core_context->core_segment_count = core_segment_count; in coredump_save_summary()429 …core_context->core_segment_bytes_remaining = core_context->core_segment_byte_total = core_byte_cou… in coredump_save_summary()430 core_context->core_threads_remaining = core_context->core_thread_count = thread_count; in coredump_save_summary()431 core_context->core_thread_state_size = thread_state_size; in coredump_save_summary()434 …core_context->core_note_count = core_context->core_notes_remaining = (core_context->core_note_coun… in coredump_save_summary()[all …]