Linux Kernel
3.7.1
|
Data Fields | |
u64 | spe_id |
u64 | resource_id |
u64 | priv2_addr |
u64 | shadow_addr |
struct spe_shadow __iomem * | shadow |
struct priv1_cache | cache |
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.
struct spe_shadow __iomem* shadow |