Searched refs:read_wb_reg (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/arch/loongarch/kernel/ |
D | hw_breakpoint.c | 66 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()
|
/linux-6.12.1/arch/arm64/kernel/ |
D | hw_breakpoint.c | 106 static u64 read_wb_reg(int reg, int n) in read_wb_reg() function 121 NOKPROBE_SYMBOL(read_wb_reg); 608 ctrl = read_wb_reg(reg, i); in toggle_bp_registers() 644 val = read_wb_reg(AARCH64_DBG_REG_BVR, i); in breakpoint_handler() 649 ctrl_reg = read_wb_reg(AARCH64_DBG_REG_BCR, i); in breakpoint_handler() 789 val = read_wb_reg(AARCH64_DBG_REG_WVR, i); in watchpoint_handler() 790 ctrl_reg = read_wb_reg(AARCH64_DBG_REG_WCR, i); in watchpoint_handler()
|
/linux-6.12.1/arch/arm/kernel/ |
D | hw_breakpoint.c | 95 static u32 read_wb_reg(int n) in read_wb_reg() function 311 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()
|