psl1ght
A free SDK for Sony's PS3 console
Loading...
Searching...
No Matches
_sys_dbg_ppu_thread_context Struct Reference

PPU thread context. More...

#include <dbg.h>

Data Fields

u64 gpr [32]
 GPR registers.
 
u32 cr
 CR register.
 
u32 xer
 XER register.
 
u32 lr
 LR register.
 
u32 ctr
 CTR register.
 
u32 pc
 PC register.
 
u64 fpr [32]
 FPR registers.
 
u32 fpscr
 FPSCR register.
 
sys_dbg_vr_t vr [32]
 VR registers.
 
sys_dbg_vr_t vscr
 VSCR register.
 

Detailed Description

PPU thread context.

Definition at line 88 of file dbg.h.

Field Documentation

◆ cr

u32 _sys_dbg_ppu_thread_context::cr

CR register.

Definition at line 91 of file dbg.h.

◆ ctr

u32 _sys_dbg_ppu_thread_context::ctr

CTR register.

Definition at line 94 of file dbg.h.

◆ fpr

u64 _sys_dbg_ppu_thread_context::fpr[32]

FPR registers.

Definition at line 96 of file dbg.h.

◆ fpscr

u32 _sys_dbg_ppu_thread_context::fpscr

FPSCR register.

Definition at line 97 of file dbg.h.

◆ gpr

u64 _sys_dbg_ppu_thread_context::gpr[32]

GPR registers.

Definition at line 90 of file dbg.h.

◆ lr

u32 _sys_dbg_ppu_thread_context::lr

LR register.

Definition at line 93 of file dbg.h.

◆ pc

u32 _sys_dbg_ppu_thread_context::pc

PC register.

Definition at line 95 of file dbg.h.

◆ vr

sys_dbg_vr_t _sys_dbg_ppu_thread_context::vr[32]

VR registers.

Definition at line 98 of file dbg.h.

◆ vscr

sys_dbg_vr_t _sys_dbg_ppu_thread_context::vscr

VSCR register.

Definition at line 99 of file dbg.h.

◆ xer

u32 _sys_dbg_ppu_thread_context::xer

XER register.

Definition at line 92 of file dbg.h.


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