Home
last modified time | relevance | path

Searched refs:embedded_panic_header (Results 1 – 5 of 5) sorted by relevance

/xnu-8020.140.41/pexpert/arm/
H A Dpe_init.c63 struct embedded_panic_header *panic_info = NULL;
95 panic_text_len = PLATFORM_PANIC_LOG_SIZE - sizeof(struct embedded_panic_header); in check_for_panic_log()
138 panic_text_len = panic_region_length[0] - sizeof(struct embedded_panic_header); in check_for_panic_log()
155 panic_info = (struct embedded_panic_header *)gPanicBase; in check_for_panic_log()
618 sizeof(struct embedded_panic_header) - offsetof(struct embedded_panic_header, eph_version))); in PE_save_buffer_to_vram()
638 bzero(panic_info, sizeof(struct embedded_panic_header)); in PE_init_panicheader()
/xnu-8020.140.41/pexpert/pexpert/
H A Dpexpert.h60 extern struct embedded_panic_header *panic_info;
/xnu-8020.140.41/osfmk/kern/
H A Ddebug.h310 struct embedded_panic_header { struct
H A Ddebug.c450 debug_buf_base = (char *)gPanicBase + sizeof(struct embedded_panic_header); in debug_log_init()
452 debug_buf_size = gPanicSize - sizeof(struct embedded_panic_header); in debug_log_init()
/xnu-8020.140.41/osfmk/kdp/
H A Dkdp_core.c887 prior_debug_logsize = (panic_info->eph_panic_log_offset - sizeof(struct embedded_panic_header)) + in do_kern_dump()
1017 initial_log_length = (panic_info->eph_panic_log_offset - sizeof(struct embedded_panic_header)) + in do_kern_dump()