Planeshift
minidump_cpu_ppc64.h File Reference
#include "minidump_cpu_ppc.h"

Go to the source code of this file.

Classes

struct  MDRawContextPPC64
 

Macros

#define MD_CONTEXT_PPC64   0x01000000
 
#define MD_CONTEXT_PPC64_ALL
 
#define MD_CONTEXT_PPC64_BASE   (MD_CONTEXT_PPC64 | 0x00000001)
 
#define MD_CONTEXT_PPC64_FLOATING_POINT   (MD_CONTEXT_PPC64 | 0x00000008)
 
#define MD_CONTEXT_PPC64_FULL   MD_CONTEXT_PPC64_BASE
 
#define MD_CONTEXT_PPC64_GPR_COUNT   MD_CONTEXT_PPC_GPR_COUNT
 
#define MD_CONTEXT_PPC64_VECTOR   (MD_CONTEXT_PPC64 | 0x00000020)
 

Typedefs

typedef MDFloatingSaveAreaPPC MDFloatingSaveAreaPPC64
 
typedef MDVectorSaveAreaPPC MDVectorSaveAreaPPC64
 

Macro Definition Documentation

#define MD_CONTEXT_PPC64   0x01000000

Definition at line 119 of file minidump_cpu_ppc64.h.

#define MD_CONTEXT_PPC64_ALL
Value:

Definition at line 125 of file minidump_cpu_ppc64.h.

#define MD_CONTEXT_PPC64_BASE   (MD_CONTEXT_PPC64 | 0x00000001)

Definition at line 120 of file minidump_cpu_ppc64.h.

#define MD_CONTEXT_PPC64_FLOATING_POINT   (MD_CONTEXT_PPC64 | 0x00000008)

Definition at line 121 of file minidump_cpu_ppc64.h.

#define MD_CONTEXT_PPC64_FULL   MD_CONTEXT_PPC64_BASE

Definition at line 124 of file minidump_cpu_ppc64.h.

#define MD_CONTEXT_PPC64_GPR_COUNT   MD_CONTEXT_PPC_GPR_COUNT

Definition at line 87 of file minidump_cpu_ppc64.h.

#define MD_CONTEXT_PPC64_VECTOR   (MD_CONTEXT_PPC64 | 0x00000020)

Definition at line 122 of file minidump_cpu_ppc64.h.

Typedef Documentation