Home
last modified time | relevance | path

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

/linux/arch/loongarch/kernel/
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()
A Dtraps.c808 csr_write32(CSR_FWPC_SKIP, LOONGARCH_CSR_FWPS); in do_watch()
825 csr_write32(CSR_FWPC_SKIP, LOONGARCH_CSR_FWPS); in do_watch()
/linux/arch/loongarch/kvm/
A Dmain.c115 set_gcsr_sw_flag(LOONGARCH_CSR_FWPS); in kvm_init_gcsr_flag()
/linux/arch/loongarch/include/asm/
A Dloongarch.h963 #define LOONGARCH_CSR_FWPS 0x381 /* instruction breakpoint status */ macro

Completed in 27 milliseconds