Lines Matching refs:shadow_regs
48 struct cbe_pmd_shadow_regs *shadow_regs; \
50 shadow_regs = cbe_get_cpu_pmd_shadow_regs(cpu); \
52 shadow_regs->reg = _x; \
57 struct cbe_pmd_shadow_regs *shadow_regs; \
58 shadow_regs = cbe_get_cpu_pmd_shadow_regs(cpu); \
59 (val) = shadow_regs->reg; \
95 struct cbe_pmd_shadow_regs *shadow_regs; in cbe_write_phys_ctr() local
113 shadow_regs = cbe_get_cpu_pmd_shadow_regs(cpu); in cbe_write_phys_ctr()
114 shadow_regs->counter_value_in_latch |= (1 << phys_ctr); in cbe_write_phys_ctr()
311 struct cbe_pmd_shadow_regs *shadow_regs; in cbe_enable_pm() local
314 shadow_regs = cbe_get_cpu_pmd_shadow_regs(cpu); in cbe_enable_pm()
315 shadow_regs->counter_value_in_latch = 0; in cbe_enable_pm()