Searched refs:read_wb_reg (Results 1 – 2 of 2) sorted by relevance
116 static u64 read_wb_reg(int reg, int n) in read_wb_reg() function131 NOKPROBE_SYMBOL(read_wb_reg);613 ctrl = read_wb_reg(reg, i); in toggle_bp_registers()649 val = read_wb_reg(AARCH64_DBG_REG_BVR, i); in breakpoint_handler()654 ctrl_reg = read_wb_reg(AARCH64_DBG_REG_BCR, i); in breakpoint_handler()774 val = read_wb_reg(AARCH64_DBG_REG_WVR, i); in watchpoint_handler()775 ctrl_reg = read_wb_reg(AARCH64_DBG_REG_WCR, i); in watchpoint_handler()
105 static u32 read_wb_reg(int n) in read_wb_reg() function318 if ((read_wb_reg(ARM_BASE_WCR) & ctrl_reg) == ctrl_reg) in get_max_wp_len()727 val = read_wb_reg(ARM_BASE_WVR + i); in watchpoint_handler()732 ctrl_reg = read_wb_reg(ARM_BASE_WCR + i); in watchpoint_handler()822 val = read_wb_reg(ARM_BASE_BVR + i); in breakpoint_handler()827 ctrl_reg = read_wb_reg(ARM_BASE_BCR + i); in breakpoint_handler()