Home
last modified time | relevance | path

Searched refs:read_wb_reg (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/loongarch/kernel/
H A Dhw_breakpoint.c66 static u64 read_wb_reg(int reg, int n, int t) in read_wb_reg() function
81 NOKPROBE_SYMBOL(read_wb_reg);
446 ctrl = read_wb_reg(CSR_CFG_CTRL, i, 1); in update_bp_registers()
458 ctrl = read_wb_reg(CSR_CFG_CTRL, i, 1); in update_bp_registers()
539 addr = read_wb_reg(CSR_CFG_ADDR, 0, 0); in hw_breakpoint_thread_switch()
540 mask = read_wb_reg(CSR_CFG_MASK, 0, 0); in hw_breakpoint_thread_switch()
/openbmc/linux/arch/arm64/kernel/
H A Dhw_breakpoint.c105 static u64 read_wb_reg(int reg, int n) in read_wb_reg() function
120 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()
/openbmc/linux/arch/arm/kernel/
H A Dhw_breakpoint.c94 static u32 read_wb_reg(int n) in read_wb_reg() function
310 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()