MOS Source Code
Loading...
Searching...
No Matches
panic_point_t Struct Reference

#include <panic.h>

Public Attributes

ptr_t ip
 
const char * file
 
const char * func
 
u64 line
 

Detailed Description

Definition at line 23 of file panic.h.

Member Data Documentation

◆ ip

ptr_t ip

Definition at line 25 of file panic.h.

Referenced by try_handle_kernel_panics_at().

◆ file

const char* file

Definition at line 26 of file panic.h.

Referenced by try_handle_kernel_panics_at().

◆ func

const char * func

Definition at line 26 of file panic.h.

Referenced by try_handle_kernel_panics_at().

◆ line

u64 line

Definition at line 27 of file panic.h.

Referenced by try_handle_kernel_panics_at().


The documentation for this struct was generated from the following file: