Searched refs:mph_data (Results 1 – 3 of 3) sorted by relevance
233 #define DEBUG_BUF_SIZE ((3 * PAGE_SIZE) + offsetof(struct macos_panic_header, mph_data))239 char *debug_buf_base = (debug_buf + offsetof(struct macos_panic_header, mph_data));240 char *debug_buf_ptr = (debug_buf + offsetof(struct macos_panic_header, mph_data));247 unsigned int debug_buf_size = (DEBUG_BUF_SIZE - offsetof(struct macos_panic_header, mph_data));415 debug_buf_ptr = debug_buf_base = (new_debug_buf + offsetof(struct macos_panic_header, mph_data)); in extended_debug_log_init()416 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()