Searched refs:read_wb_reg (Results 1 – 2 of 2) sorted by relevance
105 static u64 read_wb_reg(int reg, int n) in read_wb_reg() function120 NOKPROBE_SYMBOL(read_wb_reg);607 ctrl = read_wb_reg(reg, i); in toggle_bp_registers()643 val = read_wb_reg(AARCH64_DBG_REG_BVR, i); in breakpoint_handler()648 ctrl_reg = read_wb_reg(AARCH64_DBG_REG_BCR, i); in breakpoint_handler()788 val = read_wb_reg(AARCH64_DBG_REG_WVR, i); in watchpoint_handler()789 ctrl_reg = read_wb_reg(AARCH64_DBG_REG_WCR, i); in watchpoint_handler()
94 static u32 read_wb_reg(int n) in read_wb_reg() function310 if ((read_wb_reg(ARM_BASE_WCR) & ctrl_reg) == ctrl_reg) in get_max_wp_len()767 val = read_wb_reg(ARM_BASE_WVR + i); in watchpoint_handler()768 ctrl_reg = read_wb_reg(ARM_BASE_WCR + i); in watchpoint_handler()878 val = read_wb_reg(ARM_BASE_BVR + i); in breakpoint_handler()883 ctrl_reg = read_wb_reg(ARM_BASE_BCR + i); in breakpoint_handler()