Searched refs:CSR_CFG_MASK (Results 1 - 2 of 2) sorted by last modified time

/linux-master/arch/loongarch/kernel/
H A Dhw_breakpoint.c72 GEN_READ_WB_REG_CASES(CSR_CFG_MASK, MASK, t, val);
87 GEN_WRITE_WB_REG_CASES(CSR_CFG_MASK, MASK, t, val);
202 write_wb_reg(CSR_CFG_MASK, i, 0, info->mask);
203 write_wb_reg(CSR_CFG_MASK, i, 1, info->mask);
219 write_wb_reg(CSR_CFG_MASK, i, 0, 0);
220 write_wb_reg(CSR_CFG_MASK, i, 1, 0);
526 mask = read_wb_reg(CSR_CFG_MASK, 0, 0);
/linux-master/arch/loongarch/include/asm/
H A Dhw_breakpoint.h46 #define CSR_CFG_MASK (CSR_CFG_ADDR + LOONGARCH_MAX_BRP) macro
47 #define CSR_CFG_CTRL (CSR_CFG_MASK + LOONGARCH_MAX_BRP)

Completed in 161 milliseconds