Searched refs:mph_data (Results 1 – 3 of 3) sorted by relevance
243 #define DEBUG_BUF_SIZE ((3 * PAGE_SIZE) + offsetof(struct macos_panic_header, mph_data))249 char *debug_buf_base = (debug_buf + offsetof(struct macos_panic_header, mph_data));250 char *debug_buf_ptr = (debug_buf + offsetof(struct macos_panic_header, mph_data));257 unsigned int debug_buf_size = (DEBUG_BUF_SIZE - offsetof(struct macos_panic_header, mph_data));425 debug_buf_ptr = debug_buf_base = (new_debug_buf + offsetof(struct macos_panic_header, mph_data)); in extended_debug_log_init()426 debug_buf_size = (EXTENDED_DEBUG_BUF_SIZE - offsetof(struct macos_panic_header, mph_data)); in extended_debug_log_init()
363 …char mph_data[]; /* panic data -- DO NOT ACCESS THIS FIELD DIRECTLY. Use the … member
412 bzero(panic_info, offsetof(struct macos_panic_header, mph_data)); in PE_init_panicheader()