Searched refs:eph_other_log_offset (Results 1 – 5 of 5) sorted by relevance
620 panic_info->eph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in do_print_all_backtraces()624 panic_info->eph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in do_print_all_backtraces()660 panic_info->eph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in do_print_all_backtraces()675 panic_info->eph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in do_print_all_backtraces()681 panic_info->eph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in do_print_all_backtraces()687 panic_info->eph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in do_print_all_backtraces()692 assert(panic_info->eph_other_log_offset != 0); in do_print_all_backtraces()814 …_other_log_len = PE_get_offset_into_panic_region(debug_buf_ptr) - panic_info->eph_other_log_offset; in SavePanicInfo()839 …_other_log_len = PE_get_offset_into_panic_region(debug_buf_ptr) - panic_info->eph_other_log_offset; in paniclog_flush()
684 assert(panic_info->eph_other_log_offset == panic_info->eph_other_log_len == 0); in PE_update_panicheader_nestedpanic()695 if (panic_info->eph_other_log_offset == 0) { in PE_update_panicheader_nestedpanic()696 panic_info->eph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in PE_update_panicheader_nestedpanic()
319 …uint32_t eph_other_log_offset; /* Offset of the other log (any logging subsequent to the stack… member
884 assert(panic_info->eph_other_log_offset != 0); in do_kern_dump()1038 buf = (char *)(((char *)panic_info) + (uintptr_t) panic_info->eph_other_log_offset); in do_kern_dump()
648 other_log_begin_offset = unsigned(panic_header.eph_other_log_offset)