Lines Matching refs:shadow_regs
36 struct cbe_pmd_shadow_regs *shadow_regs; \
38 shadow_regs = cbe_get_cpu_pmd_shadow_regs(cpu); \
40 shadow_regs->reg = _x; \
45 struct cbe_pmd_shadow_regs *shadow_regs; \
46 shadow_regs = cbe_get_cpu_pmd_shadow_regs(cpu); \
47 (val) = shadow_regs->reg; \
83 struct cbe_pmd_shadow_regs *shadow_regs; in cbe_write_phys_ctr() local
101 shadow_regs = cbe_get_cpu_pmd_shadow_regs(cpu); in cbe_write_phys_ctr()
102 shadow_regs->counter_value_in_latch |= (1 << phys_ctr); in cbe_write_phys_ctr()
299 struct cbe_pmd_shadow_regs *shadow_regs; in cbe_enable_pm() local
302 shadow_regs = cbe_get_cpu_pmd_shadow_regs(cpu); in cbe_enable_pm()
303 shadow_regs->counter_value_in_latch = 0; in cbe_enable_pm()