Searched refs:LOONGARCH_CSR_FWPS (Results 1 – 3 of 3) sorted by relevance
494 if ((csr_read32(LOONGARCH_CSR_FWPS) & (0x1 << i))) { in breakpoint_handler()499 csr_write32(0x1 << i, LOONGARCH_CSR_FWPS); in breakpoint_handler()554 csr_write32(CSR_FWPC_SKIP, LOONGARCH_CSR_FWPS); in hw_breakpoint_thread_switch()
782 csr_write32(CSR_FWPC_SKIP, LOONGARCH_CSR_FWPS); in do_watch()799 csr_write32(CSR_FWPC_SKIP, LOONGARCH_CSR_FWPS); in do_watch()
962 #define LOONGARCH_CSR_FWPS 0x381 /* instruction breakpoint status */ macro