Searched refs:read_wb_reg (Results 1 – 2 of 2) sorted by relevance
127 static u64 read_wb_reg(int reg, int n) in read_wb_reg() function568 ctrl = read_wb_reg(reg, i); in toggle_bp_registers()603 val = read_wb_reg(AARCH64_DBG_REG_BVR, i); in breakpoint_handler()608 ctrl_reg = read_wb_reg(AARCH64_DBG_REG_BCR, i); in breakpoint_handler()690 val = read_wb_reg(AARCH64_DBG_REG_WVR, i); in watchpoint_handler()695 ctrl_reg = read_wb_reg(AARCH64_DBG_REG_WCR, i); in watchpoint_handler()
106 static u32 read_wb_reg(int n) in read_wb_reg() function319 if ((read_wb_reg(ARM_BASE_WCR) & ctrl_reg) == ctrl_reg) in get_max_wp_len()728 val = read_wb_reg(ARM_BASE_WVR + i); in watchpoint_handler()733 ctrl_reg = read_wb_reg(ARM_BASE_WCR + i); in watchpoint_handler()823 val = read_wb_reg(ARM_BASE_BVR + i); in breakpoint_handler()828 ctrl_reg = read_wb_reg(ARM_BASE_BCR + i); in breakpoint_handler()