Searched refs:shadow_regs (Results 1 – 1 of 1) sorted by relevance
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() local101 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[all …]