Home
last modified time | relevance | path

Searched refs:shadow_regs (Results 1 – 1 of 1) sorted by relevance

/arch/powerpc/platforms/cell/
Dpmu.c47 struct cbe_pmd_shadow_regs *shadow_regs; \
49 shadow_regs = cbe_get_cpu_pmd_shadow_regs(cpu); \
51 shadow_regs->reg = _x; \
56 struct cbe_pmd_shadow_regs *shadow_regs; \
57 shadow_regs = cbe_get_cpu_pmd_shadow_regs(cpu); \
58 (val) = shadow_regs->reg; \
94 struct cbe_pmd_shadow_regs *shadow_regs; in cbe_write_phys_ctr() local
112 shadow_regs = cbe_get_cpu_pmd_shadow_regs(cpu); in cbe_write_phys_ctr()
113 shadow_regs->counter_value_in_latch |= (1 << phys_ctr); in cbe_write_phys_ctr()
310 struct cbe_pmd_shadow_regs *shadow_regs; in cbe_enable_pm() local
[all …]