Searched refs:eph_other_log_offset (Results 1 – 5 of 5) sorted by relevance
700 panic_info->eph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in do_print_all_backtraces()704 panic_info->eph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in do_print_all_backtraces()740 panic_info->eph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in do_print_all_backtraces()761 panic_info->eph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in do_print_all_backtraces()767 panic_info->eph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in do_print_all_backtraces()773 panic_info->eph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in do_print_all_backtraces()787 assert(panic_info->eph_other_log_offset != 0); in do_print_all_backtraces()913 …_other_log_len = PE_get_offset_into_panic_region(debug_buf_ptr) - panic_info->eph_other_log_offset; in SavePanicInfo()938 …_other_log_len = PE_get_offset_into_panic_region(debug_buf_ptr) - panic_info->eph_other_log_offset; in paniclog_flush()
721 if ((panic_info->eph_other_log_offset == 0) && in PE_update_panicheader_nestedpanic()736 if (panic_info->eph_other_log_offset == 0) { in PE_update_panicheader_nestedpanic()737 panic_info->eph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in PE_update_panicheader_nestedpanic()
365 …uint32_t eph_other_log_offset; /* Offset of the other log (any logging subsequent to the stack… member
1103 assert(panic_info->eph_other_log_offset != 0); in do_kern_dump()1267 buf = (char *)(((char *)panic_info) + (uintptr_t) panic_info->eph_other_log_offset); in do_kern_dump()
845 other_log_begin_offset = unsigned(panic_header.eph_other_log_offset)