Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
spu_pdata Struct Reference

Data Fields

u64 spe_id
 
u64 resource_id
 
u64 priv2_addr
 
u64 shadow_addr
 
struct spe_shadow __iomemshadow
 
struct priv1_cache cache
 

Detailed Description

struct spu_pdata - Platform state variables. : HV spe id returned by lv1_construct_logical_spe(). : HV spe resource id returned by ps3_repository_read_spe_resource_id(). : lpar address of spe priv2 area returned by lv1_construct_logical_spe(). : lpar address of spe register shadow area returned by lv1_construct_logical_spe(). : Virtual (ioremap) address of spe register shadow area. : Cached values of priv1 registers.

Definition at line 119 of file spu.c.

Field Documentation

Definition at line 125 of file spu.c.

u64 priv2_addr

Definition at line 122 of file spu.c.

u64 resource_id

Definition at line 121 of file spu.c.

Definition at line 124 of file spu.c.

u64 shadow_addr

Definition at line 123 of file spu.c.

u64 spe_id

Definition at line 120 of file spu.c.


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