Home
last modified time | relevance | path

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

/openbmc/linux/arch/loongarch/kernel/
H A Dhw_breakpoint.c482 if ((csr_read32(LOONGARCH_CSR_FWPS) & (0x1 << i))) { in breakpoint_handler()
487 csr_write32(0x1 << i, LOONGARCH_CSR_FWPS); in breakpoint_handler()
542 csr_write32(CSR_FWPC_SKIP, LOONGARCH_CSR_FWPS); in hw_breakpoint_thread_switch()
H A Dtraps.c777 csr_write32(CSR_FWPC_SKIP, LOONGARCH_CSR_FWPS); in do_watch()
794 csr_write32(CSR_FWPC_SKIP, LOONGARCH_CSR_FWPS); in do_watch()
/openbmc/linux/arch/loongarch/include/asm/
H A Dloongarch.h932 #define LOONGARCH_CSR_FWPS 0x381 /* instruction breakpoint status */ macro