Lines Matching refs:ctrl_reg
230 int i, max_slots, ctrl_reg, val_reg, reg_enable; in hw_breakpoint_control() local
236 ctrl_reg = AARCH64_DBG_REG_BCR; in hw_breakpoint_control()
243 ctrl_reg = AARCH64_DBG_REG_WCR; in hw_breakpoint_control()
269 write_wb_reg(ctrl_reg, i, in hw_breakpoint_control()
274 write_wb_reg(ctrl_reg, i, 0); in hw_breakpoint_control()
625 u32 ctrl_reg; in do_breakpoint() local
649 ctrl_reg = read_wb_reg(AARCH64_DBG_REG_BCR, i); in do_breakpoint()
650 decode_ctrl_reg(ctrl_reg, &ctrl); in do_breakpoint()
757 u32 ctrl_reg; in do_watchpoint() local
787 ctrl_reg = read_wb_reg(AARCH64_DBG_REG_WCR, i); in do_watchpoint()
788 decode_ctrl_reg(ctrl_reg, &ctrl); in do_watchpoint()