Searched refs:eph_other_log_offset (Results 1 – 5 of 5) sorted by relevance
753 panic_info->eph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in do_print_all_panic_info()757 panic_info->eph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in do_print_all_panic_info()793 panic_info->eph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in do_print_all_panic_info()814 panic_info->eph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in do_print_all_panic_info()820 panic_info->eph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in do_print_all_panic_info()826 panic_info->eph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in do_print_all_panic_info()842 assert(panic_info->eph_other_log_offset != 0); in do_print_all_panic_info()982 …_other_log_len = PE_get_offset_into_panic_region(debug_buf_ptr) - panic_info->eph_other_log_offset; in SavePanicInfo()1007 …_other_log_len = PE_get_offset_into_panic_region(debug_buf_ptr) - panic_info->eph_other_log_offset; in paniclog_flush()
737 if ((panic_info->eph_other_log_offset == 0) && in PE_update_panicheader_nestedpanic()752 if (panic_info->eph_other_log_offset == 0) { in PE_update_panicheader_nestedpanic()753 panic_info->eph_other_log_offset = PE_get_offset_into_panic_region(debug_buf_ptr); in PE_update_panicheader_nestedpanic()
429 …uint32_t eph_other_log_offset; /* Offset of the other log (any logging subsequent to the stack… member
1172 assert(panic_info->eph_other_log_offset != 0); in do_kern_dump()1344 buf = (char *)(((char *)panic_info) + (uintptr_t) panic_info->eph_other_log_offset); in do_kern_dump()
900 other_log_begin_offset = unsigned(panic_header.eph_other_log_offset)