WUT  0.1
Wii U Toolchain
Data Fields
OSContext Struct Reference

#include <thread.h>

Data Fields

uint64_t tag
 Should always be set to the value OS_CONTEXT_TAG. More...
 
uint32_t gpr [32]
 
uint32_t cr
 
uint32_t lr
 
uint32_t ctr
 
uint32_t xer
 
uint32_t srr0
 
uint32_t srr1
 
uint32_t fpscr
 
double fpr [32]
 
uint16_t spinLockCount
 
uint16_t state
 
uint32_t gqr [8]
 
double psf [32]
 
uint64_t coretime [3]
 
uint64_t starttime
 
uint32_t error
 
uint32_t pmc1
 
uint32_t pmc2
 
uint32_t pmc3
 
uint32_t pmc4
 
uint32_t mmcr0
 
uint32_t mmcr1
 

Detailed Description

Definition at line 92 of file thread.h.

Field Documentation

uint64_t coretime[3]

Definition at line 112 of file thread.h.

uint32_t cr

Definition at line 98 of file thread.h.

uint32_t ctr

Definition at line 100 of file thread.h.

uint32_t error

Definition at line 114 of file thread.h.

double fpr[32]

Definition at line 106 of file thread.h.

uint32_t fpscr

Definition at line 105 of file thread.h.

uint32_t gpr[32]

Definition at line 97 of file thread.h.

uint32_t gqr[8]

Definition at line 109 of file thread.h.

uint32_t lr

Definition at line 99 of file thread.h.

uint32_t mmcr0

Definition at line 120 of file thread.h.

uint32_t mmcr1

Definition at line 121 of file thread.h.

uint32_t pmc1

Definition at line 116 of file thread.h.

uint32_t pmc2

Definition at line 117 of file thread.h.

uint32_t pmc3

Definition at line 118 of file thread.h.

uint32_t pmc4

Definition at line 119 of file thread.h.

double psf[32]

Definition at line 111 of file thread.h.

uint16_t spinLockCount

Definition at line 107 of file thread.h.

uint32_t srr0

Definition at line 102 of file thread.h.

uint32_t srr1

Definition at line 103 of file thread.h.

uint64_t starttime

Definition at line 113 of file thread.h.

uint16_t state

Definition at line 108 of file thread.h.

uint64_t tag

Should always be set to the value OS_CONTEXT_TAG.

Definition at line 95 of file thread.h.

uint32_t xer

Definition at line 101 of file thread.h.


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