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

Data Fields

u64 pm_control
 
u64 pm_start_stop
 
u64 group_control
 
u64 debug_bus_control
 

Detailed Description

struct ps3_lpm_shadow_regs - Performance monitor shadow registers.

: Shadow of the processor's pm_control register. : Shadow of the processor's pm_start_stop register. : Shadow of the processor's group_control register. : Shadow of the processor's debug_bus_control register.

The logical performance monitor provides a write-only interface to these processor registers. These shadow variables cache the processor register values for reading.

The initial value of the shadow registers at lpm creation is PS3_LPM_SHADOW_REG_INIT.

Definition at line 93 of file ps3-lpm.c.

Field Documentation

u64 debug_bus_control

Definition at line 97 of file ps3-lpm.c.

u64 group_control

Definition at line 96 of file ps3-lpm.c.

u64 pm_control

Definition at line 94 of file ps3-lpm.c.

u64 pm_start_stop

Definition at line 95 of file ps3-lpm.c.


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