Searched refs:read_wb_reg (Results 1 – 2 of 2) sorted by relevance
107 static u64 read_wb_reg(int reg, int n) in read_wb_reg() function122 NOKPROBE_SYMBOL(read_wb_reg);609 ctrl = read_wb_reg(reg, i); in toggle_bp_registers()644 val = read_wb_reg(AARCH64_DBG_REG_BVR, i); in do_breakpoint()649 ctrl_reg = read_wb_reg(AARCH64_DBG_REG_BCR, i); in do_breakpoint()786 val = read_wb_reg(AARCH64_DBG_REG_WVR, i); in do_watchpoint()787 ctrl_reg = read_wb_reg(AARCH64_DBG_REG_WCR, i); in do_watchpoint()
95 static u32 read_wb_reg(int n) in read_wb_reg() function311 if ((read_wb_reg(ARM_BASE_WCR) & ctrl_reg) == ctrl_reg) in get_max_wp_len()768 val = read_wb_reg(ARM_BASE_WVR + i); in watchpoint_handler()769 ctrl_reg = read_wb_reg(ARM_BASE_WCR + i); in watchpoint_handler()879 val = read_wb_reg(ARM_BASE_BVR + i); in breakpoint_handler()884 ctrl_reg = read_wb_reg(ARM_BASE_BCR + i); in breakpoint_handler()