libnx  v4.6.0
Data Fields
FatalAarch64Context Struct Reference

Struct for fatal Cpu context, 64-bit. More...

#include <fatal.h>

Data Fields

union {
   u64   x [32]
 
   struct {
      u64   _x [29]
 
      u64   fp
 
      u64   lr
 
      u64   sp
 
      u64   pc
 
   } 
 
}; 
 
u64 pstate
 
u64 afsr0
 
u64 afsr1
 
u64 esr
 
u64 far
 
u64 stack_trace [32]
 
u64 start_address
 Address of first NSO loaded (generally, process entrypoint).
 
u64 register_set_flags
 Bitmask, bit i indicates GPR i has a value.
 
u32 stack_trace_size
 

Detailed Description

Struct for fatal Cpu context, 64-bit.


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